Subversion on CENTOS 5

Discussion in 'HOWTO-Related Questions' started by statiic, Aug 25, 2010.

  1. statiic

    statiic New Member

    I installed subversion according to this guide:

    http://lincgeek.org/blog/?p=347
    however instead of home/svn is my dir /var/www/svn

    Now when I go to my browser and type in the ip of the server /svn then it says that this doesn't excist.

    What did I missed?


    EDIT:

    When I add the following lines into my etc/httpd/conf/httpd.conf
    LoadModule dav_svn_module modules/mod_dav_svn.so
    LoadModule authz_svn_module modules/mod_authz_svn.so

    Then I get the following error:
    httpd: Syntax error on line 188 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_dav_svn.so into server: /etc/httpd/modules/mod_dav_svn.so: cannot open shared object file: No such file or directory
     
    Last edited: Aug 25, 2010

Share This Page