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

Re: Problem in reading the Subversion directory - Please help

From: Eric Johnson <eric_at_tibco.com>
Date: Sat, 10 Oct 2015 10:58:02 -0700

Looks like the user name isn't being recorded in the log.

I suggest re-enabling read access to everyone, then making sure that the
log records the user name for successful access. Make sure it is what you
expect, and only then block the reads for all users.

Eric

On Oct 10, 2015, at 3:31 AM, Ranjeet Singh <ranjeetsinghsaluja_at_gmail.com>
wrote:

Hi Eric,

So, i was getting below error so can you help me on this by recognizing
what i am doing.

Error on Apache log file: [Fri Oct 09 08:53:54 2015] [error] Access denied:
- OPTIONS KH:/

Regrards
Ranjeet

On Fri, Oct 9, 2015 at 10:06 PM, Eric Johnson <eric_at_tibco.com> wrote:

> Please keep discussions on the mailing list.
>
> Eric.
>
> On Fri, Oct 9, 2015 at 1:14 AM, Ranjeet Singh <
> ranjeetsinghsaluja_at_gmail.com> wrote:
>
>> Hi Eric,
>>
>> I am getting below error in the log files:
>>
>> [Fri Oct 09 08:53:54 2015] [error] Access denied: - OPTIONS KH:/
>>
>>
>> Regards
>>
>> Ranjit Singh
>>
>> On Fri, Oct 9, 2015 at 6:19 AM, Eric Johnson <eric_at_tibco.com> wrote:
>>
>>> I don't see any obvious oversights. Check your Apache log files to see
>>> what's in the error log.
>>>
>>> Eric.
>>>
>>> On Thu, Oct 8, 2015 at 7:41 AM, Ranjeet Singh <
>>> ranjeetsinghsaluja_at_gmail.com> wrote:
>>>
>>>> Hi Team,
>>>>
>>>> I have installed SVN in my linux box and I am using version 1.6.11
>>>> (r934486) of SVN and I am facing some problem with the configuration.
>>>>
>>>> I have created one repository named as KH and earlier i have given the
>>>> read all access in auth file - like this
>>>>
>>>> [groups]
>>>> support_rw = ranjeet, rahul, monika, devesh
>>>>
>>>> [KH:/]
>>>>
>>>> * = r
>>>> @support_rw = rw
>>>>
>>>> and now I wanted to delete remove everyone to read this directory so i
>>>> did this
>>>>
>>>> [KH:/]
>>>>
>>>> * =
>>>>
>>>> @support_rw = rw
>>>>
>>>> And now i am not able to login into my directory.
>>>>
>>>> I have read some articles about it. I have also checked my
>>>> subversion.conf file in subversion and it is like this only:
>>>>
>>>> <IfModule !dav_svn_module>
>>>> LoadModule dav_svn_module modules/mod_dav_svn.so
>>>>
>>>> <IfModule !dav_svn_module>
>>>> LoadModule dav_svn_module modules/mod_dav_svn.so
>>>> </IfModule>
>>>> <IfModule !authz_svn_module>
>>>> LoadModule authz_svn_module modules/mod_authz_svn.so
>>>> </IfModule>
>>>>
>>>>
>>>> <Location /svn/KnowHow>
>>>> DAV svn
>>>> SVNParentPath /var/www/svnRepos/KnowHow
>>>>
>>>> # Limit write permission to list of valid users.
>>>> <LimitExcept GET PROPFIND OPTIONS REPORT>
>>>> # Require SSL connection for password protection.
>>>> # SSLRequireSSL
>>>>
>>>> AuthType Basic
>>>> AuthName "Authorization Realm for KH repository"
>>>> AuthUserFile /etc/httpd/svn-conf.d/svn-auth-conf-KH
>>>> AuthzSVNAccessFile /etc/httpd/svn-conf.d/svn-acl-conf-KH
>>>> Require valid-user
>>>> </LimitExcept>
>>>> </Location>
>>>>
>>>>
>>>> Now i am unable to login into my repository.
>>>>
>>>> I am getting this error:
>>>>
>>>> "server sent unexpected return value (403 Forbidden)"
>>>>
>>>> Please can you help me in this.
>>>>
>>>>
>>>> Thanks
>>>> Ranjit Singh Saluja
>>>> Ph: +91-8826157712
>>>>
>>>
>>>
>>
>
Received on 2015-10-10 19:58:18 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.