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

PROPFIND request failed : Subversion+Apache+LDAP

From: Manilal K M <libregeek_at_gmail.com>
Date: 2007-02-08 13:40:53 CET

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

I created the repository using svnadmin 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.

regards
Manilal

-- 
Better to light one candle than to curse the darkness.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 8 13:41:17 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.