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

Re: sources, help?!

From: William Uther <will+_at_cs.cmu.edu>
Date: 2002-07-09 19:06:38 CEST

On 9/7/02 8:43 AM, "miha" <miha@jabolko.si> wrote:

> FAQ on site (http://subversion.tigris.org/project_faq.html )
> metnions that svn can be installed on mac os x.

You can just follow the instructions in the 'INSTALL' document.

The easiest way I've found to get Berkeley DB on Mac OS X is to install the
'fink' package manager. Get fink from: http://fink.sourceforge.net/

Then use fink to install Berkeley DB:

% fink install db4

When building my svn binaries (I build without the server - just the local
version), I use the following configure incantation

./configure --enable-maintainer-mode --disable-shared --with-dbm=db4
--with-berkeley-db=/sw/include/db4:/sw/lib

Enjoy,

\x/ill :-}

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 9 19:07:16 2002

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.