devel-proj-branching.rst
changeset 1019 6b9436fefab8
child 1020 1ac6ead8a97b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/devel-proj-branching.rst	Thu Oct 06 02:24:47 2011 +0300
@@ -0,0 +1,26 @@
+===========================
+ Project branching models.
+===========================
+.. contents::
+
+Branch types.
+=============
+
+Development branch.
+-------------------
+
+ * For main development activities.
+ * Usually for bug fixes, small enhancements.
+ * Also for development if project on initial development stage.
+
+Names: dev, devel, trunk
+
+Release branch.
+---------------
+
+ * Used to support long running major/minor versions (include bug fixes or
+   features backporting).
+ * No any new features development.
+ * Release branch created from development branch.
+ * From release branch you make tags to product releases for customer.
+