Apparently one of the old revisions has disappeared from an svn repository:
svn checkout http... myrepo
svn: REPORT of '/svn/myrepo/!svn/vcc/default': Could not read chunk size: connection was closed by server (http://localhost)
$ svnadmin verify myrepo
* Verified revision 0.
...
svnadmin: No such revision 262
$ svn log -v -r 262
svn: No such revision 262
$ ll /var/SVN/myrepo/db/revs/0/
...
-rw-r--r-- 1 www-data www-data 27289777 2010-10-21 22:21 260
-rw-r--r-- 1 www-data www-data 4727180 2010-11-12 18:51 261
-rw-r--r-- 1 www-data www-data 2180586 2010-11-14 20:33 263
...
Searching on the issue says "restore from backup", but all 3 backups I have all have this missing revision, so it must have been going for a while. I only noticed it when I couldn't commit a specific file. I have a current working copy. What can I do short of starting from scratch ?!?