Mercurial > index.cgi > dotfiles
diff .bash_profile @ 77:6d3478364b5d
Merged '.svn' check from Subversion repository (should be last from there)
| author | Steve Huston <huston@srhuston.net> |
|---|---|
| date | Sun, 21 Apr 2013 14:12:54 -0400 |
| parents | 1660b93d4220 |
| children | 10c8cd44bf0a |
line wrap: on
line diff
--- 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
