From: bangerth Date: Thu, 13 Jul 2006 12:57:16 +0000 (+0000) Subject: Update for svn X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06522f2ecd5eaf6838e00a61fe4fa223be7cd6ea;p=dealii-svn.git Update for svn git-svn-id: https://svn.dealii.org/trunk@13370 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index 4902f408c2..af1f1e4187 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -144,11 +144,10 @@

Running it

- To run the testsuite, you first need subversion access to our source - repository. If you have that, do the following steps: + To run the testsuite, go into your deal.II directory and do this:

        cd /path/to/deal.II
-       subversion checkout tests
+       subversion checkout http://wolfgang.math.tamu.edu/svn/public/deal.II/trunk/tests
     
This should generate a tests/ directory parallel to the base/, lac/, etc directories. Then