[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: beechy <steven.beech_at_morrisonsplc.co.uk>
Date: Thu, 13 Nov 2008 07:57:00 -0800 (PST)

Excellent Stefan. Gold star.

This works as you describe. One caveat. It seems you have to do this
one file/folder at a time. It would be nice to be able to select a
collection of files.

Steve

On Nov 13, 3:35 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
> Brad Stiles wrote:
> >> 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.
>
> * check out url, select "only this item" in the checkout dialog (that's
> the same as depth=empty).
> * right-click on the folder, select "repository browser" from the
> context menu
> * select the file(s) and folder(s) you want to add, right-click, select
> "update item to revision".
>
> http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-checkout....
>
> Stefan
>
> --
>        ___
>   oo  // \\      "De Chelonian Mobile"
>  (_,\/ \_/ \     TortoiseSVN
>    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
>    /_/   \_\    http://tortoisesvn.net
>
>  signature.asc
> < 1KViewDownload- Hide quoted text -
>
> - Show quoted text -

---------------------------------------------------------------------
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:57:04 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.