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

Re: Browsing Multiple Respositories

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2005-11-30 19:00:18 CET

Richard,

Your best ( and only? ) chance is to wait for release of Subversion 1.3,
in which a new 'List all repositories in this SVNParentPath' page is
added in the web interface.

RC4 of Subversion 1.3 has been released this week, so probably the final
version will be released later this year.

Regards,

Lieven.

Quoting Richard Lainchbury <freexe@gmail.com>:

> 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
>
>

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 30 19:16:04 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.