On 11 June 2015 at 14:40, Manuel <m.steinbrecher_at_outlook.com> wrote:
> Hey guys,
>
> I'm new here, and unfortunately all I have to offer right now is a problem
> with my Tortoise... I hope this is the right forum and maybe someone is
> willing to help me.
>
> This is our setup:
> We have an FS repository running on a network drive to share it easily
> with different users. We are all running Win7, but not the same Tortoise
> version. But, this does not seem to be the problem.
> In my case, I am running TortoiseSVN 1.8.3 with Subversion 1.8.4.
>
> Suddenly, a few months ago we get an error message when committing to one
> specific repository.
> It says: "post commit FS processing had error: Couldn't open rep-cache
> database". (https://dl.dropboxusercontent.com/u/1436404/SVNerror.PNG)
> But committing and updating generally works fine. But we are a little bit
> afraid that at some point it won't work anymore so we would like to solve
> the problem. Does anyone have an idea what one could do?
>
> If not, we would just copy the files and create a new repository...
>
http://tortoisesvn.net/faq.html#reponoserver
Try running svnadmin verify on the repository (svn command line tools are
shipped with TSVN 1.8.x). If it verifies OK then you need to set up a
proper server and access the repo that way. DO NOT access the repository
directly on a network share. At some point it will fail.
Simon
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3122082
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-06-11 16:02:39 CEST