From e4a37a2d738c6031df93390cd48c6004fde809bc Mon Sep 17 00:00:00 2001
From: Guido Kanschat
+ SVN Archive
Makefiles
Documentation
diff --git a/deal.II/doc/development/svn.html b/deal.II/doc/development/svn.html
new file mode 100644
index 0000000000..96ff1514c5
--- /dev/null
+++ b/deal.II/doc/development/svn.html
@@ -0,0 +1,80 @@
+
+
+Documentation of the deal.II SVN Archive
+
+ The global structure
+
+
+ The root of the deal.II archive is located
+ at http://www.dealii.org/svn/dealii/.
+ There, we can find three subdirectories:
+
+
+
+ Creating a development branch
+
+ 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 svnmerge can be used. Such a branch is created in
+ the following steps:
+
+
+
+
+
+
diff --git a/deal.II/doc/development/toc.html b/deal.II/doc/development/toc.html
index 8fdfbe9468..e46b7d38f9 100644
--- a/deal.II/doc/development/toc.html
+++ b/deal.II/doc/development/toc.html
@@ -31,6 +31,9 @@
+ svn copy http://www.dealii.org/svn/dealii/trunk/ http://www.dealii.org/svn/dealii/branches/new-branch-name
+
+
+ svn switch http://www.dealii.org/svn/dealii/branches/new-branch-name
+
+ This command assumes you are in the top level directory, the one
+ containing deal.II and tests
+
+ svnmerge.py init
+ svn ci -F svnmerge-commit-message.txt
+ rm svnmerge-commit-message.txt
+
+ This should be done before making any local changes!
+
Documentation of the SVN Archive.
+ +Makefiles: The library has a file which exports several make variables to Makefiles which include it. This information may be used -- 2.39.5