diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-12-14 04:03:07 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-12-14 04:03:07 (GMT) |
commit | d6c035b8d4ebdf03221b3fac9322766ff2e71a6f (patch) | |
tree | 991540a1679387d4c558c0bdd7f2b766cafd0324 /bin | |
parent | 8dc49da486ae8a29788d58ca312197e1581c4cb1 (diff) | |
download | hdf5-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')
-rwxr-xr-x | bin/snapshot | 2 |
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 |