(→What is svnmerge and why use it?: add some content) |
(→What is svnmerge and why use it?: add more info) |
||
| Line 8: | Line 8: | ||
In both situation, svnmerge.py will help you by keeping track of the merges and assisting you in the process of merging. | In both situation, svnmerge.py will help you by keeping track of the merges and assisting you in the process of merging. | ||
| − | + | ||
| + | It has the following useful features: | ||
| + | * Keeping a list of merged and unmerged commits, so you never forget to merge a single commit | ||
| + | * Ability to block commits from merging | ||
| + | * Automatically generating commit messages | ||
| + | * Merging many commits at once | ||
See also the [http://www.orcaware.com/svn/wiki/Svnmerge.py svnmerge wiki page]. | See also the [http://www.orcaware.com/svn/wiki/Svnmerge.py svnmerge wiki page]. | ||
| + | |||
| + | Note that ''svnmerge.py'' should not be confused with ''svn merge''. The later is a normal SVN command, which is used, among others, by svnmerge.py. | ||
| + | When refering to ''svnmerge'' on this page, I always mean ''svnmerge.py''. Also, when referring to ''svn merge'', I mean the built-in subversion command. | ||
== Installing svnmerge == | == Installing svnmerge == | ||
Contents |
When you have multiple branches of the same project in SVN, you probably want to keep these branches in sync, at least to a certain extend.
One example of this would be feature branches, i.e. a branch were a bigger feature is developed. You usually want to keep that feature branch in sync with trunk by merging all commits from trunk into that feature branch. Once the feature branch is ready to be merged back to trunk, you want to do just that with as little work as possible.
Another example are the KDEPIM enterprise branches. All changes from the enterprise branches are merged to trunk, but only some changes from trunk are merged back to the enterprise branches.
In both situation, svnmerge.py will help you by keeping track of the merges and assisting you in the process of merging.
It has the following useful features:
See also the svnmerge wiki page.
Note that svnmerge.py should not be confused with svn merge. The later is a normal SVN command, which is used, among others, by svnmerge.py. When refering to svnmerge on this page, I always mean svnmerge.py. Also, when referring to svn merge, I mean the built-in subversion command.
where to download (other links to tutorials) chmod +x in /usr/local/bin
svnmerge.py init help no need to if already done
getting available/unmerged revisions svnmerge --avail --log -b -S bla > avail trick (takes a lot of time!) open in text edit
block, merge or merge -M revisions from list merging more than one revision - when and when not to do
edit commit message: SVN_SILENT, small explaination sometimes svn ci -F svnmerge-commit-message
clean dirs
conflicts on . -> svn resolved + use mergediff to confirm (!) problems with korganizer/views problems with kcal in e3->e4
mergediff mymerge