[Samba] mod_dav_svn support in suse 11 ?

J. Bakshi joydeep at infoservices.in
Mon Oct 5 01:14:56 MDT 2009


Dear list,

My running svn repo has the following config in apache

```````````````````````````````
LoadModule dav_svn_module     /usr/lib/apache2-prefork/mod_dav_svn.so
LoadModule aut_svn_module    /usr/lib/apache2-prefork/mod_aut_svn.so


<Location /repos>

SSLRequireSSL
DAV svn

AuthType Basic
      AuthName "Authorization Realm"
      AuthUserFile /home/SVN/PASSWD
      Require valid-user
      SVNParentPath /home/SVN


#### Limit write permission to list of valid users.
  <LimitExcept GET PROPFIND OPTIONS REPORT>
      AuthType Basic
      AuthName "Authorization Realm"
      AuthUserFile /home/SVN/PASSWD
      Require valid-user

  </LimitExcept>
</Location>
``````````````

Now I like to do the same in opensuse 11 server. But there is no 
mod_dav_svn. Should I manuall install that module from rpm search site
or opensuse-11 already have some module which can support the dav-svn ?
in that case what would be the config ?

Kindly enlighten me.
Thanks



More information about the samba mailing list