svn error on merge where one branch must be ancestrally related to the other -


i have 2 branches both created trunk.

for branch 2.1, branch copied trunk

for branch 2.2:

  • first branch folder v2.2 created , added.
  • second copy form trunk performed v2.2/code. in fact actual branch folder "code".
  • subsequently, "code" svn moved root folder v2.2. end effect @ point, both branches (v2.1 & v2.2) appear identical.

here issue, when merge branch v2.1 branch v2.2 message: https://svn.mycorp.com/svn/star/branches/v2.1@49058 must ancestrally related https://svn.mycorp.com/svn/star/branches/v2.2@49040

any idea how merge code back? tried create "code" folder under v2.2 branch , svn move code back, same result when attempt merge v2.1 v2.2/code folder.

any appreciated

try --ignore-ancestry option svn merge.

this option ignores merge info history, need manually select revisions merge. svn not figure out changes merge automatically.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -