[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Branching/Merging Question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-06-03 22:34:33 CEST

On Jun 3, 2005, at 2:58 PM, Nick Floersch wrote:
>
> I hope the question makes sense - I suspect I've screwed myself
> here and
> need to find the best way out of the quicksand.

$ svn cp trunkURL newbranchURL -m "Create new branch".
$ cd renegade-working-copy
$ svn update # resolve any resulting conflicts
$ svn status # verify that you still have all your local changes
$ svn switch newbranchURL
$ svn commit -m "commit changes to new branch"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 3 22:37:49 2005

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.