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

PROPFIND request failed on 'projectname/!svn/vcc/default'

From: Fabien Schwob <fabien-ml_at_x-phuture.com>
Date: 2007-03-08 00:14:26 CET

Hello,

I've just installed Subversion, created a repository and a virtual host.
I can access to the repository from my web browser, but when I try to
make a checkout with the command line client or with TortoiseSVN, I get
the following error :

svn: PROPFIND request failed on 'chibbi/!svn/vcc/default'
svn: PROPFIND of 'chibbi/!svn/vcc/default': 400 Bad Request
(http://svn.jibaku.net
)

I've checked on Google but it seems that it's often a problem related to
a proxy misconfiguration. But I don't use one.

My virtual host is :

<VirtualHost *>
     ServerAdmin myemail *at* jibaku.net
     ServerName svn.jibaku.net

     ErrorLog /var/log/apache2/error.svn.jibaku.net.log
     CustomLog /var/log/apache2/access.svn.jibaku.net.log combined

     <Location>
         DAV svn
         SVNParentPath /home/jibaku/svn
         SVNListParentPath on
         AuthType Basic
         AuthName "Subversion repository"
         AuthUserFile /home/jibaku/svn/dav_svn.passwd
         Require valid-user
     </Location>
</VirtualHost>

And I'm using Subversion 1.3.2 on Ubuntu Server 6.10 with Apache/2.0.55.
Does someone see how to solve this ?

Thanks in advance

-- 
"Always code as if the guy who ends up maintaining your code will be a 
violent psychopath who knows where you live." -- Damian Conway
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 8 00:14:51 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.