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

Re: partial checkout of a repository

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-05-21 16:08:01 CEST

Matthias Neubauer wrote:
> Hi!
>
> Is it somehow possible to only partially checkout a repository?
>
> Just think of a repository layout that looks like this
>
> /A/B/X
> /C
> /D
> /E/Y
>
> from which I only need the branches /A/B/* and /A/D/* for now.
>
> Under CVS I would do something like the following ...
>
>> cvs checkout -l A
>> cd A
>> cvs update -d B
>> cvs update -d D
>
> Using this scheme I am able to both do a global update on my 'partial
> tree' and also further add other branches to my working copy later on.
>
> Is there a way to do a similar thing under Subversion?

No, not yet.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 21 16:08:49 2004

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.