Mercurial > index.cgi > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
| 75:7d4e0869d09d | 77:6d3478364b5d |
|---|---|
| 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 } |
