[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
empty.

 

Now, I want to check out v6.0.2. So, I follow the docs, open the repo
browser, select the branch and do an "Update to Revsion", Fully
Recursive.

 

This all works fine, except it adds the "branches" folder to the WC. For
example, it checks it out to here

 

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

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1309309

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-03-11 21:19:32 CET

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.