Installing Subversion via DarwinPorts

Duncan wrote up some excellent instructions for installing Subversion server with Apache2 & Python bindings. Prior to that installation, you’ll need to install DarwinPorts:

cd ~/
cvs -d :pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od login
cvs -d :pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od co -Pdarwinports
cd ~/darwinports/base
./configure
make
sudo make install

Once installed, you’ll need to drop the path to darwinport’s bin directory into your shell environment. Pick the right one from the following (or do something equivalent):

export PATH=$PATH:/opt/local/bin
set path=($path /opt/local/bin)

Next up: Configuring this rather blank slate.



Leave a Reply

Line and paragraph breaks automatic.
XHTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>