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

Case-sensitivity with SVNParentPath?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 4 Jun 2009 10:29:11 -0400

SVN 1.5.2, Apache 2.2.something, running on Win2K3.

I have all my repositories in e:\Repositories . My location block is (cut down):

<Location /Repos>
SVNParentPath E:/Repositories
</Location>

I can interchangeably use http://HOSTNAME/Repos/Operations and
http://HOSTNAME/Repos/operations for checkout, browsing and locks, but
commits to http://HOSTNAME/Repos/operations fail with a 403 Forbidden
error because everything is configured as Operations in my
AuthzSVNAccessFile.

The repository was created on disk as Operations (svnadmin create
e:\Repositories\Operations)

The 403s I expect when using lower-case operations, but I don't
understand why I was able to check out (or list, or info) on that URL.
I thought everything was case-sensitive.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2359451

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-04 16:30:08 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.