[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: Clemens A. Mensik <clemens.mensik_at_ip2.at>
Date: 2005-11-30 20:12:19 CET

> -----Original Message-----
> From: Richard Lainchbury [mailto:freexe@gmail.com]
> Sent: Mittwoch, 30. November 2005 18:46
> To: users@subversion.tigris.org
> Subject: Browsing Multiple Respositories
>
> 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).

why doesn't it allow you to browse repositories? I've got the
same config and it works fine... got one rep for all of our
customers that looks like
<host>/svn/<customer>/<project-name>

and it works fine, maybe you should use "SVNPath" instead of
"SVNParentPath" which I've never used (what is it good for)?
why not just 'normal' SVNPath, i.e.
  SVNPath D:\repository

greets
clemens

PS: why can't I do a "normal" reply to reply to the
    mailing list? *grrr*

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