Res: How to checkout only the tree structure of a repository
From: Alex Lopes Pereira <alex_pvc_at_yahoo.com.br>
Date: 2006-10-20 13:56:25 CEST
Hi Matt,
Almost the same thing Harold said : "That would be a nice feature, especially on larger repositories where
users only want to work on a small sub-section and only need to download
specific folders or files."
Besides that, I would add the possibility that you could increasily checkout every small set you are going to work on.
Thanks for any help,
Alex
----- Mensagem original ----
De: Matt Sickler <crazyfordynamite_at_gmail.com>
Para: Subversion Mailing List (E-mail) <users_at_subversion.tigris.org>
Enviadas: Sexta-feira, 20 de Outubro de 2006 2:12:54
Assunto: Re: How to checkout only the tree structure of a repository
What is the reason for needing just the folder structure of a repo anyway?
On 10/19/06, Ryan Schmidt <
subversion-2006d_at_ryandesign.com> wrote:On Oct 19, 2006, at 20:19, Andy Levy wrote:
> On 10/19/06, Ed Price wrote:
>> > > svn ls -R $URL | grep '/$' | xargs mkdir
>>
>> > But will that get you an actual checkout, or just a directory
>> > structure which matches that in subversion at $URL?
>>
>> Good point, it's just an "export" not a "checkout".
>>
>> No idea how to do an actual check out...
>
> Best I can come up with so far is a whole mess of non-recursive
> checkouts based on the output of svn ls
Not helpful because a non-recursive checkout gives you all the files
in the directory, and none of the directories in the directory. So
you're still checking out all the files you don't want to be checking
out.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
_______________________________________________________
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!
http://br.mobile.yahoo.com/mailalertas/
|
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.