From 245cfc60cc7ffe69743d79fd6286f904ff582e6d Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 17 Aug 2008 20:59:50 +0000 Subject: [PATCH] The subversion executable is named 'svn', but 'subversion'. git-svn-id: https://svn.dealii.org/trunk@16580 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/testsuite.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index 673972df2d..2d23e4eda8 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -147,7 +147,7 @@ To run the testsuite, go into your deal.II directory and do this:
        cd /path/to/deal.II
-       subversion checkout http://wolfgang.math.tamu.edu/svn/public/deal.II/trunk/tests
+       svn 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 @@ -525,11 +525,11 @@ testname/cmp/generic file, and to commit them together with the changed Makefile, like so:
-      subversion add bits/my_new_test.cc 
-      subversion add bits/my_new_test
-      subversion add bits/my_new_test/cmp
-      subversion add bits/my_new_test/cmp/generic
-      subversion commit -m "New test" bits/my_new_test* bits/Makefile
+      svn add bits/my_new_test.cc 
+      svn add bits/my_new_test
+      svn add bits/my_new_test/cmp
+      svn add bits/my_new_test/cmp/generic
+      svn commit -m "New test" bits/my_new_test* bits/Makefile
     
If you don't have subversion write access, talk to us on the mailing list; writing testcases is a worthy and laudable task, and we would -- 2.39.5