Skip to content

Commit fcec95c

Browse files
committed
Update docs: explain branch workflow
1 parent 6b01e5d commit fcec95c

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

devel/DeveloperGuide.html

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ <h3><a href="index.html">Table Of Contents</a></h3>
6464
<li><a class="reference internal" href="#columns-validators-and-converters">Columns, validators and converters</a></li>
6565
</ul>
6666
</li>
67+
<li><a class="reference internal" href="#branch-workflow">Branch workflow</a></li>
6768
<li><a class="reference internal" href="#style-guide">Style Guide</a></li>
6869
<li><a class="reference internal" href="#testing">Testing</a></li>
6970
<li><a class="reference internal" href="#documentation">Documentation</a></li>
@@ -113,9 +114,10 @@ <h1>SQLObject Developer Guide<a class="headerlink" href="#sqlobject-developer-gu
113114
<li><a class="reference internal" href="#columns-validators-and-converters" id="id4">Columns, validators and converters</a></li>
114115
</ul>
115116
</li>
116-
<li><a class="reference internal" href="#style-guide" id="id5">Style Guide</a></li>
117-
<li><a class="reference internal" href="#testing" id="id6">Testing</a></li>
118-
<li><a class="reference internal" href="#documentation" id="id7">Documentation</a></li>
117+
<li><a class="reference internal" href="#branch-workflow" id="id5">Branch workflow</a></li>
118+
<li><a class="reference internal" href="#style-guide" id="id6">Style Guide</a></li>
119+
<li><a class="reference internal" href="#testing" id="id7">Testing</a></li>
120+
<li><a class="reference internal" href="#documentation" id="id8">Documentation</a></li>
119121
</ul>
120122
</li>
121123
</ul>
@@ -197,6 +199,17 @@ <h3>Columns, validators and converters<a class="headerlink" href="#columns-valid
197199
themselves, converters are not used.</p>
198200
</div>
199201
</div>
202+
<div class="section" id="branch-workflow">
203+
<h2>Branch workflow<a class="headerlink" href="#branch-workflow" title="Permalink to this headline"></a></h2>
204+
<p>Initially <code class="docutils literal"><span class="pre">SQLObject</span></code> was being developed using <code class="docutils literal"><span class="pre">Subversion</span></code>. Even
205+
after switching to git development process somewhat preserves the old
206+
workflow.</p>
207+
<p>The <code class="docutils literal"><span class="pre">trunk</span></code>, called <code class="docutils literal"><span class="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 <code class="docutils literal"><span class="pre">oldstable</span></code> and <code class="docutils literal"><span class="pre">stable</span></code> branches and are merged
210+
upward &#8211; from <code class="docutils literal"><span class="pre">oldstable</span></code> to <code class="docutils literal"><span class="pre">stable</span></code> and from <code class="docutils literal"><span class="pre">stable</span></code> to
211+
<code class="docutils literal"><span class="pre">master</span></code>.</p>
212+
</div>
200213
<div class="section" id="style-guide">
201214
<h2>Style Guide<a class="headerlink" href="#style-guide" title="Permalink to this headline"></a></h2>
202215
<p>Generally you should follow the recommendations in <a class="reference external" href="http://www.python.org/dev/peps/pep-0008/">PEP 8</a>, the

devel/_sources/DeveloperGuide.rst.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,19 @@ converters. Another approach for ``from_python`` is to return an object
104104
that has ``__sqlrepr__`` method. Such objects convert to SQL strings
105105
themselves, converters are not used.
106106

107+
Branch workflow
108+
===============
109+
110+
Initially ``SQLObject`` was being developed using ``Subversion``. Even
111+
after switching to git development process somewhat preserves the old
112+
workflow.
113+
114+
The ``trunk``, called ``master`` in git, is the most advanced and the
115+
most unstable branch. It is where new features are applied. Bug fixes
116+
are applied to ``oldstable`` and ``stable`` branches and are merged
117+
upward -- from ``oldstable`` to ``stable`` and from ``stable`` to
118+
``master``.
119+
107120
Style Guide
108121
===========
109122

devel/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy