How do I compare one branch with another? I want to compare a branch with the latest revision in trunk.
How do I compare one branch with another? I want to compare a branch with the latest revision in trunk.
Thanks for the info guys, I would add something to improve the readability of the diff results.If you used: svn diff svn://url:9090/branches/PRD_0002 svn://url:9090/branches/TST_0003 >svn_diff_filename.txt
You can use: findstr "Index:" C:\path\svn_diff_filename.txt >svn_diff_file_list.txt
That will bring you a readable list of files that have any differences.