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

Browsing Multiple Respositories

From: Richard Lainchbury <freexe_at_gmail.com>
Date: 2005-11-30 18:46:10 CET

We need to create a dozen or so repositories.

We have a directory on the server, say /srv/www/svn/

This is configured using this version of the <location> directive:

<Location /svn/>
        SVNParentPath /srv/www/svn/
        DAV svn
</Location>

We know this allows us to create multiple repositories in this
directory but it does not allow us to browse the <hostName>/svn/
either in a browser or using a client (we use TortoiseSVN on windows).

We know we can create individual repositories using the following directives...

<Location /svn/repo1>
  DAV svn
  SVNPath /srv/www/svn/repo1/
</Location>

<Location /svn/repo2>
  DAV svn
  SVNPath /srv/www/svn/repo2/
</Location>

...that would allow us to browse the /svn/ directory in a browser BUT

1 ) We have to change the apache .conf file every time we add a repository
2 ) We can't "browse" the /svn/ folder using the TortoiseSVN client

Is there something we can do?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 30 18:57:47 2005

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.