Custom branches.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 21 Oct 2011 13:05:51 +0300
changeset 1054 1718aa7d99bc
parent 1053 b50e1915af51
child 1055 120af6ca4d58
Custom branches.
devel-proj-branching.rst
--- a/devel-proj-branching.rst	Fri Oct 21 13:05:18 2011 +0300
+++ b/devel-proj-branching.rst	Fri Oct 21 13:05:51 2011 +0300
@@ -39,6 +39,18 @@
 
 Names: vXX.YY.ZZ, maint
 
+Custom branches.
+----------------
+
+Custom branches intended to store modification to main release to make custom
+product build.
+
+Don't use custom branches at all. Instead redesign project to use customizable
+build. Expected problem:
+
+ * You must manually propagate bug fixed to all custom branches.
+ * It is not possible merge custom branches back to development branch.
+
 Workflows.
 ==========