You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -197,6 +199,17 @@ <h3>Columns, validators and converters<a class="headerlink" href="#columns-valid
197
199
themselves, converters are not used.</p>
198
200
</div>
199
201
</div>
202
+
<divclass="section" id="branch-workflow">
203
+
<h2>Branch workflow<aclass="headerlink" href="#branch-workflow" title="Permalink to this headline">¶</a></h2>
204
+
<p>Initially <codeclass="docutils literal"><spanclass="pre">SQLObject</span></code> was being developed using <codeclass="docutils literal"><spanclass="pre">Subversion</span></code>. Even
205
+
after switching to git development process somewhat preserves the old
206
+
workflow.</p>
207
+
<p>The <codeclass="docutils literal"><spanclass="pre">trunk</span></code>, called <codeclass="docutils literal"><spanclass="pre">master</span></code> in git, is the most advanced and the
208
+
most unstable branch. It is where new features are applied. Bug fixes
209
+
are applied to <codeclass="docutils literal"><spanclass="pre">oldstable</span></code> and <codeclass="docutils literal"><spanclass="pre">stable</span></code> branches and are merged
210
+
upward – from <codeclass="docutils literal"><spanclass="pre">oldstable</span></code> to <codeclass="docutils literal"><spanclass="pre">stable</span></code> and from <codeclass="docutils literal"><spanclass="pre">stable</span></code> to
0 commit comments