Can't specify location for Sparse directory
From: Bob Archer <bob.archer_at_amsi.com>
Date: Wed, 11 Mar 2009 16:18:35 -0400
I have a project with your typical:
ProjectName
- trunk
- branches
o v6.0.1
o v6.0.2
Layout.
I check out the ProjectName to my c:\development folder with depth of
Now, I want to check out v6.0.2. So, I follow the docs, open the repo
This all works fine, except it adds the "branches" folder to the WC. For
C:\development\ProjectName\branches\v6.0.2
It never asks me where I want it, I want it here:
C:\development\ProjectName\v6.0.2.
I can do this with the CLI by doing something like:
svn co URL ProjectName -depth=empty
cd ProjectName
svn co URL/branches/v6.0.2 -depth=infinity
This checks the v6.0.2 to c:\development\projectname\v6.0.2
What am I missing?
Thanks,
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.