Re: Cannot locate mod_dav_svn on macosx 10.13 default apache2
From: Ryan Schmidt <subversion-2019_at_ryandesign.com>
Date: Wed, 25 Sep 2019 23:40:32 -0500
On Sep 17, 2019, at 14:39, Per Lindevall wrote:
> I had a perfectly nice working svn apache2 setup on an old Mac mini. A while ago I decided to update the Mac OS to OSX 10.13 High Sierra. The default http 2.4 don’t provide mod_dav_svn as part of the package nor do the homebrew version.
The only way to serve a Subversion repository through httpd is mod_dav_svn. Another way to serve a Subversion repository is by using svnserve.
One option to get mod_dav_svn on macOS is to install MacPorts and then run:
sudo port install subversion +mod_dav_svn
This will also install a separate copy of Apache 2.4 and all other needed dependencies.
To install MacPorts, visit https://www.macports.org
Disclosure: I am a MacPorts manager
|
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.