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

Re: subversion-1.6.3 on freebsd 7.0

From: Oleg Kravchenko <oleg_at_kaa.org.ua>
Date: Thu, 06 Aug 2009 21:54:40 +0300

Oleg Kravchenko пишет:
> 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
>
> svn checkout file:///home/kaa/svn/svn work fine.
>
> Help please?
Oleg Kravchenko пишет:
> Olivier Sannier пишет:
>> What's inside this file :
>>
>> /home/kaa/svn/svn/conf/authz
>>
>> It controls access to the repository...
>>
>>
> [groups]
> admins=oleg
>
> [/]
> @admins=rw
> *=
>
On linux system it is work perfect!
On freebsd do not work :-(

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2380988

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-06 20:56:49 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.