How to capture data of svnlook changed command in a text file my pre commit hook is a bat file i tried the below command but i am not able to get data in txt file
svnlook changed -t %txn% %repos% >>logs.txt
svnlook changed just gives the paths that were changed, you will have to loop over all the changed files and use svnlook diff
svnlook changed
svnlook diff
This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
about » faq »
tagged
asked
6 months ago
viewed
77 times
active