summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-12-14 04:03:08 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-12-14 04:03:08 (GMT)
commit4ad9908de021dab487f2846afc212faf614b320c (patch)
tree1acbd3eded6d6df184c258fb81e7b70293b80cfc
parent7352b3a30f9e41b5720fcc8bb1005f82ee44d423 (diff)
downloadhdf5-4ad9908de021dab487f2846afc212faf614b320c.zip
hdf5-4ad9908de021dab487f2846afc212faf614b320c.tar.gz
hdf5-4ad9908de021dab487f2846afc212faf614b320c.tar.bz2
[svn-r7954] 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.
-rwxr-xr-xbin/snapshot2
1 files changed, 1 insertions, 1 deletions
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