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

Re: Trouble building Subversion 1.5.5 with SSL/zlib on Mac OS X

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Wed, 7 Jan 2009 18:40:05 -0600

On Jan 5, 2009, at 14:51, Michael Zornek wrote:

> So I'm rebuilding my system today and rather than using the built-
> in svn
> client that comes with Leopard I figured I'd build and install my
> own copy
> of the latest and greatest (1.5.5) into `/usr/local` like I have
> for years.
> The process is pretty strait forward but I always enjoyed using [this
> post](http://danbenjamin.com/articles/2006/04/svn_on_os_x) from Dan
> Benjamin
> as a basis for my madness.

As a manager of the MacPorts project, I can heartily recommend you
use MacPorts to install Subversion for you, along with any other
software you might need. It's very easy:

1. Download and install MacPorts from http://www.macports.org
2. Open a terminal and type "sudo port install subversion"

Done. Subversion and all its dependencies have been downloaded,
compiled and installed for you.

If you want Apache 2 and the mod_dav_svn module too, add
"+mod_dav_svn" at the end of the line, e.g. "sudo port install
subversion +mod_dav_svn".

If you also want everything in the tools and contrib directories
installed for you, add "+tools".

To learn about all the options available, use "port variants
subversion".

For more about MacPorts, the documentation is at http://
guide.macports.org and the macports-users mailing list is a great
place to ask questions.

If you really really want to compile Subversion yourself, you're also
welcome to read the MacPorts portfiles to see what compilation
options have been used, e.g. here is the portfile for Subversion itself:

http://www.macports.org/ports.php?by=name&substr=subversion

You would also then want to read all the portfiles of all of
Subversion's dependencies, and of those dependencies' dependencies,
and so on. It looks like in MacPorts there are 16 other packages that
are required before Subversion itself can be installed.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1010702

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-08 14:00:36 CET

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.