You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Bax, Arjen" <AB...@AEGON.NL> on 2005/03/21 14:38:32 UTC

RE: subversion checkouts on NFS mounts don't work? Malformed XML error....

Peter Valdemar Mørch writes:

> build@zaphod:~/b.nfs$ svn up
> svn: XML parser failed in ''
> svn: Malformed XML: not well-formed (invalid token) at line 44
> 
> $ tail -n 2 /home/build/b.nfs/.svn/entries
> </wc-entries>
> 88"/>
> 
> What's up with the line:
> 88">
> at the end of /home/build/b.nfs/.svn/entries?
> 
> Anybody have any idea what is up?

Just an idea:

I suspect that there is a CR (ASCII 13) in your entries file which shouldn't
be there. Does your NFS-client "intelligently" do CRLF/LF conversion?

HTH,
Arjen Bax
-- 
Violence is the last refuge of the incompetent - Isaac Asimov

Re: subversion checkouts on NFS mounts don't work? Malformed XML error....

Posted by Peter Valdemar Mørch <sw...@sneakemail.com>.
Bax, Arjen ABax-at-AEGON.NL |Lists| wrote:
> I suspect that there is a CR (ASCII 13) in your entries file which 
> shouldn't be there. Does your NFS-client "intelligently" do CRLF/LF 
> conversion?

I don't think so. The file has the same md5sum on the NFS server and on 
the client. Both are running (more or less) dist-upgraded Debian unstable.

(A copy of) the .entries file is here:
http://demo.capmon.dk/~pvm/entries
http://demo.capmon.dk/~pvm/entries.tar.gz
(tar.gz to avoid any funny Tmessing about by apache...)

demo@pvm:~/public_html> md5sum entries
5bcc54576e82ec19950ff8d4529cd125  entries

If I manually remove the last line of the file:
88"/>

It works fine! Total bewilderment...

build@zaphod:~/b.nfs/.svn$ diff -u entries.works entries.broken
--- entries     2005-03-21 23:54:01.000000000 +0100
+++ entries.broken      2005-03-21 23:53:34.000000000 +0100
@@ -41,3 +41,4 @@
     name="CVS"
     kind="dir"/>
  </wc-entries>
+88"/>

Peter

-- 
Peter Valdemar Mørch
http://www.morch.com

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