# HG changeset patch # User Steve Losh # Date 1254304611 14400 # Node ID 92c7dfef816cf655fa12c351775ccfc538cbc29d # Parent 81200c53707303424f40bf5533daf232480649bd Support the new Subversion install. diff -r 81200c537073 -r 92c7dfef816c .bashrc --- a/.bashrc Wed Sep 30 03:46:22 2009 -0400 +++ b/.bashrc Wed Sep 30 05:56:51 2009 -0400 @@ -31,6 +31,11 @@ export COMMAND_MODE=unix2003 export R_LIBS="$HOME/lib/r" +# 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" + # Extra shell extensions like j and tab completion for Mercurial ------------- source ~/lib/j2/j.sh source ~/lib/hg/bash_completion