RE: Efficient way to create a new branch from an existing working copy
From: Johan Corveleyn <johan.corveleyn_at_uz.kuleuven.ac.be>
Date: Thu, 2 Jul 2009 09:43:06 +0200
> The typical way how we create a new branch from a trunk is by
I think you're looking for "svn switch":
1. Update the working copy to mirror a new URL within the repository.
So, suppose /path/to/wc-from-trunk is your trunk working copy, you might try the following scenario:
Just be careful with local modifications or unversioned files that you still had laying around in your trunk WC (they will be copied to your new branch WC, so you'd carry them with you). Keep an eye on the output of the svn switch command to see if everything goes smoothly ...
Regards,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.