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

Re: SVN with WebDAV error

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2004-11-15 19:41:22 CET

On Mon, 15 Nov 2004 19:34:19 +0100, Christian Kruse <ckruse@wwwtech.de> wrote:
> Hi there,
>
> I want to use Subversion with WebDAV on an existing project. But when I
> try to checkout a working copy, I get the following error:
>
> svn: REPORT request failed on '/svn/!svn/vcc/default'
> svn: The REPORT request returned invalid XML in the response: XML parse
> error at line 135: Bytes: 0xF6 0x6E 0x6D 0x61
> . (/svn/!svn/vcc/default)
>
> I captured the network traffic with ethereal, and I figured out, that
> the 0xF6 byte is an ö in the following context:
>
> <S:set-prop name="copyright">(c) Copyright 2001-2002 by
> Christian Kruse &lt;ckruse@wwwtech.de&gt;,
> Frank Schönmann (Frank Schoenmann) &lt;fs@tower.de&gt;,
> Thomas J. Sebestyen &lt;a9105535@unet.univie.ac.at&gt;.

Right; then probably the property is not correctly UTF-8 encoded.

you can use file:// access to check out a working copy and edit the
properties, or dump/load your repository and do the UTF-8 conversion
in the log before reloading...

>
> </S:set-prop>
>
> Any ideas how to fix it? I set this property on every file a lot of
> versions ago...

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 15 19:42:09 2004

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.