Since my SVN repository still uses Subversion 1.4, I am using svnmerge.py for merge tracking. I have a feature branch kept in sync with trunk (svnmerge init
after branching, then svnmerge merge
every now and then).
Now I want to reintegrate the branch back into the trunk (this is the same situation described in the SVN book).
How can I perform the equivalent of svn merge --reintegrate
using svnmerge.py
?