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

Re: Different .svn directory breakage - Malformed XML

From: Paul Wayper <paul.wayper_at_anu.edu.au>
Date: 2005-06-06 06:17:11 CEST

Paul Wayper wrote:

> Transmitting file data ..svn: Commit succeeded, but other errors follow:
> svn: Error bumping revisions post-commit (details follow):
> svn: Malformed XML: mismatched tag at line 33
>
> When it happens again I'll post a fragment of the XML around the
> offending line, if that would be helpful.

Ah, here we are...

[paulway@biojanus seqnamer]$ svn diff
svn: XML parser failed in ''
svn: Malformed XML: junk after document element at line 33
[paulway@biojanus seqnamer]$ lineify.pl --context 3 --line 33 .svn/entries
30: prop-time="2005-06-02T05:46:15.000000Z"
31: revision="6"/>
32: </wc-entries>
33: 0 if not defined $i;
34: if (ref $v eq '') {
35: print indent($i), defined $v ? "'$v'\n" : "<undef>\n";
36: } elsif (ref $v eq 'ARRAY') {

Note that line 33 actually starts in the middle of a line of Perl, which
is what I'm working on in this repository. This to me implies that CFS,
or NFS is not clearing its buffers when doing a write, and the entries
file should finish at line 32. Am I right in these guesses?

I've now found that I can delete from after the error line to the end of
file and it works. So that's that problem cleaned up...

Thanks anyway,

Paul

-- 
-- Paul Wayper at ANU - +61 2 6125 0643
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 6 06:19:09 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.