You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Sébastien Barthélemy <ba...@crans.org> on 2007/03/19 18:13:01 UTC

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

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

Re: svn: Valid UTF-8 data ... followed by invalid UTF-8 sequence

Posted by Sébastien Barthélemy <ba...@crans.org>.
Le mercredi 21 mars 2007 à 16:46 +0100, Erik Huelsmann a écrit :
> 
> I've filed this as issue #2748
> (http://subversion.tigris.org/issues/show_bug.cgi?id=2748).
> 
> bye,
> 
> Erik.

Thanks !

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn: Valid UTF-8 data ... followed by invalid UTF-8 sequence

Posted by Erik Huelsmann <eh...@gmail.com>.
On 3/21/07, Sébastien Barthélemy <ba...@crans.org> wrote:
> Le mercredi 21 mars 2007 à 15:46 +0100, Sébastien Barthélemy a écrit :
>
> > svn: Valid UTF-8 data
> > (hex: 65 64 75 63 61 74 69 6f 6e 27 2f 4e 65 66 20 30 35 20 41 52 4d 69
> > 6e 20)
> > followed by invalid UTF-8 sequence
> > (hex: 96 20 54 6f)
> >
> > googling the web didn't help me however.
> >
> > Any hint with this new clue ?
>
> Alright, this is really an encoding problem. Tortoise and svn cli don't
> seem to handle some of the caracters (such as è...) in file names that
> were previously added by the webdav client (netdrive).
>
> I'm still looking for a nice solution, but removing these caracters is
> good for now.

I've filed this as issue #2748
(http://subversion.tigris.org/issues/show_bug.cgi?id=2748).

bye,

Erik.

Re: svn: Valid UTF-8 data ... followed by invalid UTF-8 sequence

Posted by Sébastien Barthélemy <ba...@crans.org>.
Le mercredi 21 mars 2007 à 15:46 +0100, Sébastien Barthélemy a écrit :

> svn: Valid UTF-8 data
> (hex: 65 64 75 63 61 74 69 6f 6e 27 2f 4e 65 66 20 30 35 20 41 52 4d 69
> 6e 20)
> followed by invalid UTF-8 sequence
> (hex: 96 20 54 6f)
> 
> googling the web didn't help me however.
> 
> Any hint with this new clue ?

Alright, this is really an encoding problem. Tortoise and svn cli don't
seem to handle some of the caracters (such as è...) in file names that
were previously added by the webdav client (netdrive).

I'm still looking for a nice solution, but removing these caracters is 
good for now.

bye.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

svn: Valid UTF-8 data ... followed by invalid UTF-8 sequence

Posted by Sébastien Barthélemy <ba...@crans.org>.
Le mardi 20 mars 2007 à 21:22 +0100, Sébastien Barthélemy a écrit :
> Le lundi 19 mars 2007 à 19:13 +0100, Sébastien Barthélemy a écrit :
> > Hello everybody,
> 
> Hello again, I still have no explanation (and seekin help). 

Hello again, again

maybe I'm progressing:

 * I tried to change apache KeepAlive setting, as suggested here
http://www.nabble.com/Timeouts-on-WebDAV-svn-server-(Win32)-t3352098.html
but the REPORT request failed on '/!svn/vcc/default' problem still
occurs.

 * I also tried commit locally, from the server, with the file:/// url :
and there is another error:

$ sudo svn co file:///var/lib/svn/brahma/ here
A    netdrive.exe
A    Documents Administratifs
A    Documents Administratifs/Fiche de contact BRAHMA.pdf
...
A    Partages de publications/Publications recuperees par l'ISIR
'Orthese - Robotique et methode de reeducation'/Takahashi 05 A Robotic
Device for Hand Motor Therapy .pdf
svn: Valid UTF-8 data
(hex: 65 64 75 63 61 74 69 6f 6e 27 2f 4e 65 66 20 30 35 20 41 52 4d 69
6e 20)
followed by invalid UTF-8 sequence
(hex: 96 20 54 6f)

googling the web didn't help me however.

Any hint with this new clue ?

Thanks in advance

-- 
Sebastien

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Sébastien Barthélemy <ba...@crans.org>.
Le lundi 19 mars 2007 à 19:13 +0100, Sébastien Barthélemy a écrit :
> Hello everybody,

Hello again, I still have no explanation (and seekin help). Here is the
corresponding apache error log, in case they are meaningful:

[Tue Mar 20 10:37:34 2007] [error] [client 192.168.0.157] Provider
encountered an error while streaming a REPORT response.  [500, #0]
[Tue Mar 20 10:37:34 2007] [error] [client 192.168.0.157] A failure
occurred while driving the update report editor  [500, #104]
[Tue Mar 20 10:37:34 2007] [error] [client 192.168.0.157] Error writing
base64 data: Connection reset by peer  [500, #104]


best regards
-- 
Sebastien

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org