Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Fri, 2006-03-10 at 09:54 +0100, Lars Gullik Bjønnes wrote:
| > Martin Vermeer <[EMAIL PROTECTED]> writes:
| >
| > | Another BTW: when will be have the 'personal' or 'sandbox' branch
| > | directory? We have SVN now but psychologically we're still in CVS.
| >
| > I can create it right now if you want it.
|
| Pretty please...
|
| > (I need it myself aswell... for the xml branch)
| >
| > (also related to this: I have some of the procedures to do rebasing
| > instead for merging on branches ready. This makes working on long
| > lived branches easier, and keeps the history a bit better. That is the
| > idea at least.)
|
| You mean the moving over of trunk changes to a branch? That sounded
| cumbersome in the SVN manual. Anything to make it easier.
You mean your local changes? that is super easy... just copy your wc
to the branch:
svn cp <wc> <repo-url>
One trick then is to have the tree as up-to-date as possible when you
do this.
--
Lgb