On 24.02.2018 13:32, Paul Hammant wrote: > I'm probably never going to deploy a Svn server on the Mac or > Windows10(S) - keep up the good work Satya! > > What are the options for ./configure and make to focus on the client > executables only, and skip svnserve and mod_dav_svn?
--without-apxs will skip building the Apache modules. Svnserve, on the other hand, is always built because it doesn't need any special dependencies beyond those that the client uses anyway. -- Brane