[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: Zhao, Jing <Jing.Zhao_at_chasepaymentech.com>
Date: 2006-08-21 14:49:17 CEST

 Look like you install them from binary distribution. APR and APR-UTIL in Apache and Subversion may not have same versions.

 Jing

-----Original Message-----
From: Fatih Gulec [mailto:fatihg@cs.hacettepe.edu.tr]
Sent: Saturday, August 19, 2006 7:56 AM
To: users@subversion.tigris.org
Subject: svn: PROPFIND of '/xxx': 403 Forbidden

I would like to run subversion with apache, I do the followings for
installation :

--------------------------------------------------------------------------
[root@bulbul /]# yum install subversion
[root@bulbul /]# yum install mod_dav_svn
[root@bulbul /]# yum install mod_ssl

[root@bulbul /]# vim /etc/httpd/conf.d/subversion.conf
<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)

Thanks for replies...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

  
Learn more about Chase Paymentech Solutions,LLC payment processing services at www.chasepaymentech.com.
THIS MESSAGE IS CONFIDENTIAL. This e-mail message and any attachments are proprietary and confidential information intended only for the use of the recipient(s) named above. If you are not the intended recipient, you may not print, distribute, or copy this message or any attachments. If you have received this communication in error, please notify the sender by return e-mail and delete this message and any attachments from your computer.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 21 14:55: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.