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

PROPFIND Error

From: Santosh Sam Koshy <santoshk_at_cdac.in>
Date: Wed, 23 Jan 2008 16:10:40 +0530 (IST)

Dear Sir,

I am in the process of setting up Subversion as my Configuration
Management SYstem. As per the documentation available, I have been trying
to setup an http access for the repository but an failing on the same

My httpd.conf has the entries

<Location /Subversion>
        DAV svn
        SVNPath /usr/UbicompRepo

        AuthzSVNAccessFile /usr/Subversion/acp

        AuthType Basic
        AuthName "Subversion Config Mgt System"
        AuthUserFile /etc/Subversion/users

        Require valid-user
</Location>

whenever I try

svn list http://localhost/Subversion or
svn co http://localhost/Subversion/UbicompRepo
it responds in the following way

[root@server WC]# svn co http://localhost/Subversion/UbicompRepo
Authentication realm: <http://localhost:80> Subversion Config Mgt System
Password for 'root':
Authentication realm: <http://localhost:80> Subversion Config Mgt System
Username: admin
Password for 'admin':
svn: PROPFIND request failed on '/Subversion/UbicompRepo'
svn: PROPFIND of '/Subversion/UbicompRepo': 403 Forbidden
(http://localhost)
[root_at_server WC]#

I am unable to sort out this issue.....Kindly suggest something

Regds
Santosh

-- 
Santosh Sam Koshy
Member Technical Staff
Embedded Systems Design Team
C-DAC, Hyderabad
Nothing is more difficult, and therefore more precious, than to be able to
decide........
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-23 15:44:59 CET

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.