projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc5fea3
)
nice, added git back into here.
author
Chris Koeritz
<fred@gruntose.com>
Sun, 11 Mar 2012 17:02:26 +0000
(13:02 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 11 Mar 2012 17:02:26 +0000
(13:02 -0400)
scripts/rev_control/update_these.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/update_these.sh
b/scripts/rev_control/update_these.sh
index fb0f4495b756692a5c0c6bbd5497dba5731338bd..97bf928e8f3d6fdebf11f87fd6d22df31c336ed3 100644
(file)
--- a/
scripts/rev_control/update_these.sh
+++ b/
scripts/rev_control/update_these.sh
@@
-10,6
+10,8
@@
for i in * ; do
svn update .
elif [ -d ".git" ]; then
git pull
+ elif [ -d "CVS" ]; then
+ cvs update .
fi
popd
fi