summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-10-24 21:27:17 (GMT)
committerlrknox <lrknox>2016-10-24 21:27:17 (GMT)
commitdb9b0cb1006daa2c249a60ceca1d518a3da06c88 (patch)
tree1cec7141b5b106e2c31105cb53a6cbe6e8bf7abe /bin
parent62232e9120a799f710e89eba86831c37d4096702 (diff)
downloadhdf5-db9b0cb1006daa2c249a60ceca1d518a3da06c88.zip
hdf5-db9b0cb1006daa2c249a60ceca1d518a3da06c88.tar.gz
hdf5-db9b0cb1006daa2c249a60ceca1d518a3da06c88.tar.bz2
Translate SVN commands and references to GIT.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chkmanifest6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chkmanifest b/bin/chkmanifest
index a0b51af..a01217d 100755
--- a/bin/chkmanifest
+++ b/bin/chkmanifest
@@ -14,8 +14,8 @@
# access to either file, you may request a copy from help@hdfgroup.org.
#
-# Check that all the files in MANIFEST exist and that (if this is a
-# SVN checkout) that all the SVN-managed files appear in the
+# Check that all the files in MANIFEST exist and (if this is a
+# GIT checkout) that all the GIT-managed files appear in the
# MANIFEST.
#
@@ -142,7 +142,7 @@ done
if [ "X$fail" = "Xyes" ]; then
cat 1>&2 <<EOF
The MANIFEST is out of date. Files marked with a minus sign (-) no
-longer exist; files marked with a plus sign (+) are SVN-managed but do
+longer exist; files marked with a plus sign (+) are GIT-managed but do
not appear in the MANIFEST. Please remedy the situation and try again.
EOF
exit 1