> Right now, if I may summarize the opinion of the lead developers: you > will have to rebase all your work on trunk step by step, logical change > by logical change. It's obviously a waste of time and most of the time > invested in your branch is basically lost. I will discourage anyone > trying to work in branch.
That is part of the reason why I do not use branches. I simply work locally, and keep my tree up to date using 'svn up'. When a feature is ready, I will generate a big patch for review. If the patch is too big, I am willing to split it by functionally separated parts. Cheers, Bo