The root of the deal.II archive is located
- at <a href="http://www.dealii.org/svn/dealii/">http://www.dealii.org/svn/dealii/</a>.
+ at <a href="https://svn.dealii.org/">https://svn.dealii.org/</a>.
There are three subdirectories:
<ul>
- <li> <a href="http://www.dealii.org/svn/dealii/trunk/">trunk</a>:
+ <li> <a href="https://svn.dealii.org/trunk/">trunk</a>:
This is the location of the current development version; it contains the
- directories <a href="http://www.dealii.org/svn/dealii/trunk/deal.II">deal.II</a>
+ directories <a href="https://svn.dealii.org/trunk/deal.II">deal.II</a>
with the library proper
- and <a href="http://www.dealii.org/svn/dealii/trunk/tests">tests</a>
+ and <a href="https://svn.dealii.org/trunk/tests">tests</a>
with the testsuite.
- <li> <a href="http://www.dealii.org/svn/dealii/tags/">tags</a>:
+ <li> <a href="https://svn.dealii.org/tags/">tags</a>:
contains released versions. They have the same
structure as the trunk.
- <li> <a href="http://www.dealii.org/svn/dealii/branches/">branches</a>:
+ <li> <a href="https://svn.dealii.org/branches/">branches</a>:
currently active branches; it also has subdirectories:
<ul>
- <li> <a href="http://www.dealii.org/svn/dealii/branches/releases">releases</a>:
+ <li> <a href="https://svn.dealii.org/branches/releases">releases</a>:
branches for releases of deal.II
- <li> <a href="http://www.dealii.org/svn/dealii/branches/retired">retired</a>:
+ <li> <a href="https://svn.dealii.org/branches/retired">retired</a>:
development branches that have been merged into the
trunk and are no longer used.
</ul>
<ol>
<li> Create the branch using
<pre>
- svn copy http://www.dealii.org/svn/dealii/trunk/ http://www.dealii.org/svn/dealii/branches/new-branch-name
+ svn copy https://svn.dealii.org/trunk/ https://svn.dealii.org/branches/new-branch-name
</pre>
<li> Either check out the new branch or switch your working copy by
<pre>
- svn switch http://www.dealii.org/svn/dealii/branches/new-branch-name
+ svn switch https://svn.dealii.org/branches/new-branch-name
</pre>
This command assumes you are in the top level directory, the one
containing <tt>deal.II</tt> and <tt>tests</tt>