Re: Merge problem after changing directory tree structure
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-27 16:30:17 CET
Derek Mahar wrote:
> How do I now merge the changes to b/branches/branch1 in revision 3 to
Sure: don't compare repository roots. Compare subtrees instead.
In your case, assuming you have a working copy of /b/trunk in local
svn merge -r2:3 schema://.../a/branches/branch1 wc
---------------------------------------------------------------------
|
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.