Re: svn switch to move between servers
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-09-17 19:50:01 CEST
Timothee Besset <ttimo@idsoftware.com> writes:
> Yeah that's what I'm talking about. Typical case when working on code
Subversion is no different.
Check out trunk, make some edits.
Make a branch: svn cp URL1 URL2, where presumably URL1 is the trunk
Update your working copy to the branch: svn switch URL2. Your local
Commit. Poof, your changes went to the branch.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.