What is the easiest way to use SVN log (or something else?) to get a list of all changed/added files from a tag to a branch?
I was originally using svn log to export to XML the differences between the revision number of the tag versus the revision number of the branch but this missed files that were added to the trunk while the previous tag was still a branch (if that makes sense).
A – old branch that is now a tag
B – current branch being worked on
C – trunk
We need the list of added/changed files between A and B. The issue is our current SVN log command is missing some files that we added to C when A was still a branch being worked on. Once we were done working on A we tagged it then merged it with the trunk.
How about: