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

RE: listing subversion repositories

From: Olivier Dagenais <olivier.dagenais_at_formark.com>
Date: 2007-05-14 18:43:16 CEST

> Is there a way to list repositories as I can in
> CVS and ClearCase (lsvob)?

We use ViewVC 1.0.2 ( http://viewvc.tigris.org/ ) and it gives us, through a web interface, a list of the repositories (as well as a whole bunch of other information, such as revisions, diffs between files, etc.).

Also, if instead of using the svn protocol you used the http(s) protocol, you can set the following two options in Apache's configuration file:

  # Path in which all repositories are rooted
  SVNParentPath /home/svn

  # This builds on the previous directive to list all repositories
  SVNListParentPath on

...and then you'll get a "Collection of Repositories" page when you don't specify a repository in the URL and open it with a browser.

HTH,

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Olivier Dagenais
Software Engineering / Génie logiciel
Formark - Combine the Best of SharePoint® and Livelink®
Phone: 613-599-5173 ext 238
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Make sure you don't miss anything: subscribe to the Formark Newsletter:
http://www.formark.com/support/register/index.asp
Received on Mon May 14 18:41:25 2007

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.