bash/subversion @ 2ae666b881b8

Add the schemes extension to hgrc.
author Steve Losh <steve@stevelosh.com>
date Mon, 14 Dec 2009 17:57:27 -0500
parents 11c087d7ffe0
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"