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

Re: Checkout trunk revisions of projects in a multi project repo?

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 3 Oct 2008 16:35:41 -0500

On Oct 3, 2008, at 3:06 PM, cj91 wrote:

> I have search far and wide on the internet for an answer to this
> question.
> We have a single subversion repository with multiple projects:
>
> Repo
> +--Proj1
> | +--trunk
> | +--tags
> +--Proj2
> | +trunk
> | +tags
> +--Folder
> +--Proj3
> | +--trunk
> | +--tags
> +--Proj4
> | +trunk
> | +tags
>
> We have Hundreds of projects in our repository in nested folders.
> Is there a
> way I can checkout the trunk versions of all the projects in the
> repo? I'm
> not interested in the tagged or branched versions, just the trunk.

You're supposed to issue a separate "svn checkout" command for each
trunk that you would like to work on.

svn checkout $REPO/Proj1/trunk
svn checkout $REPO/Folder/Proj4/trunk

And so on. Surely you don't need to work on all several hundred
projects simultaneously? Check them out as you need them.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-03 23:36:03 CEST

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.