Guten Tag Zach via TortoiseSVN, am Mittwoch, 26. Februar 2020 um 00:14 schrieben Sie:
> <<<Started new transaction, based on original revision 33811 > * editing path : trunk/Database/Company/Stored > Procedures/gp_CheckInventoryTransactions_sel.sql > ...svnadmin: E160013: File not foundL transaction '33808-q35', path > '/trunk/Database/Company/Stored > Procedures/gp_CheckInventoryTransactions_sel.sql' > Does anyone have any advice on how to continue? I have two: As this is not TSVN-specific, you should write to and search in the general SVN mailing lists, because they contain plenty of cases like yours. The second is that you most likely skipped revisions in your dumps that added the file the error message is talking about, while later revisions contain changes to that file. How to alter non-existing files in the repo? SVN can't, hence the error message. The general SVN-mailing lists contain advices how to add a revision with that file manually, e.g. by creating such a revision file manually or committing only that file using a SVN-client or ... I don't remember all of those and especially no details, so you should search the lists on your own using keywords like "svnadmin" and your error message. Besides that, why do you think not being able to use svndumpfilter? The point is to NOT only exclude concrete revisions, but you need to exclude all PATHS than belongs to files to the broken revisions as wlel. Because no revision altering a path of excluded revision can apply its changes anymore. After all of that you should consider running svn admin verify or dump regularly to check for errors. I was in the same position like you some years ago, only with broken revisions at the end of the repo luckily. But since then I regularly run "dump" twice a day, because at that point "verify" contained some errors so that repo-corruption wasn't even regonized properly. Good luck! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: [email protected] AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...........05151- 9468- 55 Fax...............05151- 9468- 88 Mobil..............0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow -- 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/951756184.20200226081804%40am-soft.de.
