From db9b0cb1006daa2c249a60ceca1d518a3da06c88 Mon Sep 17 00:00:00 2001 From: lrknox Date: Mon, 24 Oct 2016 16:27:17 -0500 Subject: Translate SVN commands and references to GIT. --- bin/chkmanifest | 6 +++--- 1 file 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 <