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

RE: corruption in repository

From: Mark <mark_at_msdhub.com>
Date: 2004-11-11 17:09:33 CET

I don't know what's causing the problem, but that file isn't valid XML (and
that's exactly what svn is saying!). The xml declaration isn't the only
thing that is missing, there's no <wc-entries> begin tag either.

Mark

-----Original Message-----
From: Sebastian Kügler [mailto:lists@vizZzion.org]
Sent: Thursday, November 11, 2004 6:53 AM
To: users@subversion.tigris.org
Subject: Re: corruption in repository

On Thursday 11 November 2004 10:36, Ulrich Eckhardt wrote:

From the strace of svn update I learned, that svn is opening .svn/log
right before the error occurs. Having a look at said file, it is missing
the first line, which should be

<?xml version="1.0" encoding="utf-8"?>

, right? The entries file has this line (although I remember also having
problems with corruptions of the entries file from time to time).

I attached a zipped .svn/log, hoping it gives you additional information.

Cheers,

-- 
sebas
--------------
Everyone complains of his memory, no one of his judgement.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 11 17:10:52 2004

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.