I am comparing two folders using SVN DIFF (one in branch and one in trunk) ... aim is to determine the list of changes.
I then made some changes to the files in the branch. But the output shows that I have modified them in the trunk.
Why does this happen ?
Is there a better command to obtain the results I am looking for ?
The command that I am using now: SVN DIFF --SUMMARIZE (URL of a folder in Trunk) (URL of a folder in Branch)