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

Re: SV: List of available repositories

From: Alan Barrett <apb_at_cequrux.com>
Date: 2006-03-25 09:44:20 CET

On Fri, 24 Mar 2006, Daniel Rall wrote:
> CVS lets you do this via 'cvs checkout -c':
>
> -c "cat" the module database.

The CVS modules database is not a list of available repositories on
a host; it's more like a list of projects ("modules") in a single
repository. It could be approximated in Subversion via "svn ls
url://to/repo" (for simple cases) or that plus svn:externals properties
on the top level directory (for complex cases).

--apb (Alan Barrett)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 25 09:44:55 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.