If I do this:
svn diff
--summarize
--old http.../svn/project/trunk
--new http.../svn/project/branches/branch
I get a list like this:
D http.../svn/project/trunk/deletedFile
A http.../svn/project/trunk/addedFile
M http.../svn/project/trunk/modifiedFile
It only shows the old paths. Is there a way to get the new paths as well? I'm parsing this output, and I'd like to get these paths:
http.../svn/project/branches/branch/deletedFile
http.../svn/project/branches/branch/addedFile
http.../svn/project/branches/branch/modifiedFile