Cherry-picking merges
From: Vadym Chepkov <vchepkov_at_gmail.com>
Date: Wed, 28 Apr 2010 20:08:32 -0400
Hi,
I know, this is maybe not the best practice, but, unfortunately, our
[~]$ svnadmin create mergerepo
[mergework]$ svn mkdir --parents branches/b1
[mergework]$ svn commit -m "Created branch b1"
Committed revision 1.
[mergework]$ svn copy branches/b1 branches/b2
Committed revision 2.
[b2]$ touch README
[b1]$ svn merge -c 3 ^/branches/b2
Committed revision 4.
[b2]$ svn merge --dry-run ^/branches/b1
Thanks,
Sincerely,
|
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.