Apache and SVN subdirectories
From: Floris van der Ploeg <fvdploeg_at_xs4all.nl>
Date: Tue, 18 Mar 2008 20:37:29 +0100
Is there a way to have apache/svn support multiple subdirectories under one
Let me explain;
I've got Apache and SVN running and I want multiple directories that will
<Location /svn>
Dav svn
SVNParentPath D:\Repositories
AuthType Basic
AuthName " Repositories"
AuthUserFile D:\Configuration\Security\svn.passwd
Require valid-user
</Location>
At the path on my PC (D:\Repositories) I've got multiple subdirectories, eg.
Thus having this directory tree:
D:\Repositories\Archive_1
D:\Repositories\Archive_2
D:\Repositories\Current
I want to create repositories at these paths. So I execute:
svnadmin create D:\Repositories\Current\Repo_v02
svnadmin create D:\Repositories\ Archive_2\Repo_v01
etc.
All is fine so far. But whenever I want to do a checkout or whatever using
svn checkout http://srv001/svn/Current/Repo_v02
(svn: Could not open the requested SVN filesystem) Also browsing the
[Tue Mar 18 20:33:58 2008] [error] [client 192.168.131.1] (20014)Error
So is there a way to configure SVN/Apache in a way to support this, without
Thanks in advance.
Kind regards,
Floris van der Ploeg
|
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.