Re: Check in to a branch
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-04-25 04:08:18 CEST
On Apr 24, 2007, at 20:59, ying lcs wrote:
> I am following the example here to create a branch in subversion.
Either check out from the branch instead:
$ svn checkout http://svn.example.com/repos/calc/branches/stable-1.0
Then make your changes in that working copy.
Or if you already have a working copy of trunk with changes in it
$ svn switch http://svn.example.com/repos/calc/branches/stable-1.0
Then you can commit your changes.
-- To reply to the mailing list, please use your mailer's Reply To All function --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Apr 25 04:08:51 2007 |
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.