[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: John Niven <jniven_at_bravurasolutions.com>
Date: Tue, 7 Oct 2008 13:25:44 +1100

> -----Original Message-----
> From: Fisher, Jonathan [mailto:Jonathan.Fisher_at_argushealth.com]
> Sent: Tuesday, 7 October 2008 02:16
> To: Ryan Schmidt
> Cc: users_at_subversion.tigris.org
> Subject: RE: Checkout trunk revisions of projects in a multi
> project repo?
>
> 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?
>

You can script SVN with whatever scripting mechanisms are available to you - Bash, for example. I've mostly scripted SVN with Ant, using the svnant Ant tasks provided by subclipse. SVN bindings are available for a range of scripting languages including Python, which I've also used.

Also see my earlier reply: with SVN 1.5 you can do sparse checkouts, avoiding a full checkout of your tags directories.

Cheers
John

> Thank you for the reply,
> -Jonathan
>

---------------------------------------------------------------------
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:26:35 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.