From 834e49aea2fcb741cce282050670d05534c77525 Mon Sep 17 00:00:00 2001 From: kanschat Date: Sun, 20 Jan 2013 12:09:12 +0000 Subject: [PATCH] Change svn web address git-svn-id: https://svn.dealii.org/trunk@28144 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/testsuite.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index c3329558f2..14cdf5572d 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -6,7 +6,7 @@ The deal.II Testsuite - + @@ -102,7 +102,7 @@ export PATH=/my/compiler/path:$PATH export CXX=myCC - svn co http://www.dealii.org/svn/dealii/trunk/deal.II + svn co https://svn.dealii.org/trunk/deal.II cd deal.II svn update make build-test BUILDTEST=yes BUILDTESTFLAGS='CC=mycc CXX=myCC' @@ -153,7 +153,7 @@ To run the testsuite, go into your deal.II directory and do this:
        cd /path/to/deal.II
-       svn checkout http://www.dealii.org/svn/dealii/trunk/tests
+       svn checkout https://svn.dealii.org/trunk/tests
     
This should generate a tests/ directory parallel to the base/, lac/, etc directories. Then -- 2.39.5