Branch types.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 06 Oct 2011 02:24:47 +0300
changeset 1019 6b9436fefab8
parent 1018 3bed672ff6b9
child 1020 1ac6ead8a97b
Branch types.
devel-proj-branching.rst
--- /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.
+