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

Re: svn: Authorization Failed

From: Florian Seydoux <florianseydoux_at_gmail.com>
Date: Mon, 02 Jun 2008 10:05:43 +0200

Michael Lapchuk wrote:
>
> >>>svn commit -m "comment"
> >svn: Authorization failed
>
Hi,
It's probably not relevant in your case, but I frequently have such
issue with a windows repository, and per-directories access rights.

The problem was due to the case-(in)sensitivity: as any read operation
was granted without authentication, some people was doing their checkout
using a bad case-format (eg: "http://svnhost/svn/projectX/trunk"
instead of "http://svnhost/svn/projectx/trunk").
no problem for the checkout, the wrong url was properly mapped to a path
on the server... but committing was not possible, as the url was then
checked in a case-sensitive way...

regards,

Flo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-02 10:15:30 CEST

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

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