RE: SVN merge attempting to reintegrate on a merge to a branch
From: Andrew Reedick <Andrew.Reedick_at_cbeyond.net>
Date: Fri, 13 Sep 2013 13:18:32 -0400
> From: Goor, Stefan [mailto:SGoor_at_thetasgroup.com]
Since you sanitized your path names, is there any chance that the "t" in "my_project" is being left off on the first "missing ranges" line? E.g.
When I encountered this, the solution was to either merge the branch to trunk (svn merge ^/.../my_project_branch), or to explicitly specify the revision range when merging up from trunk, e.g. "svn merge -r 4401:4545 ^/trunk/my_project".
|
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.