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

RE: Error 70014 can't synchronize with repository, can't read file, End of File

From: Tim Pospeshil <TPospeshil_at_Rugged.com>
Date: Wed, 25 Jun 2014 09:18:37 -0700

Problem solved.

I tried svnadmin recover but it returned the End of File error. Next I looked into Andreas’ solution. The current file had “NULNULNULNUL” so I changed it to the last revision from the revs folder, and added the necessary filler text, so it read “2098 zzzzz zzzzz” (I found out you also have to include a carriage return).

Then svnadmin verify returned an “E200002: Serialized hash missing terminator” error after verifying revision 2097. I changed the current file to 2097 instead of 2098 (2098 was only 8kb), and everything is back up and running again.

Thanks for your help, guys.
Received on 2014-06-25 18:19:31 CEST

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.