<link href="../screen.css" rel="StyleSheet">
<title>deal.II SVN Archive</title>
<meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2009 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2009, 2010 by the deal.II authors">
<meta name="date" content="$Date: 2006-07-24 10:37:21 -0500 (Mon, 24 Jul 2006) $">
<meta name="svn_id" content="$Id: writing-documentation.html 13428 2006-07-24 15:37:21Z bangerth $">
<meta name="keywords" content="deal dealii finite elements fem triangulation">
<body>
<h1>Documentation of the deal.II SVN Archive</h1>
-
+
<h2>The global structure</h2>
subdirectory <a href="http://www.dealii.org/svn/dealii/tags/">tags</a>
contains the released versions. They have the same
structure as the trunk.
-
+
<li> The
subdirectory <a href="http://www.dealii.org/svn/dealii/branches/">branches</a>
- has cureently active branches with developments, that are not yet
+ has currently active branches with developments, that are not yet
scheduled to be incorporated into the library. Additionally, it has subdirectories
<ul>
<li> <a href="http://www.dealii.org/svn/dealii/branches/releases">releases</a>
</ul>
<h2>Creating a development branch</h2>
-
+
When starting new developments which cannot be checked in in a
single sweep, it is advised to create a development branch. In order
to keep this branch up-to-date with the trunk, the
program <tt>svnmerge</tt> can be used. Such a branch is created in
the following steps:
-
+
<ol>
<li> Create the branch using
<pre>