Ben Collins-Sussman wrote:
>On Thu, 2004-04-22 at 09:50, David Goodlad wrote:
>
>
>
>> <Location /svn>
>> DAV svn
>> SVNParentPath /home/svn/repositories
>>
>>
>
>
>
>>In the apache error-logs there is an entry that mentions that it cannot
>>open "/home/svn/repositories/svn/format".
>>
>>
>
>Putting these two things together, it looks like you have some other
>sort of rule in your httpd.conf which is interfering. Like a
>mod_rewrite rule of some kind?
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
>
I can't see anything like that. The location directive is in a vhost block:
<VirtualHost *>
ServerName svn.mydomain.com
[the location block posted earlier]
</VirtualHost>
I also have a Directory block that simply allows access to the
/home/svn/repositories directory (order allow,deny; allow from all).
I have nothing using mod_rewrite in my config files anywhere...
Thanks
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 22 18:06:54 2004