[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Authentication Issues

From: Stefan Kueng <tortoisesvn_at_gmail.com>
Date: Tue, 23 Dec 2008 15:37:37 +0100

Silverman, Josh wrote:
> Stefan,
>
> I cleared out my working repository and recreated it. I can now log in
> via Tortoise. However, I'm still getting error messages when I try
> Subversion operations. Here is the message:
>
> Can't open file '<server repository path>/db/txn-current-lock':
> Permission denied
>
> What is this file? Can it be removed? Sometimes when I used PVCS,
> temporary lock files were created after system crashes that had to be
> removed manually -- is something of the same kind going on here?

Never, ever do anything inside a repository folder. That's internal data
and must not be messed with.

Run an
$ svnadmin recover /path/to/repository
on your server.

And then make sure that the process (either svnserve or apache) has full
write access to the repository folder and all files below it.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=990715
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2008-12-23 15:38:36 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.