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

[TSVN] 401 Authorization Required / 403 Forbidden on Commit

From: Casper Stromfeldt <casper.stromfeldt_at_gmail.com>
Date: 2005-06-20 15:37:45 CEST

Hi All,
Sorry, I realize this might not be the correct list but you've made
some excellent documentation on the SSPI stuff with Apache.

I've setup Apache 2.0.54 (win2003 server, svn 1.1.3) with httpd.conf:
<Location /svn>
DAV svn
SVNParentPath E:\SubversionRepos
AuthType SSPI
AuthName "Subversion repositories"
SSPIAuth On
SSPIAuthoritative On
SSPIOfferBasic On
SSPIDomain domain

AuthzSVNAccessFile "C:\Program Files\Apache Group\Apache2\conf\svnaccessfile"

<LimitExcept GET PROPFIND OPTIONS REPORT CHECKOUT>
Require valid-user
</LimitExcept>
</Location>

I get the same result with TSVN (1.2) and svn CL(1.1.3) namely:
Commit failed
CHECKOUT of 'svn/proj1/!svn/ver/...'
403 forbidden

Before I added CHECKOUT to LimitExcept I got
401 Authorization required

Any ideas?
Thanks
/Casper

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jun 20 15:38:21 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.