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

Using strange chars in filenames = XML parse error

From: Jochen Scharrlach <js_at_trollhead.net>
Date: 2003-10-13 14:31:41 CEST

Hi,

I am testing v0.31 (RH 9, Apache 2.0.47) and I converted an existing
CVS-repository to subversion. Everything went fine, except that I can't
checkout the complete tree:

$ svn co http://localhost/svn/MLR/NavCon
{...]
A NavCon/trunk/Target/CDL_COMMON
svn: RA layer request failed
svn: PROPFIND request failed on
'/svn/MLR/NavCon/!svn/bc/1827/trunk/Target/CDL_COMMON'
svn: The PROPFIND request returned invalid XML in the response: XML
parse error
at line 419: not well-formed (invalid token).
(/svn/MLR/NavCon/!svn/bc/1827/trunk/Target/CDL_COMMON)

I suspect it's because there is a strange filename (using Windoze-based
charset encoding) - when I try to remove the file, I get:

$ svn rm -m ""
http://localhost/svn/MLR/NavCon/trunk/Target/CDL_COMMON/Kurzbeschreibung%20verf%81gbare%20Layouts.doc
svn: RA layer request failed
svn: PROPFIND request failed on
'/svn/MLR/NavCon/trunk/Target/CDL_COMMON/Kurzbeschreibung%20verf%81gbare%20Layouts.doc'
svn: The PROPFIND request returned invalid XML in the response: XML
parse error
at line 9: not well-formed (invalid token).
(/svn/MLR/NavCon/trunk/Target/CDL_COMMON/Kurzbeschreibung%20verf%81gbare%20Layouts.doc)

I retried with a new repository and added only that file to it, with the
same result:

$ svn mkdir -m "" http://localhost/svn/ITSE/test
$ svn import -m "" test http://localhost/svn/ITSE/test
Adding test/Kurzbeschreibung verf?gbare Layouts.doc

$ cd tmp
$ svn co http://localhost/svn/ITSE/test
svn: RA layer request failed
svn: REPORT request failed on '/svn/ITSE/!svn/vcc/default'
svn: The REPORT request returned invalid XML in the response: XML parse
error at line 6: not well-formed (invalid token).
(/svn/ITSE/!svn/vcc/default)

Bye,
Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 13 15:33:50 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.