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

Re: Malformed File, svn verify OK

From: John Szakmeister <john_at_szakmeister.net>
Date: 2007-02-03 13:08:12 CET

----- Matt Summers <mattsumm@gmail.com> wrote:
> I'm trying to commit my working copy to the repository, but it fails
> with the message "Malformed file." I thought "svnadmin verify" would
> explain the problem, but it simply iterates to each revision X (from 1
> till the last checkin/current) and says "Verified revision X"
>
> How do I diagnose and fix the problem?

The only places in code where I see you can get this error, and no other useful information, is in subversion/libsvn_subr/hash.c. Hashes are used in the repository, the working copy, and in configuration files (storing password information, etc). So it's likely that something is wrong in your working copy, or one of your configuration files.

Is it possible to run something like strace to see which file the code is failing on?

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 3 13:08:41 2007

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.