Skip to content

Commit

Permalink
subversion not really a thing anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
claytron committed Jun 12, 2018
1 parent 5d9100e commit 7c872f5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .commonprofile
Expand Up @@ -3,13 +3,9 @@ source $HOME/.commonfuncs
# run the fortune function....and...laugh
makeMeLaugh

# only update once a day, according to the weShouldUpdate function
# update the confs so they are in sync, but only if under
# subversion control and subversion is available
if checkPath svn && [ -d ~/.dotfiles/.svn ] && weShouldUpdate; then
svn up ~/.dotfiles
elif checkPath git && [ -d ~/.dotfiles/.git ] && weShouldUpdate; then
cd ~/.dotfiles && git up && cd
# only update once a day
if checkPath git && [ -d ~/.dotfiles/.git ] && weShouldUpdate; then
(cd ~/.dotfiles && git up)
fi

if checkPath keychain; then
Expand Down

0 comments on commit 7c872f5

Please sign in to comment.