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:
b0f7b15
)
fix for updating cvs.
author
Chris Koeritz
<fred@gruntose.com>
Sat, 28 Jan 2012 22:15:33 +0000
(17:15 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 28 Jan 2012 22:15:33 +0000
(17:15 -0500)
scripts/rev_control/getme.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/getme.sh
b/scripts/rev_control/getme.sh
index da38c6294befda8fb44bbc0f2072296a3c9cdbc6..92c3ee55e73039c79fd5acba4be286b70b485535 100644
(file)
--- a/
scripts/rev_control/getme.sh
+++ b/
scripts/rev_control/getme.sh
@@
-25,7
+25,7
@@
function do_update()
directory="$1"; shift
if [ -d "CVS" ]; then
- cvs
co -P -kb "$directory"
+ cvs
update .
elif [ -d ".svn" ]; then
svn update .
elif [ -d ".git" ]; then