Installing SVK 2.0 on Mac OS X 10.4.9Edit

If you have the Subversion Perl bindings installed then you can install SVK with the following:

sudo perl -MCPAN -e 'install SVK'

If you don't have the bindings installed then you will need to build them. In my case I still had my Subversion 1.4.3 source distribution lying around and so was able to cd into it and do the following:

cd subversion-1.4.3
make swig-pl
make check-swig-pl
sudo make install-swig-pl

See also