On Jan 18, 2010, at 18:24, Kiko Man wrote: > So I migrated my svn repository about a month ago and I thought everything > was ok... until I recently tried to commit an update started getting errors > with the message No such revision 0 > I ran svnadmin recover but still get: svnadmin: No such revision 0 > If I hit my repos url with a browser I can manually view files, and I can > extract old revisions for comparisons, etc. So far the only thing I can't do > is commit. > Any suggestions would be greatly appreciated, I've searched a good deal and > am not sure how to approach this.
Assuming this is an FSFS repository, is there in fact a file called "0" in the db/revs and db/revprops (or, if sharded, db/revs/0 and db/revprops/0) directories? The error message seems to indicate there is not.