I\'m using Subversion 1.4.6, and I cannot upgrade to version 1.5 right now.
The situation:
The trunk has a lot of structural changes (i.e. moving fi
Is there something that prevents you from merging all revisions on trunk since the last merge?
svn merge -rLastRevisionMergedFromTrunkToBranch:HEAD url/of/trunk path/to/branch/wc
should work just fine. At least if you want to merge all changes on trunk to your branch.