diff options
author | lrknox <lrknox> | 2016-10-24 21:27:17 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2016-10-24 21:27:17 (GMT) |
commit | db9b0cb1006daa2c249a60ceca1d518a3da06c88 (patch) | |
tree | 1cec7141b5b106e2c31105cb53a6cbe6e8bf7abe /bin/chkmanifest | |
parent | 62232e9120a799f710e89eba86831c37d4096702 (diff) | |
download | hdf5-db9b0cb1006daa2c249a60ceca1d518a3da06c88.zip hdf5-db9b0cb1006daa2c249a60ceca1d518a3da06c88.tar.gz hdf5-db9b0cb1006daa2c249a60ceca1d518a3da06c88.tar.bz2 |
Translate SVN commands and references to GIT.
Diffstat (limited to 'bin/chkmanifest')
-rwxr-xr-x | bin/chkmanifest | 6 |
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 |