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

Re: SVN/HTTPD failed

From: T. Wassermann <mail_at_tobias-wassermann.de>
Date: 2006-06-09 07:46:06 CEST

Hi,

ok. Questions:

- Is /opt/svn/incertitude an direct repository-folder? (with the
repos-data [subfolders conf, dav, db, ...] in it?)
- Is /opt/svn/incertitude and all data in it read- and writable by the
user, which runs the apache-webserver? (look in user-option in httpd.conf)
- Is the AuthUserFile /etc/svn-auth/file readable by the Apache user?
- Does it work if you comment out the complete Limit-Block and the Auth*
options?

Greets

Tobias

Guillaume Alleon wrote:
> Hi tobias,
> I did it, restart my server but still get the same error.
> thanks
> Guillaume
>
> T. Wassermann a écrit :
>> Guillaume Alleon wrote:
>>> Alias /incertitude/ /opt/svn/incertitude/
>>>
>>> <Location /incertitude>
>>> DAV svn
>>> SVNPath /opt/svn/incertitude
>>>
>>> AuthType Basic
>>> AuthName "Incertitude Subversion Repository"
>>> AuthUserFile /etc/svn-auth-file
>>>
>>> <LimitExcept GET PROPFIND OPTIONS REPORT>
>>> Require valid-user
>>> </LimitExcept>
>>> </Location>
>>
>> Hi Guillaume,
>>
>> delete the alias line - for an location you don't need (better: must
>> not have) an alias.
>>
>> Best Regards
>>
>>
>> Tobias
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 9 07:47:24 2006

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.