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

REPORT request failed on '/!svn/vcc/default'

From: Sébastien Barthélemy <barthelemy_at_crans.org>
Date: 2007-03-19 19:13:01 CET

Hello everybody,

I have this strange message while updating or checking out a repository:

$ LANG=C svn update
svn: REPORT request failed on '/svn/brahma/!svn/vcc/default'
svn: REPORT of '/svn/brahma/!svn/vcc/default': 200 OK
(https://vizir.robot.jussieu.fr)

It appears a lot of times in the ML archive but I found no real answer.

The problem happens using both the linux command-line svn client
(version 1.3.2.) and tortoise on Win XP. So I guess it is a server
problem.

The server setup follows, as you can see, the repository is used for
webdav with autoversioning.

The server is apache2 from ubuntu dapper:
Server version: Apache/2.0.55
Server built: Jul 26 2006 17:52:39

The repository is "Powered by Subversion version 1.3.1 (r19032)."

Can anyone help me finding what is going on ?

Thank you

Sebastien

<VirtualHost 193.48.9.75:443>
  ServerName vizir.robot.jussieu.fr

  DocumentRoot /var/www/ssl

  SSLEngine on
  SSLCertificateFile ssl/apache.pem

  <Location />
    AuthType Basic
    AuthName "Restricted Files"
    AuthUserFile /etc/apache2/basic_passwd
    AuthGroupFile /etc/apache2/basic_groups
  </Location>

  <Location /svn/brahma>
    DAV svn
    SVNPath /var/lib/svn/brahma
    SVNAutoversioning on
    ModMimeUsePathInfo on
    require group brahma
  </Location>

  <Location /svn/humans>
    DAV svn
    SVNPath /var/lib/svn/humans
    Require group humans
    Order deny,allow
  </Location>

</VirtualHost>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 19 19:14:02 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.