RE: Branch changes

2013-10-08 Thread John Maher
Thanks Andrew. That is an even better way to get the version than the way I found. -Original Message- From: Andrew Reedick [mailto:andrew.reed...@cbeyond.net] Sent: Tuesday, October 08, 2013 11:00 AM To: John Maher Cc: Subversion help Subject: RE: Branch changes > -Origi

RE: Branch changes

2013-10-08 Thread Andrew Reedick
> -Original Message- > From: John Maher [mailto:jo...@rotair.com] > Sent: Tuesday, October 08, 2013 10:14 AM > To: Andy Levy > Cc: Subversion help > Subject: RE: Branch changes > > Thanks for your reply Andy, that was helpful. For anyone else interested, to >

RE: Branch changes

2013-10-08 Thread John Maher
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 wrote: > Is there a way to find out all the files that changed since a branch > was created? svn

Re: Branch changes

2013-10-08 Thread Andy Levy
On Tue, Oct 8, 2013 at 8:26 AM, John Maher 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.