Reintegrate can only be used if revisions X through Y were previously merged from to reintegrate the source, but this is not the case

后端 未结 11 1818
野的像风
野的像风 2020-12-04 05:54

Been using SVN branches with Tortoise 1.6. I\'ve been periodically merging the trunk into the branch to keep it up to date.

Today, I thought I\'d reintegrate the br

11条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 06:44

    I got this error after using a partial checkout of a branch. I was keeping the branch up to date with the trunk but the trunk revisions for parts of the branch that were not checked out were of course not being updated. The fix was to do a full checkout of the branch and then merge in all of the trunk changes. After committing these to the branch I could merge the branch to the trunk successfully.

提交回复
热议问题