Re: Question: Best way to branch after changes have already been made
From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-04-26 19:22:01 CEST
Mike Harris <GENIE@prodigy.net> wrote on 04/26/2005 12:10:09 PM:
> Here's my situation. I have made changes to my working copy of our
> changes and move on to something else. What I want to do is check these
> changes into a branch, but my working copy points to the trunk. What is
> the best way to accomplish this? There are a couple ways I know of to
> be great, but I don't believe relocate can be used in this fashion.
This should have gone to the users@ list, it isn't a dev question.
I think you can just do:
svn copy WC URL
To create a branch from your WC. I think that will also put your changes
svn switch URL
svn commit
Note that you do NOT want to use --relocate on the switch command. That
Mark
_____________________________________________________________________________
---------------------------------------------------------------------
|
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.