[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: Fisher, Jonathan <Jonathan.Fisher_at_argushealth.com>
Date: Mon, 6 Oct 2008 08:16:00 -0500

Well, unfortunately I do. We are setting up an opengrok server and need
the entire codebase checked out initially. Does svn have some sort of
scripting mechanichism this could be accomplished with?

Thank you for the reply,
-Jonathan

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2008c_at_ryandesign.com]
Sent: Friday, October 03, 2008 4:36 PM
To: Fisher, Jonathan
Cc: users_at_subversion.tigris.org
Subject: Re: Checkout trunk revisions of projects in a multi project
repo?

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.

"EMF <argushealth.com>" made the following annotations.
------------------------------------------------------------------------------
PRIVILEGED AND CONFIDENTIAL
This email transmission contains privileged and confidential information intended only for the use of the individual or entity named above. If the reader of the email is not the intended recipient or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any use, dissemination or copying of this email transmission is strictly prohibited by the sender. If you have received this transmission in error, please delete the email and immediately notify the sender via the email return address or mailto:postmaster_at_argushealth.com. Thank you.

==============================================================================

---------------------------------------------------------------------
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-07 04:07:31 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.