# HG changeset patch # User Steve Huston # Date 1366567974 14400 # Node ID 6d3478364b5d1a2165e21b54d63d27d19904a519 # Parent 7d4e0869d09dcf9dd26aa7214ba0f1a919715eec# Parent 1660b93d42205f8075b0145be62b3660995b96dc Merged '.svn' check from Subversion repository (should be last from there) diff -r 7d4e0869d09d -r 6d3478364b5d .bash_profile --- a/.bash_profile Sun Apr 21 01:49:42 2013 -0400 +++ b/.bash_profile Sun Apr 21 14:12:54 2013 -0400 @@ -44,10 +44,15 @@ ;; *) - if ssh-add -l > /dev/null 2>&1 ; then + if ssh-add -l > /dev/null 2>&1 ; then echo , running a status test. - svn st -u && touch $HOME/.dotfilets & - disown %+ + [[ -d $HOME/.svn ]] && { + echo + echo " *** WARNING: Still using subversion here ***" + echo + svn st -u && touch $HOME/.dotfilets & + disown %+ + } else echo , but no keys loaded yet - add SSH keys and retrigger test. fi