bash/subversion @ b369be70f9f8

Fix the hg-git extension line in .hgrc.
author Steve Losh <steve@stevelosh.com>
date Fri, 25 Dec 2009 15:09:01 -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"