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