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

partial checkout of a repository

From: Matthias Neubauer <neubauer_at_informatik.uni-freiburg.de>
Date: 2004-05-21 15:50:34 CEST

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?

-Matthias

-- 
Matthias Neubauer                                       |
Universität Freiburg, Institut für Informatik           | tel +49 761 203 8060
Georges-Köhler-Allee 79, 79110 Freiburg i. Br., Germany | fax +49 761 203 8052
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 21 15:51:22 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.