RE: Branch changes
From: John Maher <JohnM_at_rotair.com>
Date: Tue, 8 Oct 2013 19:54:26 +0000
Thanks Andrew. That is an even better way to get the version than the way I found.
-----Original Message-----
> -----Original Message-----
Unless, of course, you renamed your branch, e.g. 'svn mv rel-1.2 rel-2.0', or if you renamed/moved the parent directory components, e.g. 'svn mv /branches /project1/branches' in which case you will need to run the 'svn log --stop-on-copy -r REV-1' iteratively (where 'REV-1' is the revision returned by --stop-on-copy minus 1,) until you get to the "real" branch point.
Also, if you want 'svn log --stop-on-copy' to return just a single revision, you can use --limit thusly:
|
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.