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

Re: [Help] Can't commit to our server

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 08 Oct 2013 20:37:54 +0200

On 08.10.2013 05:48, Gimomars wrote:
> Hi experts, just wondering why I can't commit my working files in our server. But my other teammates can.
>
> Commit failed (details follow):
> Can't open file
> '\\e00008-server\app$\PROJECT_REPO\AGMARK_repo\db\txn-current-lock': Access is denied.
>
> We are using Windows 7 in our repo server. And I already set the permission to everyone. But still I can't commit.
>
> Hope to hear positive response.

Stop. Do not do that.
You're accessing the repository via file:// on a network share. That's
the worst setup you can do, and you will lose data.

http://tortoisesvn.net/faq.html#reponoserver

And since you've already run into problems, do yourself a big favor and
install a real server to serve the repository.
That "access denied" error you get on a txn-current-lock indicates that
your repository is already in an inconsistent state.

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=3065950
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-10-08 20:38:04 CEST

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.