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

Malformed XML error on initial checkout

From: Steven Vasilogianis <svasilogiani_at_kmrrec.org>
Date: 2005-01-10 21:27:14 CET

I've just created a repository like so:

$ svnadmin create project

And imported some data into it:

$ svn import .
svn+ssh://steven@localhost:/usr/share/steven/project/repos/project
Password:
Adding [snip]

[many lines snipped, nothing out of the ordinary]

Committed revision 1.

All is fine up until here, but I get an error when I try to check out:

$ svn co svn+ssh://steven@localhost/usr/share/steven/project/repos/project

 A [snip]

[many lines snipped]
svn: Malformed XML: not well-formed (invalid token) at line 1623

I am currently playing with this on my local FreeBSD 4.10 workstation, but I
first found the problem on our SUSE 9.2 server.

I have searched the archives, as well as google, and found that this problem
is usually the result of either a file with a "weird" character in its name,
or that the log file in some .svn directory contains malformed xml,
neither of
which I was able to find (I have only one svn log file, and it looks like
valid XML).

$ svn --version
svn, version 1.1.1 (r11581)
   compiled Jan 4 2005, 11:46:24

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema

Any help is appreciated.

Thanks,

-- 
steven vasilogainis
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 10 21:28:02 2005

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.