svn di | diff - file.txt
The alternative, two step approach would be to write the output of svn di to file (svn di > tmp.diff) and then diff that against against file.txt (diff tmp.diff file.txt).Sources
- man diff
svn di | diff - file.txt
The alternative, two step approach would be to write the output of svn di to file (svn di > tmp.diff) and then diff that against against file.txt (diff tmp.diff file.txt).
No comments:
Post a Comment