On Mon, Apr 10, 2006 at 05:13:10PM +0200, Lars Gullik Bjønnes wrote:
> | Also, keeping a branch up to date is a big burden, and
> | merging to the trunk becomes difficult over time.
> 
> Then learn the three step rebase.
> 
> 1. svn del branch
> 2. svn cp trunk branch
> 3. svn merge -r<branch-revision-interval>

Actually, I find it simpler to keep multiple tree checked out,
one for each feature and run 'svn up' regularily. Much simpler
to keep up-to-date.

Andre'

Reply via email to