Re: SVN crash on commit

2015-09-29 Thread Stefan Hett
On 9/29/2015 3:49 PM, Petr Janata wrote: Hi, I have experienced a crash during svn commit operation. It does not help to cleanup or update the working copy. Commit always fails with the same problem. I use 1.8.0-SlikSvn-1.8.0-X64 command line client. I have executed successful cleanup and up

Re: SVN crash on commit

2015-09-29 Thread Petr Janata
I have updated to 1.8.14 and it works now. Thanks On 29 September 2015 at 16:09, Andreas Stieger wrote: > Update to 1.8.14 > and > try again. > >

Data lost in a subversion repository

2015-09-29 Thread thomas
Dear ladies and gentlemen, my name is Thomas Riller, I am working at the technical university of Munich. I am sorry, that I directly contact you. We have a problem (self made) with a subversion repository. The repository was stored at a personal directory and is damaged. This means, some re

Re: Data lost in a subversion repository

2015-09-29 Thread Eric Johnson
First do an svnadmin verify, and see where that fails If that works, see if you can do an svnadmin dump with different ranges, and see if you can figure out the revisions where it fails. If you can identify specific revisions that are broken, you might be able to recreate them manually. Eric