Hi! > I'd use file:/// for testing.
Same result :( > I suppose the next hint (unless someone has tips specific to arm) would > be to see the corrupt lines in the revision file --- can you share them? > You can patch or breakpoint in subversion/libsvn_fs_fs/fs_fs.c (that is > where the error is generated) to find what lines it complains about. > You can pass --enable-maintainer-mode to configure to get some debug > aids: asserts, debug symbols, stack traces in the error message. The problem is at this line in fs_fs.c: if ((str == NULL) || (strlen(str) != (APR_MD5_DIGESTSIZE * 2))) Here the length of str is 6, and APR_MD5_DIGESTSIZE*2 should be 32. Sorry, but I don't know which is the revision file, I'm not too familiar with svn internals. (I'm just using it) Did you mean the entries file from the .svn directory? I pasted it below. Thanks! Regards, András ---------------------------------------------------------------------------------------------------------------------------------------------------- # cat .svn/entries 10 dir 0 file:///var/svn/testrepo file:///var/svn/testrepo 1970-01-01T00:00:14.631784Z 0 1c376b8e-1dd2-11b2-8415-0399146d2571 xxx dir add /home/testrepo #