[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Branch changes

From: John Maher <JohnM_at_rotair.com>
Date: Tue, 8 Oct 2013 14:13:31 +0000

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.levy_at_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 <JohnM_at_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.
Received on 2013-10-08 16:14:10 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.