Support the new Subversion install.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Wed, 30 Sep 2009 05:56:51 -0400 | 
    
    
    
        | parents | 
        81200c537073 
 | 
    
    
        | children | 
        5c88585a0489
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        .bashrc  | 
    
Changes
    
--- 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