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:
7a7aeb8
)
trying simple, unified behavior for cvs too.
author
Chris Koeritz
<fred@gruntose.com>
Sat, 28 Jan 2012 22:45:43 +0000
(17:45 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 28 Jan 2012 22:45:43 +0000
(17:45 -0500)
scripts/rev_control/checkin.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/checkin.sh
b/scripts/rev_control/checkin.sh
index 4a747e76e399e4f2fb24ddd32d88f414038c1f12..18b459a01285316e3f49efd759e4803087d11d05 100644
(file)
--- a/
scripts/rev_control/checkin.sh
+++ b/
scripts/rev_control/checkin.sh
@@
-11,9
+11,10
@@
function do_checkin()
local directory="$1"; shift
if [ -d "CVS" ]; then
# this appears to be cvs.
- pushd "$directory/.." &>/dev/null
- cvs ci "$directory"
- popd &>/dev/null
+# pushd "$directory/.." &>/dev/null
+ cvs ci .
+###"$directory"
+# popd &>/dev/null
elif [ -d ".svn" ]; then
svn ci .
elif [ -d ".git" ]; then