Copying subversion commit messages
Posted
by Falcor
on Stack Overflow
See other posts from Stack Overflow
or by Falcor
Published on 2010-04-26T07:49:40Z
Indexed on
2010/04/26
7:53 UTC
Read the original article
Hit count: 180
svn
|commit-message
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?
© Stack Overflow or respective owner