I actually make use of the svn merge command. From my non-GRAMPS
experience, not many developers usually bother with svn merge to bring
their fixes forward into trunk. Once I fix something in a branch, I
then switch to trunk, and run svn merge -c <changeset>
<snv-branch-url>.
Problem is, this command is no longer working correctly for me. It
has been a while since I worked on a GRAMPS branch (earlier 3.0.x
release) and had to merge to trunk, so I cannot say when this broke.
But as of tonight, when I try to merge, it takes about 15 minutes for
the command to complete. Normally, this command takes maybe 1 second
to run, so the changed behaviour is quite obvious.
Does anyone else use svn merge? Is it working for you?
Stéphane
|