2009
11.23
11.23
Comparing the contents of a directory between two revisions:
svn diff --old=path/to/changed/dir@OLD_REV_NO --new=path/to/changed/dir@NEW_REV_NO
svn diff --old=path/to/changed/file.extension@OLD_REV_NO --new=path/to/changed/file.extension@NEW_REV_NO
This comes in very handy when comparing Production environment with Development environment.
No Comment.
Add Your Comment