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

Authentication and repo-browser

From: Eric Brown <ericbro_at_gmail.com>
Date: 2005-10-24 19:18:23 CEST

Hello-

I'm running an svn (1.0.5) server on a Solaris 9 box, with an xp client
(tortoise 1.1.2).

I'm having a bit of a problem getting the bloody thing to work.

I open the repo browser and I get a 403://forbidden error message.

I've got apache running as user svn and group svnadmin

I've got recursive read/write perms through my repository (located at
/myserver/home/repos).

Here's my httpd.conf file

doc root /myserver/home/repos

<location /repos>
DAV svn
SVNPath /myserver/home/repos

#access policy
AuthzAVNAccessFile /etc/svn-access-file

#authenticate
Require valid-user

#how to authenticate
AuthType Basic
AuthName "repos"
AuthUserFile /etc/svn-auth-file
</location>

<directory /myserver/home/repos>
AllowOverride None
Order deny,allow
Allow from all
</directory>

I get an"unable to read .htaccess file, ensure it is readable" error log
message in apache, which doesn't make sense to me, since the AllowOverride
directive is supposed to skip .htaccess files. I'm pointing the URL to
http://myserver.com/repos. Thanks.

-ecb
Received on Mon Oct 24 19:18:55 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.