From d6c035b8d4ebdf03221b3fac9322766ff2e71a6f Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sat, 13 Dec 2003 23:03:07 -0500 Subject: [svn-r7953] Description: cvs checkout often included empty directories the contents of which are no longer needed. Added -P to cvs command to prune them. Platforms tested: no h5committest which does not test snaptest. --- bin/snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/snapshot b/bin/snapshot index 897ccc9..b57f5ed 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -259,7 +259,7 @@ if [ "$cmd" = "all" -o -n "$cmdcheckout" ]; then exit 1 fi # Check out the current version from CVS - (cd $BASEDIR; cvs -Q co -d current ${CVSVERSION} hdf5 ) || exit 1 + (cd $BASEDIR; cvs -Q co -P -d current ${CVSVERSION} hdf5 ) || exit 1 fi # Do CVS checkout -- cgit v0.12