Author: buildbot
Date: Thu Nov 22 23:51:46 2012
New Revision: 839237
Log:
Staging update by buildbot for ode
Modified:
websites/staging/ode/trunk/content/ (props changed)
websites/staging/ode/trunk/content/source-code.html
Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov 22 23:51:46 2012
@@ -1 +1 @@
-1412718
+1412719
Modified: websites/staging/ode/trunk/content/source-code.html
==============================================================================
--- websites/staging/ode/trunk/content/source-code.html (original)
+++ websites/staging/ode/trunk/content/source-code.html Thu Nov 22 23:51:46 2012
@@ -82,19 +82,19 @@
<div class="row">
<div class="span12">
<p><a name="SourceCode-Overview"></a></p>
-<h3 id="overview">Overview</h3>
+<h1 id="overview">Overview</h1>
<p>ODE uses <a href="http://subversion.tigris.org/">Subversion</a> to manage
its source code. Instructions on Subversion use can be found
[here|http://svnbook.red-bean.com].</p>
<p><a name="SourceCode-Mainrepository"></a></p>
-<h3 id="main-repository">Main repository</h3>
+<h2 id="main-repository">Main repository</h2>
<p><a name="SourceCode-WebAccess"></a></p>
-<h4 id="web-access">Web Access</h4>
-<p>1.X branch (Stable)
-<a
href="http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.X">http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.X</a></p>
+<h3 id="web-access">Web Access</h3>
+<p>1.3.x branch (Stable)
+<a
href="http://svn.apache.org/repos/asf/ode/branches/ode-1.3.6.x">http://svn.apache.org/repos/asf/ode/branches/ode-1.3.6.x</a></p>
<p>Trunk (Development)
<a
href="http://svn.apache.org/viewvc/ode/trunk/">http://svn.apache.org/viewvc/ode/trunk/</a></p>
<p>or via <a href="http://fisheye6.cenqua.com/browse/ode">Fisheye</a> (hosted
by Cenqua/Atlassian)</p>
<p><a name="SourceCode-Anonymousaccess"></a></p>
-<h4 id="anonymous-access">Anonymous access</h4>
+<h3 id="anonymous-access">Anonymous access</h3>
<p>ODE source can be checked out anonymously with this command:</p>
<div class="codehilite"><pre><span class="vg">$></span> <span
class="n">svn</span> <span class="n">checkout</span> <span
class="n">http:</span><span class="sr">//s</span><span class="n">vn</span><span
class="o">.</span><span class="n">apache</span><span class="o">.</span><span
class="n">org</span><span class="sr">/repos/</span><span
class="n">asf</span><span class="sr">/ode/</span><span class="n">trunk</span>
<span class="n">ode</span>
</pre></div>
@@ -105,16 +105,16 @@
</pre></div>
-<p>Once you've got the code you'll probably want to build it; for instructions
see <a href="building-ode.html">Building Ode</a>.</p>
+<p>Once you've got the code you'll probably want to build it; for instructions
see <a href="building-ode.html">Building ODE</a>.</p>
<p><a name="SourceCode-Accessfrombehindafirewall"></a></p>
-<h3 id="access-from-behind-a-firewall">Access from behind a firewall</h3>
+<h2 id="access-from-behind-a-firewall">Access from behind a firewall</h2>
<p>For those users who are stuck behind a corporate firewall which is blocking
http access to the Subversion repository, you can try to access it via
HTTPS:</p>
<div class="codehilite"><pre><span class="vg">$></span> <span
class="n">svn</span> <span class="n">checkout</span> <span
class="n">https:</span><span class="sr">//s</span><span
class="n">vn</span><span class="o">.</span><span class="n">apache</span><span
class="o">.</span><span class="n">org</span><span
class="sr">/repos/</span><span class="n">asf</span><span
class="sr">/ode/</span><span class="n">trunk</span> <span class="n">ode</span>
</pre></div>
<p><a name="SourceCode-Accessthroughaproxy"></a></p>
-<h3 id="access-through-a-proxy">Access through a proxy</h3>
+<h2 id="access-through-a-proxy">Access through a proxy</h2>
<p>The Subversion client can go through a proxy, if you configure it to do so.
First, edit your "servers" configuration file to indicate which proxy to use.
The files location depends on your operating system. On Linux or Unix it is
located in the directory "~/.subversion". On Windows it is in
"%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden
directory.)</p>
<p>There are comments in the file explaining what to do. If you don't have
that file, get the latest Subversion client and run any command; this will
cause the configuration directory and template files to be created.</p>
<p>Example : Edit the 'servers' file and add something like :</p>
@@ -126,14 +126,14 @@
<p><a name="SourceCode-SubmittingaPatch"></a></p>
<h3 id="submitting-a-patch">Submitting a Patch</h3>
-<p>If you make changes to Ode, and would like to contribute the to the
project, you should create a patch and post it to the <a
href="http://issues.apache.org/jira/browse/ODE">Ode JIRA issue tracker</a>. To
create a patch, simply execute the following command:</p>
+<p>If you make changes to ODE, and would like to contribute the to the
project, you should create a patch and post it to the <a
href="http://issues.apache.org/jira/browse/ODE">ODE JIRA issue tracker</a>. To
create a patch, simply execute the following command:</p>
<div class="codehilite"><pre><span class="vg">$></span> <span
class="n">svn</span> <span class="n">diff</span> <span class="o">></span>
<span class="n">your</span><span class="o">-</span><span
class="n">changes</span><span class="o">.</span><span class="n">patch</span>
</pre></div>
<p><a name="SourceCode-DeveloperAccess"></a></p>
-<h3 id="developer-access">Developer Access</h3>
-<p>Everyone can access the Ode Subversion repository via HTTPS, but Ode
Committers must checkout the Subversion repository via HTTPS.</p>
+<h2 id="developer-access">Developer Access</h2>
+<p>Everyone can access the ODE Subversion repository via HTTPS, but ODE
Committers must checkout the Subversion repository via HTTPS.</p>
<div class="codehilite"><pre><span class="vg">$></span> <span
class="n">svn</span> <span class="n">checkout</span> <span
class="n">https:</span><span class="sr">//s</span><span
class="n">vn</span><span class="o">.</span><span class="n">apache</span><span
class="o">.</span><span class="n">org</span><span
class="sr">/repos/</span><span class="n">asf</span><span
class="sr">/ode/</span><span class="n">trunk</span> <span class="n">ode</span>
</pre></div>