"Bo Peng" <[EMAIL PROTECTED]> writes: | > Angus has suggested that someone creates his own branch and work from | > there. | | My understanding is that branches are for big changes, not for single | small features like mine.
Your personal branches are for whatever lyx work you want them to be for. | Even if you are willing to switch to it, | others may not. Even if _no one_ is willing to switch to it, it can be a nice place for you to store your patches. You can even create patches from it! | 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> -- Lgb