开发者

Easy way to integrate branches into trunk

I'm running Subversion version 1.4.3 (r23084) + tortoise, and my problem is integrating an branch into trunk. Tortoise's merge didnt work, i got to do this from console.

Its always a hard work to do because of many issues, so i've been thinking about some change开发者_开发技巧s. Will a subversion update (its on 1.6 now) resolve my problem? Or its better to change everything and start all over again with GIT ?

tnx!


Merge tracking was added to svn in 1.5, so yes upgrading will likely solve some of your merging issues.

If your only complaint about svn is its merging, you should upgrade before doing something as drastic as switching to git.

That said, git is much better than svn for lots of reasons, and I highly recommend it.


From my experience, this is always rather hard with SVN. Not impossible, but a lot of legwork.

You may try to use git-svn; maybe it will make merges easier while saving you the trouble to change the rest of the workflow.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜