[svk-devel] How can I re-mirror and maintain my local branches?

Kenneth Swanson kswanson at watson.wustl.edu
Tue Jan 16 18:54:23 EST 2007


So far, this has pretty much worked the way I wanted it to.  Still gotta
be kinda careful, though.

In any case, thanks for the help!

-Ken

On Fri, 2007-01-12 at 12:35 -0600, Jonathan Rockway wrote:
> Stig Brautaset wrote:
> > Re-mirror, then merge the changes from your previous local branch to a
> > sub-path in the new mirror. There are many ways you can achieve this --
> > you may uses 'svk patch', for example.
> 
> You can also do a baseless smerge:
> 
> svk mirror //mirror/myrepo-new https://.../
> svk copy //mirror/myrepo-new/whatever //local/whatever
> svk smerge -B //local/whatever-old //local/whatever -m 'migrating from
> old mirror'
> svk co //local/whatever
> svk push/pull/etc.
> 
> At this point, you can:
> svk mirror --detach //mirror/myrepo-old
> svk delete //mirror/myrepo-old
> svk delete //local/whatever-old
> etc.
> 
> 



More information about the svk-devel mailing list