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

Re: PROPFIND request failed : Subversion+Apache+LDAP

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-08 22:37:18 CET

On Feb 8, 2007, at 06:40, Manilal K M wrote:

> Hello all,
> I have configured Subversion to use it with Apache and LDAP.
> The software details are as follows:
> httpd-2.0.52-28.ent.centos4
> subversion-1.4.3-0.1.el4.rf
> mod_dav_svn-1.4.3-0.1.el4.rf
>
> The apache configuration is as follows : ( /etc/httpd/conf.d/
> subversion.conf) :
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
> <Location /repos>
> DAV svn
> SVNParentPath /home/subversion
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require valid-user
> </LimitExcept>
> AuthType Basic
> AuthName "Login :"
> AuthLDAPBindDN cn=root,c=US
> AuthLDAPBindPassword xxxxxxx
> AuthLDAPURL
> ldap://localhost:389/c=US?uid?sub?(&(objectclass=qmailUser)
> (objectclass=CourierMailAccount))
> </Location>
>
> The /etc/httpd/conf/httpd.conf contains the following:
> LoadModule dav_module modules/mod_dav.so

On first glance that all looks ok to me.

> I created the repository using svnadmin

You did this, right?

svnadmin create /home/subversion/cngcms

> and then tried to import the
> directory structure using the following command:
>
> # svn import cngcms -m 'Initial directory structure'
> http://foobar.com/repos/cngcms --username=libregeek_at_foobar.com
>
> and the following errors occured:
> svn: PROPFIND request failed on '/repos/cngcms/cvilleN1.html'
> svn: PROPFIND of '/repos/cngcms/cvilleN1.html': 200 OK (http://
> libregeek.com)
>
> Somebody please help me. I am in big trouble.

Does the Apache error log say anything more at this point?

Is /home/subversion/cngcms owned by and writable by the user under
which Apache runs?

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 8 22:37:52 2007

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.