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

Re: Single Check Outs

From: Brad Stiles <bradley.stiles_at_gmail.com>
Date: Thu, 13 Nov 2008 10:31:25 -0500

> I can see that with TortoiseSVN you can check out a sparse directory
> and then use svn to do an "svn update <file name> <file name> <file
> name> so, [question], it should (in theory) be possible to replicate
> these actions within TortoiseSVN and hence check out single or
> multiple files under version control?

Well, with the command line, I can do:

svn co <URL> <PATH> --depth empty
cd <PATH>
svn update <FILE>

And it appears to work the way you seem to want.

Tortoise might not be able to handle that, since there is no file to
click on or otherwise indicate that you want.

Brad

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-11-13 16:31:39 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.