开发者

Copying subversion commit messages

开发者 https://www.devze.com 2022-12-27 23:13 出处:网络
I know this isn\'t the BEST 开发者_开发技巧practice, but every once in a while when I\'m merging up a huge batch up changes with the trunk (and I know my branch is current), I will simply delete the c

I know this isn't the BEST 开发者_开发技巧practice, but every once in a while when I'm merging up a huge batch up changes with the trunk (and I know my branch is current), I will simply delete the contents of the trunk and then copy the contents of my branch up, so that I don't have to deal with resolving conflicts for an hour. The problem is that I seem to lose the entire history of commit messages for each file. My branch still has the correct history of commit messages... how can I merge them up?


You urgently ought to go and read up on Branching and Merging. What you're doing is working against SVN, instead of using it.
I wouldn't want to have to use that repository.

What is the best practice for a situation like this?

You merge the changes from the trunk into the branch as often as possible. This is also the last thing you do before you reintegrate the branch's changes into the trunk.


Can't you merge your branch into the trunk. It sounds like you are literally copying the files, hence creating a new file that needs to be tracked and losing your history.


Mercurial and Git make merging easier (as described here, here and here). It doesn't sound like you're getting much value from your repository the way you're using it so you might as well consider switching without as much hassle merging as you have now.

Oh, and erasing all of the contents of the trunk is a bad idea. No amount of "I know, but..." makes it better.

0

精彩评论

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

关注公众号