On Tue, Oct 8, 2013 at 8:26 AM, John Maher <jo...@rotair.com> wrote: > Is there a way to find out all the files that changed since a branch was > created?
svn diff --summarize URL_TO_BRANCH -r BRANCHCREATED:HEAD Where BRANCHCREATED is the revision where you created the branch.