Changes between Version 6 and Version 7 of howto/Subversion
- Timestamp:
- Feb 20, 2014, 3:07:11 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/Subversion
v6 v7 91 91 }}} 92 92 93 These modules are stored in /opt/local/libexec, so one has to create symbolic links in /opt/local/apache2/modules 94 95 {{{ 96 sudo ln -s /opt/local/libexec/mod_dav_svn.so /opt/local/apache2/modules/mod_dav_svn.so 97 sudo ln -s /opt/local/libexec/mod_authz_svn.so /opt/local/apache2/modules/mod_authz_svn.so 98 }}} 99 Alternatively, you may copy them. 100 93 101 Next, navigate your editor down to the very end of the file and add the following lines: 94 102