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