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

Re: Multiple projects in one repository, like with CVS

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-20 17:27:31 CEST

On Sun, 2004-06-20 at 10:23, Kevin Old wrote:

> >From all the examples I've seen on Subversion, it seems as though I
> might have to checkout the entire repository just to get the project I
> want....is this correct or am I confused?

The repository is just a filesystem. It has no idea what a "project"
is. It only manages directories.

If you decide that directory1 is a project, and directory2 is a
different project, that's great. You can put those directories
whereever you want, arrange them in any hierarchy. Then you can 'svn
checkout' any directory (subtree) of the repository that you want:

   svn checkout schema://host/some/deep/subdirectory

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 20 17:29:35 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.