0

When i do a svn status -u I get a list of files that need updating. I'd like to feed this list to svn diff so that I can have a list of changes in one one file I can look over. Can I do this? If so I am not sure how to do a foreach on this.

EDIT: linux bash

4

1 に答える 1

1
svn diff -r BASE:HEAD .

私の知る限り、ファイルへの変更が表示されます。

于 2012-10-18T18:21:40.213 に答える