Mercurial > index.cgi > dotfiles
comparison .bash_profile @ 76:1660b93d4220
* Added warning for subversion to help converting to Hg
| author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
|---|---|
| date | Sun, 21 Apr 2013 18:06:42 +0000 |
| parents | d59d16a55494 |
| children | 10c8cd44bf0a |
comparison
equal
deleted
inserted
replaced
| 73:09b915fb36b8 | 76:1660b93d4220 |
|---|---|
| 42 echo | 42 echo |
| 43 touch $HOME/.dotfilets | 43 touch $HOME/.dotfilets |
| 44 ;; | 44 ;; |
| 45 | 45 |
| 46 *) | 46 *) |
| 47 if ssh-add -l > /dev/null 2>&1 ; then | 47 if ssh-add -l > /dev/null 2>&1 ; then |
| 48 echo , running a status test. | 48 echo , running a status test. |
| 49 svn st -u && touch $HOME/.dotfilets & | 49 [[ -d $HOME/.svn ]] && { |
| 50 disown %+ | 50 echo |
| 51 echo " *** WARNING: Still using subversion here ***" | |
| 52 echo | |
| 53 svn st -u && touch $HOME/.dotfilets & | |
| 54 disown %+ | |
| 55 } | |
| 51 else | 56 else |
| 52 echo , but no keys loaded yet - add SSH keys and retrigger test. | 57 echo , but no keys loaded yet - add SSH keys and retrigger test. |
| 53 fi | 58 fi |
| 54 esac | 59 esac |
| 55 } | 60 } |
