On Monday, October 22, 2018 at 4:53:21 PM UTC+2, Yuiti Onoue wrote: > > Hi, > > How do I solve this error? > > Error: Commit failed (details follow): > Error: Can't open file > '\\192.168.0.38\svn_repos\db\txn-protorevs\12049-a52.rev': > Error: data error (cyclic redundancy check) >
Is the repository accessed via file:/// on a network share? Anyway: the repository is corrupted. You can try the svnadmin command line tool: $ svnadmin recover path/to/repo If that doesn't help, then I hope you have a backup... Stefan -- 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/451d2bba-1b1f-45e5-915c-5da7591df05d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
