diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2006-12-11 22:43:51 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2006-12-11 22:43:51 (GMT) |
commit | aa00130f300b2eb04474ff1b2e0eabbbe847b082 (patch) | |
tree | 4933072d28d2aefeaf26f0ae41b0c89e5ed3a931 | |
parent | 28365eb5b3fb9d329ab7bf09308bd48f42c91158 (diff) | |
download | hdf5-aa00130f300b2eb04474ff1b2e0eabbbe847b082.zip hdf5-aa00130f300b2eb04474ff1b2e0eabbbe847b082.tar.gz hdf5-aa00130f300b2eb04474ff1b2e0eabbbe847b082.tar.bz2 |
[svn-r13044] Updated for the new SVN server location.
-rwxr-xr-x | bin/snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index a62dd00..4908639 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -317,7 +317,7 @@ if [ "$cmd" = "all" -o -n "$cmdcheckout" ]; then # regardless of the return code of distclean. ( cd ${CURRENT}; test -f Makefile && ${MAKE} distclean) - SVNROOT=http://sleipnir.hdfgroup.uiuc.edu/svn/repos + SVNROOT=http://svn.hdfgroup.uiuc.edu # Check out the current version from source repository. (cd $BASEDIR; svn -q co ${SVNROOT}/${SVNVERSION} current ) || exit 1 fi # Do source checkout |