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
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