From: kanschat Date: Sun, 20 Jan 2013 12:09:12 +0000 (+0000) Subject: Change svn web address X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834e49aea2fcb741cce282050670d05534c77525;p=dealii-svn.git Change svn web address git-svn-id: https://svn.dealii.org/trunk@28144 0785d39b-7218-0410-832d-ea1e28bc413d --- 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