[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: Silverman, Josh <Josh.Silverman_at_ngc.com>
Date: Tue, 23 Dec 2008 08:40:26 -0600

Sorry -- didn't see the latter part of your message. I will try it out.

Josh

-----Original Message-----
From: Stefan Kueng [mailto:tortoisesvn_at_gmail.com]
Sent: Tuesday, December 23, 2008 9:38 AM
To: users_at_tortoisesvn.tigris.org
Subject: Re: Authentication Issues

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&dsMessage
Id=990715
To unsubscribe from this discussion, e-mail:
[users-unsubscribe_at_tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=990717
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-23 15:40:41 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.