bash/subversion @ 11c087d7ffe0

Major refactoring.
author Steve Losh <steve@stevelosh.com>
date Wed, 07 Oct 2009 00:28:58 -0400
parents (none)
children (none)
#!/usr/bin/env bash

# Accomodate the updated version of Subversion
export DYLD_LIBRARY_PATH="/opt/subversion/lib:$DYLD_LIBRARY_PATH"
export PYTHONPATH="/opt/subversion/lib/svn-python:$PYTHONPATH"
export PATH="/opt/subversion/bin:$PATH"