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

subversion-1.6.3 on freebsd 7.0

From: Oleg Kravchenko <oleg_at_kaa.org.ua>
Date: Wed, 05 Aug 2009 01:20:52 +0300

Hello! I can't execute command
svn checkout https://localhost/svn/
svn: Server sent unexpected return value (403 Forbidden) in response to
REPORT request for '/svn/!svn/vcc/default'

in apache configuration file:
<Location /svn>
    DAV svn
    SVNPath /home/kaa/svn/svn
    AuthType Basic
    AuthName "repository"
    AuthUserFile /home/kaa/svn/svn/conf/htpasswd
    AuthzSVNAccessFile /home/kaa/svn/svn/conf/authz
    Require valid-user
    SSLRequireSSL
    SVNIndexXSLT /svnindex.xsl
    AddDefaultCharset utf-8
</Location>

all right to /home/kaa/svn/svn checked = for directory 755, for file
0644, owned by apache
by browser I can view last revision of svn by entering correct login
and password

Help please?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2380212
Received on 2009-08-05 02:21:14 CEST

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

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