1

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
4

1 回答 1

0

svnlook changed只给出已更改的路径,您将不得不遍历所有已更改的文件并使用svnlook diff

于 2011-11-21T06:25:22.847 回答