- dir-of-my-section
- mydir1
+ trunk
+ branches
+ tags (+/- 50 tags inside)
- mydir2
+ trunk
+ branches
+ tags (+/- 50 tags inside)
- mydir3
+ trunk
+ branches
+ tags (+/- 50 tags inside)
And so on... 1,2,3...mydir300
I´m trying to give a "SVN update" in "dir-of-my-section", this is a
biggest corp organization.
On 18 maio, 16:59, Jean-Marc van Leerdam <j.m.van.leer..._at_gmail.com>
wrote:
> Hi,
>
> 2009/5/18 Leandro Zuliani <zulianilean..._at_gmail.com>:
>
> > I´ve so many tags/ and branches/ directories created and I don´t want
> > to download all this directories from my project, I only would like to
> > download the trunk/ content without download one by one. Is it
> > possible? My structure is very big in a tree format, each paste has
> > other pastes and more pastes. I have at least 300 trunks (with
> > branches e tags). Download all files (principally tags) it will
> > spending many time and my disk space.
>
> > Is there a way to ignore that pastes?
>
> Depends on your repository layout. The advised approach is to have
> three folders at the root level:
>
> trunk
> branches
> tags
>
> You either checkout trunk or one of the folders inside branches (or
> tags if you only want to see/work with the data and not make any
> changes).
>
> but if you have
>
> trunk
> +- branches
> +- tags
> +- some folder
> +- some other folder
>
> then you want to checkout trunk with the option 'immediate children
> only' and then do updates on all folders except the branches and tags
> folder.
>
> I am not sure how this translates to your repository with 'at least
> 300 trunks'; you would have to provide a bit more detail on the
> repository structure before you can get better advice.
>
> --
> Regards,
>
> Jean-Marc
> --
> . ___
> . @@ // \\ "De Chelonian Mobile"
> . (_,\/ \_/ \ TortoiseSVN
> . \ \_/_\_/> The coolest Interface to (Sub)Version Control
> . /_/ \_\ http://tortoisesvn.net
>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2302986
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-05-18 22:13:35 CEST