# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1366567602 0 # Node ID 1660b93d42205f8075b0145be62b3660995b96dc # Parent 09b915fb36b83dc42db5a5a8a4cc81b96eb953cc * Added warning for subversion to help converting to Hg diff -r 09b915fb36b8 -r 1660b93d4220 .bash_profile --- a/.bash_profile Sat Apr 20 00:29:24 2013 +0000 +++ b/.bash_profile Sun Apr 21 18:06:42 2013 +0000 @@ -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