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

mod_dav_svn support in suse 11 ?

From: J. Bakshi <joydeep_at_infoservices.in>
Date: Mon, 05 Oct 2009 12:59:51 +0530

Dear list,

My running svn repo has the following config in apache in clarkconnect
Linux gateway server

```````````````````````````````
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 (
though not find tet ) 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

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-05 09:31:06 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.