Using TortoiseSVN how do I merge changes from the trunk to a branch and vice versa?

前端 未结 5 480
栀梦
栀梦 2020-12-07 07:25

I\'ve been reading up on branching/merging with Subversion 1.5 using the excellent and free Version Control with Subversion book. I think that I understand how to use the S

5条回答
  •  醉梦人生
    2020-12-07 07:45

    Take a look at svnmerge.py. It's command-line, can't be invoked by TortoiseSVN, but it's more powerful. From the FAQ:

    Traditional subversion will let you merge changes, but it doesn't "remember" what you've already merged. It also doesn't provide a convenient way to exclude a change set from being merged. svnmerge.py automates some of the work, and simplifies it. Svnmerge also creates a commit message with the log messages from all of the things it merged.

提交回复
热议问题