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

Re: Yet Another topic: Authorization failed

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 14 Mar 2011 18:34:38 +0100

On 14.03.2011 09:39, Alexander Chervov wrote:
> Hi,
> I’ve created local repository on my computer using TortoiseSVN. I’ve successfully checked it out.
> But when I try to commit a new version of file, I get Authorization failed error.
>
> Meanwhile, I have two another local repository next to this one, and they work just fine.
>
> What might to be a problem?
>
> TortoiseSVN 1.6.13, Build 20954 - 64 Bit
>
> my config file:
>
> [general]
> anon-access = none
> auth-access = write
> password-db = /SourceControl/passwd
> realm = gosu
>
> SVN server is:
> svn, version 1.6.11 (r934486) compiled Apr 16 2010, 10:39:09

make sure that you checked out the correct url (check the casing). You
can successfully check out with an url like svn://SERVER/repo/TRUNK, but
if your server is set up with lowercase urls, a commit only succeeds if
you checked out with svn://server/repo/trunk

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=2711457
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-03-14 18:34:45 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.