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

Re: svn: PROPFIND of '/xxx': 403 Forbidden

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-19 14:09:50 CEST

On Aug 19, 2006, at 13:56, Fatih Gulec wrote:

> <Location /repos>
> DAV svn
> SVNParentPath /var/www/svn
>
> AuthzSVNAccessFile /etc/httpd/passwd/svnauthz.conf
>
> SSLRequireSSL
>
> AuthType Basic
> AuthName "Subversion Repository"
> AuthUserFile /etc/httpd/passwd/passwords
>
> Require valid-user
> </Location>
>
> [root@bulbul /]# mkdir /etc/httpd/passwd
> [root@bulbul /]# htpasswd -b -c /etc/httpd/passwd/passwords usrtmp
> passwd
> [root@bulbul /]# mkdir /var/www/svn
> [root@bulbul /]# chown apache:apache -R /var/www/svn
> [root@bulbul /]# svnadmin create /var/www/svn/deneme
> [root@bulbul /]# chown apache:apache -R /var/www/svn/deneme
> [root@bulbul /]# vim /etc/httpd/passwd/svnauthz.conf
> [deneme:/]
> usrtmp = rw
> ----------------------------------------------------------------------
> ------
>
> But when I would like to connect via apache I get error :
>
> [root_at_bulbul prens]# svn list https://server.com/repos
> Authentication realm: <https://server.com:443> Subversion Repository
> Password for 'root':
> Authentication realm: <https://server.com:443> Subversion Repository
> Username: usrtmp
> Password for 'usrtmp':
> svn: PROPFIND request failed on '/repos'
> svn: PROPFIND of '/repos': 403 Forbidden (https://server.com)

Supply the name of the repository you'd like to list, e.g.:

svn list https://server.com/repos/deneme

If you'd like to see a list of the available repositories, that can
be accomplished by including the directive "SVNListParentPath on" in
your Location section. However, it will only work when you put the
URL "https://server.com/repos/" into a web browser; it will not work
from the command-line client.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 19 14:11:04 2006

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.