RE: Re: Check out only one project
From: Bob Archer <bob.archer_at_amsi.com>
Date: Fri, 28 Aug 2009 13:50:52 -0400
> On Fri, Aug 28, 2009 at 13:32, Javier Montani<j_montani_at_yahoo.com>
Well, there are two ways to do this. It depends on what you want as a working directory. If you want both project0001 and project002 on the client but you want to be able to update both of them, then you need to check out the projects folder with a --depth=empty then check out the two projects that you want underneath that.
svn co ^/projects --depth empty
This will get you a sparse checkout of the projects directory and a full checkout of each project folder.
If you just want each project to be a separate working copy, then check them out separately as Andy shows above.
cd ~
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.