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

Re: 403 error still unresolved - What am I missing?

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Sat, 20 Sep 2008 19:23:09 +0200

listmail wrote:
> Hi-
..
>
> I keep getting 403 Forbidden errors on any operation. The repository
> "jam" is currently empty and I've been trying to import.
>
> the error occurs when importing with TORTOISESVN or
> "svn import jam svn://..." or
> "svn import jam http://...", even though all file permissions are set to 777.
>

A forbidden error comes from the authz module, not from unix file
permissions.
..
> LoadModule dav_svn_module libexec/apache2/mod_dav_svn.so
> LoadModule authz_svn_module libexec/apache2/mod_authz_svn.so
>
> <Location /publicsvn>
> DAV svn
> SVNParentPath /usr/local/publicsvn/
> SVNIndexXSLT "/styles/svnindex.xsl"
>
> # Access policy file
> AuthzSVNAccessFile /usr/local/publicsvn/access
>
> # Try anonymous access first, resort to real auth if necessary
> Satisfy Any
> Require valid-user
>
> # Real Authentication
> Authtype Basic
> Authname "Source Repositories"
> Authuserfile /usr/local/etc/apache22/htusers
> </Location>
>

What does you authz file in /usr/local/publicsvn/access look like? Does
it allow the correct write access to user 'user' ?

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-20 19:23:28 CEST

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.