summaryrefslogtreecommitdiffstats
path: root/bin/snapshot
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-12-14 04:03:07 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-12-14 04:03:07 (GMT)
commitd6c035b8d4ebdf03221b3fac9322766ff2e71a6f (patch)
tree991540a1679387d4c558c0bdd7f2b766cafd0324 /bin/snapshot
parent8dc49da486ae8a29788d58ca312197e1581c4cb1 (diff)
downloadhdf5-d6c035b8d4ebdf03221b3fac9322766ff2e71a6f.zip
hdf5-d6c035b8d4ebdf03221b3fac9322766ff2e71a6f.tar.gz
hdf5-d6c035b8d4ebdf03221b3fac9322766ff2e71a6f.tar.bz2
[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.
Diffstat (limited to 'bin/snapshot')
-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