Thanks for your reply Andy, that was helpful.  For anyone else interested, to 
get the revision where the branch was created you can do this:
"svn log --verbose --stop-on-copy URL_TO_BRANCH"
The last line indicates what revision the branch was created.

-----Original Message-----
From: Andy Levy [mailto:andy.l...@gmail.com] 
Sent: Tuesday, October 08, 2013 8:51 AM
To: John Maher
Cc: Subversion help
Subject: Re: Branch changes

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.

Reply via email to