[MacPorts] howto/Subversion modified

MacPorts noreply at macports.org
Thu Feb 20 07:07:12 PST 2014


Page "howto/Subversion" was changed by ulrich at familie-schulte.net
Diff URL: <https://trac.macports.org/wiki/howto/Subversion?action=diff&version=7>
Revision 7
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/Subversion
=========================================================================
--- howto/Subversion (version: 6)
+++ howto/Subversion (version: 7)
@@ -90,6 +90,14 @@
 LoadModule authz_svn_module modules/mod_authz_svn.so
 }}}
 
+These modules are stored in /opt/local/libexec, so one has to create symbolic links in /opt/local/apache2/modules
+
+{{{
+sudo ln -s /opt/local/libexec/mod_dav_svn.so /opt/local/apache2/modules/mod_dav_svn.so
+sudo ln -s /opt/local/libexec/mod_authz_svn.so /opt/local/apache2/modules/mod_authz_svn.so
+}}}
+Alternatively, you may copy them.
+
 Next, navigate your editor down to the very end of the file and add the following lines:
 
 {{{
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/howto/Subversion>
MacPorts <http://www.macports.org/>
Ports system for OS X

This is an automated message. Someone added your email address to be
notified of changes on 'howto/Subversion' page.
If it was not you, please report to .


More information about the macports-changes mailing list