[Ilugc] Authentication problem in SVN

  • From: metturmohan2009@xxxxxxxxx (mettur salem)
  • Date: Thu Jun 4 11:18:05 2009

Dear Luggies ,

     I have a problem in authentication and authorisation Problem in SVN

    I am using  fedora 9 as server with 1.4 svn version    and client as
ankhsvn 2.1 version  and tortoise svn

   the problem is  if i changed and add the new user for access the
repositary with authentication  no changes made

    it is common for all  ie anybody can  commit and any body can check
out

   my  repos path is  / repos/svn

total 12
drwxr-xr-x 2 apache apache 4096 2009-02-07 15:32 permissions
drwxr-xr-x 6 apache apache 4096 2009-02-12 16:01 repos
drwxr-xr-x 2 apache apache 4096 2009-02-07 15:32 users

 under repos

drwxr-xr-x 8 apache  apache   4096 2009-04-28 18:49 svn

 under the folder of svn

drwxr-xr-x  2 apache apache 4096 2009-06-03 22:11 conf
drwxr-xr-x  2 apache apache 4096 2009-04-30 19:11 dav
drwxr-sr-x  5 apache apache 4096 2009-06-03 22:21 db
-r--r--r--  1 apache apache    2 2009-02-09 16:48 format
drwxr-xr-x  2 apache apache 4096 2009-06-03 19:19 hooks
drwxr-xr-x  2 apache apache 4096 2009-06-03 19:19 locks
-rw-r--r--  1 apache apache  229 2009-02-09 16:48 README.txt
drwxr-xr-x 10 apache apache 4096 2009-03-25 16:15 trunk
[root@server svn]#

 under the folder of conf

-rw-r--r-- 1 apache apache  755 2009-06-03 21:41 authz
-rw-r--r-- 1 apache apache   46 2009-04-29 20:01 passwd
-rw-r--r-- 1 apache apache 1449 2009-06-03 21:41 svnserve.conf

if i give the some restriction in svnserve.conf    file this is not able to
apply while access  via http of svn pages in local lan ??  authz file is not
responses  any upgradation required  ( related to Modules loaded  in http
file )

ie http://192.168.1.2/repos/svn    --- it allows all to access and commit
and checkout  for all the repositary  i apply  restriction  as per senthil
says  but it is not effect


1.http authenticaion file is kept in  /etc/svn-auth   ie user password are
stored here
2. subversion configuration file is kept in  /etc/
httpd/conf.d/subversion.conf


subversion.conf

<Location /repos>
    DAV svn
   SVNParentPath  /repos
   AuthType Basic
  AuthName "Snowserver1 Subversion Repositories"
      AuthUserFile /etc/svn-auth-file

   <LimitExcept GET PROPFIND OPTIONS REPORT>
      Require valid-user
   </LimitExcept>
</Location>

please share  and  how to fix this   I thanks for all  , keneth,  stylesen ,
and T.shrinivasan to share some information in these issue

with Regards,
Mettur Mohan

Other related posts: