projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
941fd06
)
fixed no checkin message
author
Chris Koeritz
<fred@gruntose.com>
Thu, 24 May 2018 02:07:31 +0000
(22:07 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 24 May 2018 02:07:31 +0000
(22:07 -0400)
scripts/rev_control/version_control.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/version_control.sh
b/scripts/rev_control/version_control.sh
index 2331b3a49caab5fb56ff70201da42eedb231cf2a..737f314cb2368ede6157083be13f1165a7aae42c 100644
(file)
--- a/
scripts/rev_control/version_control.sh
+++ b/
scripts/rev_control/version_control.sh
@@
-88,7
+88,7
@@
function do_revctrl_checkin()
exit_on_error "updating repository; this issue should be fixed before check-in."
if [ -f ".no-checkin" ]; then
# echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory"
exit_on_error "updating repository; this issue should be fixed before check-in."
if [ -f ".no-checkin" ]; then
# echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory"
- tell_no_checkin
+
$
tell_no_checkin
else
$blatt_report
cvs ci .
else
$blatt_report
cvs ci .
@@
-101,7
+101,7
@@
function do_revctrl_checkin()
exit_on_error "updating repository; this issue should be fixed before check-in."
if [ -f ".no-checkin" ]; then
# echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory"
exit_on_error "updating repository; this issue should be fixed before check-in."
if [ -f ".no-checkin" ]; then
# echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory"
- tell_no_checkin
+
$
tell_no_checkin
else
$blatt_report
svn ci .
else
$blatt_report
svn ci .
@@
-116,7
+116,7
@@
function do_revctrl_checkin()
if [ -f ".no-checkin" ]; then
# echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory"
if [ -f ".no-checkin" ]; then
# echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory"
- tell_no_checkin
+
$
tell_no_checkin
else
$blatt_report
else
$blatt_report