[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Building Subversion.

From: Branko Čibej <brane_at_apache.org>
Date: Thu, 14 Sep 2017 15:17:46 +0200

On 14.09.2017 15:05, Branko Čibej wrote:
> On 14.09.2017 13:36, Paul Hammant wrote:
>> The tests made for https://github.com/apache/subversion/pull/5 didn't
>> even require me to have Svn on my system. That's because I'm asserting
>> against a series of expected shell operations, because that's how the
>> author implemented svn-viewspec
>>
>> Has anyone built Subversion on a Mac?
> All the time.
>
>> If yes, do you have the homebrew installables you needed handy?
>> #LemmeKnowPls
> "brew install subversion"?

For building from source you'll need apr, apr-util, and serf; serf is
not a standalone package in homebrew, but it is part of its subversion
install. So when I build from source I install homebrew's subversion and
use serf from there. My generic configure script is attached. For
building from trunk, for example, I just create a symlink to the script
called config.trunk. Oh, and I use a ramdisk for build artefacts and for
running tests; speeds things up quite a bit.

I also test with BDB and (used to) with Neon, those are standalone
homebrew packages.

-- Brane

Received on 2017-09-14 15:17:53 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.