From 203f44352a0002bf6db35838ae6bf65c0002e06d Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 27 Jan 2009 19:55:49 +0000 Subject: [PATCH] Notice server name change for svn. git-svn-id: https://svn.dealii.org/trunk@18303 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/testsuite.html | 6 +++--- deal.II/doc/news/changes.h | 12 +++++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index 5ab69186e9..bd78603f62 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -5,7 +5,7 @@ The deal.II Testsuite - + @@ -101,7 +101,7 @@ export PATH=/my/compiler/path:$PATH export CXX=myCC - svn co http://wolfgang.math.tamu.edu/svn/public/deal.II/trunk/deal.II + svn co http://www.dealii.org/svn/dealii/trunk/deal.II cd deal.II svn update make build-test BUILDTEST=yes BUILDTESTFLAGS='CC=mycc CXX=myCC' @@ -151,7 +151,7 @@ To run the testsuite, go into your deal.II directory and do this:
        cd /path/to/deal.II
-       svn checkout http://wolfgang.math.tamu.edu/svn/public/deal.II/trunk/tests
+       svn checkout http://www.dealii.org/svn/dealii/trunk/tests
     
This should generate a tests/ directory parallel to the base/, lac/, etc directories. Then diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 3444e5ba00..c5efab7a40 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -142,6 +142,16 @@ inconvenience this causes.

General

    +
  1. +

    + Changed: The subversion repository for deal.II development is now + located on commercially hosted space at http://www.dealii.org/svn/dealii/. +
    + (GK 2009/01/20) +

    +
  2. +
  3. Changed: Some parts of the library used to use classes and functions @@ -157,7 +167,7 @@ inconvenience this causes. (WB 2009/01/12)

  4. - +
  5. Updated: The @ref step_33 "step-33" tutorial program now uses the -- 2.39.5