RE: Switching between multiple repositories
From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-03-14 16:47:42 CET
> From: Kenny Leung [mailto:kenny_leung@pobox.com]
> The ideal thing would be to be able to
"svn switch" won't do it directly, I think. The crux of the problem is
But this ought to work:
export copy from master server; record the revision number rev-base-master
import the copy into the local server
check out WC from local server; record the revision number rev-base-local
repeat:
work
check in changes to local server
record the revision number rev-final-local
check out WC from local server with -r rev-base-local
svn merge -r rev-base-local:rev-final-local WC
svn switch -r rev-base-master master-server-URL
svn update
svn commit
Dale
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.