Notes on Life, ‘Puters and Hawaii

Install Bazaar Subversion on Mac OS X Leopard 10.5

I struggled but ultimately succeeded in installing Bazaar with bzr-svn (subversion support) on Leopard. I added the script to the bzr-svn wiki page. The following is how I got it to work:

# Install the latest stable Bazaar (if you didn’t already)
sudo easy_install -U paramiko pycrypto bzr

# Compile Subversion 1.5 (for better python [...]