summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2006-12-11 22:43:45 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2006-12-11 22:43:45 (GMT)
commit85842c2441c2831327b957d66cc79c8f5e2c90c0 (patch)
treef0cb868272f57e8805e1455bce1428fcb11f6d53 /bin
parent107260878ca512e7b14ee60e5e675963a7e35c96 (diff)
downloadhdf5-85842c2441c2831327b957d66cc79c8f5e2c90c0.zip
hdf5-85842c2441c2831327b957d66cc79c8f5e2c90c0.tar.gz
hdf5-85842c2441c2831327b957d66cc79c8f5e2c90c0.tar.bz2
[svn-r13043] Updated for the new SVN server location.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot
index 03b4af1..1fbf737 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -311,7 +311,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