[MacPorts] howto/Subversion modified

Rainer Müller raimue at macports.org
Thu Feb 20 07:24:57 PST 2014


Hello,

On 2014-02-20 16:07, MacPorts wrote:
> 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.
> +

This sounds like a bug in the port that should be fixed instead of
applying workarounds that require to copy files around manually.

Please file a ticket instead, http://guide.macports.org/#project.tickets

Rainer


More information about the macports-dev mailing list