Author: vanto
Date: Thu Nov 22 23:51:39 2012
New Revision: 1412719
URL: http://svn.apache.org/viewvc?rev=1412719&view=rev
Log:
markup fix.
Modified:
ode/site/trunk/content/source-code.mdtext
Modified: ode/site/trunk/content/source-code.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/source-code.mdtext?rev=1412719&r1=1412718&r2=1412719&view=diff
==============================================================================
--- ode/site/trunk/content/source-code.mdtext (original)
+++ ode/site/trunk/content/source-code.mdtext Thu Nov 22 23:51:39 2012
@@ -1,17 +1,18 @@
Title: Source Code
+
<a name="SourceCode-Overview"></a>
-### Overview
+# Overview
ODE uses [Subversion](http://subversion.tigris.org/) to manage its source
code. Instructions on Subversion use can be found
[here|http://svnbook.red-bean.com].
<a name="SourceCode-Mainrepository"></a>
-### Main repository
+## Main repository
<a name="SourceCode-WebAccess"></a>
-#### Web Access
+### Web Access
-1.X branch (Stable)
-[http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.X](http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.X)
+1.3.x branch (Stable)
+[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)
Trunk (Development)
[http://svn.apache.org/viewvc/ode/trunk/](http://svn.apache.org/viewvc/ode/trunk/)
@@ -19,7 +20,7 @@ Trunk (Development)
or via [Fisheye](http://fisheye6.cenqua.com/browse/ode) (hosted by
Cenqua/Atlassian)
<a name="SourceCode-Anonymousaccess"></a>
-#### Anonymous access
+### Anonymous access
ODE source can be checked out anonymously with this command:
@@ -29,10 +30,10 @@ Once you have ODE checked out you can up
$> svn update
-Once you've got the code you'll probably want to build it; for instructions
see [Building Ode](building-ode.html).
+Once you've got the code you'll probably want to build it; for instructions
see [Building ODE](building-ode.html).
<a name="SourceCode-Accessfrombehindafirewall"></a>
-### Access from behind a firewall
+## Access from behind a firewall
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:
@@ -40,7 +41,7 @@ For those users who are stuck behind a c
<a name="SourceCode-Accessthroughaproxy"></a>
-### Access through a proxy
+## Access through a proxy
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.)
@@ -56,15 +57,15 @@ Example : Edit the 'servers' file and ad
<a name="SourceCode-SubmittingaPatch"></a>
### Submitting a Patch
-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 [Ode JIRA issue
tracker](http://issues.apache.org/jira/browse/ODE). To create a patch, simply
execute the following command:
+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 [ODE JIRA issue
tracker](http://issues.apache.org/jira/browse/ODE). To create a patch, simply
execute the following command:
$> svn diff > your-changes.patch
<a name="SourceCode-DeveloperAccess"></a>
-### Developer Access
+## Developer Access
-Everyone can access the Ode Subversion repository via HTTPS, but Ode
Committers must checkout the Subversion repository via HTTPS.
+Everyone can access the ODE Subversion repository via HTTPS, but ODE
Committers must checkout the Subversion repository via HTTPS.
$> svn checkout https://svn.apache.org/repos/asf/ode/trunk ode