RE: Branch changes
From: Andrew Reedick <Andrew.Reedick_at_cbeyond.net>
Date: Tue, 8 Oct 2013 10:59:35 -0400
> -----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.