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 <ckruse@wwwtech.de>,
> Frank Schönmann (Frank Schoenmann) <fs@tower.de>,
> Thomas J. Sebestyen <a9105535@unet.univie.ac.at>.
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