diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2009-12-07 14:18:34 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2009-12-07 14:18:34 (GMT) |
commit | 94a00c768c32a49100d499e90a83e73d11a3ac12 (patch) | |
tree | de7bff687000b89b74d9fba68ca43ef5a45efb61 /bin/snapshot | |
parent | fda704377ebca6f980d7e842935977bb45f34d34 (diff) | |
download | hdf5-94a00c768c32a49100d499e90a83e73d11a3ac12.zip hdf5-94a00c768c32a49100d499e90a83e73d11a3ac12.tar.gz hdf5-94a00c768c32a49100d499e90a83e73d11a3ac12.tar.bz2 |
[svn-r17973] Snapshot
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-x | bin/snapshot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index 82bf557..4235670 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -460,7 +460,9 @@ if [ "$cmd" = "all" -o -n "$cmdrel" ]; then echo "Making snapshot release ($RELEASE_VERSION) to ${ReleaseDir}..." bin/release -d $ReleaseDir $METHODS perl bin/h5vers -i - svn -q commit -m "Snapshot $RELEASE_VERSION" + echo "Committing snapshot from current/bin/snapshot." + ls + svn -q commit -m "Snapshot $RELEASE_VERSION" . ) errcode=$? fi |