Re: problems understanding branches
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-06-16 16:40:09 CEST
"Mats Nilsson" <mats.nilsson@xware.se> writes:
> > Please, assume the following scenario and point me to the right track:
It's easy to convert your current repository into this scheme
% svn mkdir http://server/svn/repos/trunk
Now instead of checking-out the repository using
% svn co http://server/svn/repos -d wc
use
% svn co http://server/svn/repos/trunk -d wc
to check-out the trunk
or
% svn co http://server/svn/repos/branches/release-1.0 -d wc
to check-out a branch
-- Philip --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Jun 16 16:40:48 2002 |
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.