I had my computer crushed and retrieve files under \db\revprops\ and \db\revs\, try to skip some missing revisions as bellow:
svnadmin dump -r 1572:1878 --incremental C:\codes\old_svn\repository > C:\codes\old_svn\repos-dumpfile svnadmin: E160006: No such revision 1570 svnadmin dump -r 1573:1878 --incremental C:\codes\old_svn\repository > C:\codes\old_svn\repos-dumpfile svnadmin: E160006: No such revision 1570 then i try this: svnrdump dump -r 1870:1878 --incremental C:\codes\old_svn\repository > C:\codes\old_svn\repos-dumpfile svnrdump: E160006: No such revision 1536 that must be have some corrupted revisions. Does there any way to rescue the correct files into a healthy repository? -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/581833c4-6cb5-4177-9476-0b86c3a702e9n%40googlegroups.com.
