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

Re: PROPFIND Error

From: Karen Tracey <kmtracey_at_gmail.com>
Date: Wed, 23 Jan 2008 11:25:08 -0500

On Jan 23, 2008 5:40 AM, Santosh Sam Koshy <santoshk_at_cdac.in> wrote:

> Dear Sir,
>

 I'm not a Sir, but read your message anyway.

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
>

What's in your AuthzSVNAccessFile /usr/Subversion/acp? From the response
you are getting, it seems your authz file is not permitting user admin to
access '/Subversion/UbicompRepo'.

Karen
Received on 2008-01-23 17:27:55 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.