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
link|improve this question
feedback

1 Answer

svnlook changed just gives the paths that were changed, you will have to loop over all the changed files and use svnlook diff

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.