[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: Manilal K M <libregeek_at_gmail.com>
Date: 2007-02-09 06:40:22 CET

On 09/02/07, Ryan Schmidt <subversion-2007a@ryandesign.com> wrote:
>
> 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
I did the following steps:
# svnadmin create /home/subversion/cngcms
# chown apache:apache /home/subversion/cngcms -R

>
>
> > 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?
No.
However on the client side the following is displayed:
svn: PROPFIND request failed on '/repos/cngcms/cvilleN1.html'
svn: PROPFIND of '/repos/cngcms/cvilleN1.html': 200 OK (http://foobar.com)
I am actually confused about the "200 OK" in the above line. So where
does the problem exists? Is it in apache or subversion?

>
> 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
>
>
>

-- 
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 Fri Feb 9 06:40:46 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.