tags:

views:

50

answers:

1

I have a SVN branch that I branched off from the Trunk several revisions ago. I have merged the branch with changes from the trunk to keep it in sync. Now I would like to finally integrate my Branch with the Trunk. What is the best way to go about this? I cannot use the re-integrate option because our SVN server version is only 1.4.

A: 

Messy - but export the code on your branch to a main, check the chances and commit?

emeraldjava