Author: buildbot
Date: Tue Sep 3 09:21:46 2013
New Revision: 877138
Log:
Production update by buildbot for activemq
Modified:
websites/production/activemq/content/cache/main.pageCache
websites/production/activemq/content/how-can-i-get-the-source-code-from-subversion.html
websites/production/activemq/content/source.html
websites/production/activemq/content/svn.html
Modified: websites/production/activemq/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified:
websites/production/activemq/content/how-can-i-get-the-source-code-from-subversion.html
==============================================================================
---
websites/production/activemq/content/how-can-i-get-the-source-code-from-subversion.html
(original)
+++
websites/production/activemq/content/how-can-i-get-the-source-code-from-subversion.html
Tue Sep 3 09:21:46 2013
@@ -32,16 +32,6 @@
</style>
<![endif]-->
- <link
href='http://activemq.apache.org/styles/highlighter/styles/shCore.css'
rel='stylesheet' type='text/css' />
- <link
href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css'
rel='stylesheet' type='text/css' />
- <script
src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js'
type='text/javascript'></script>
- <script
src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js'
type='text/javascript'></script>
- <script
src='http://activemq.apache.org/styles/highlighter/scripts/shBrushPlain.js'
type='text/javascript'></script>
-
- <script type="text/javascript">
- SyntaxHighlighter.defaults['toolbar'] = false;
- SyntaxHighlighter.all();
- </script>
<title>
Apache ActiveMQ ™ -- How can I get the source code from subversion
@@ -83,112 +73,30 @@
<tr>
<td valign="top" width="100%">
<div class="wiki-content maincontent">
+<p></p>
+<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle"
src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Warning</b><br clear="none">Apache ActiveMQ code repository was
moved to git, The old svn repo will not be updated.</td></tr></table></div>
-<h2><a shape="rect"
name="HowcanIgetthesourcecodefromsubversion-WebBrowsingofSVN"></a>Web Browsing
of SVN</h2>
+<h2><a shape="rect"
name="HowcanIgetthesourcecodefromsubversion-WebBrowsingofgit"></a>Web Browsing
of git</h2>
-<p>To browse via the web use the ViewVC interface:</p>
+<p>To browse via the web:</p>
<div class="panel" style="border-width: 1px;"><div class="panelContent">
-<p><a shape="rect" class="external-link"
href="http://svn.apache.org/viewvc/activemq/trunk/">http://svn.apache.org/viewvc/activemq/trunk/</a></p>
+<p><a shape="rect" class="external-link"
href="https://git-wip-us.apache.org/repos/asf?p=activemq.git">https://git-wip-us.apache.org/repos/asf?p=activemq.git</a></p>
</div></div>
-<p>Or to browse the source tree directly:</p>
-
-<div class="panel" style="border-width: 1px;"><div class="panelContent">
-<p><a shape="rect" class="external-link"
href="https://svn.apache.org/repos/asf/activemq/trunk/">https://svn.apache.org/repos/asf/activemq/trunk/</a></p>
-</div></div>
-
-<h3><a shape="rect"
name="HowcanIgetthesourcecodefromsubversion-WebBrowingUsingFishEye"></a>Web
Browing Using FishEye </h3>
-
-<p><span class="image-wrap" style=""><img
src="how-can-i-get-the-source-code-from-subversion.data/Fisheye_logo.png"
style="border: 0px solid black"></span></p>
-
-<p>A hearty thanks to <a shape="rect" class="external-link"
href="http://atlassian.com/" rel="nofollow">Atlassian</a> for providing <a
shape="rect" class="external-link" href="http://cenqua.com/fisheye/"
rel="nofollow">FishEye</a> hosting for ActiveMQ. Below is the URL to browse the
Subversion repo via FishEye: </p>
-
-<div class="panel" style="border-width: 1px;"><div class="panelContent">
-<p><a shape="rect" class="external-link"
href="http://fisheye6.cenqua.com/browse/activemq"
rel="nofollow">http://fisheye6.cenqua.com/browse/activemq</a></p>
-</div></div>
-
-<h3><a shape="rect"
name="HowcanIgetthesourcecodefromsubversion-CheckingoutfromSVN"></a>Checking
out from SVN</h3>
-
-<p>Make sure you have SVN (subversion) installed; if not download it from the
<a shape="rect" class="external-link" href="http://subversion.tigris.org/"
rel="nofollow">subversion site</a></p>
+<h2><a shape="rect"
name="HowcanIgetthesourcecodefromsubversion-Checkingoutfromgit"></a>Checking
out from git</h2>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-svn co https://svn.apache.org/repos/asf/activemq/trunk activemq
+git clone https://git-wip-us.apache.org/repos/asf/activemq.git
]]></script>
</div></div>
-<p>Only project developers can commit to the SVN tree via this method. SSH
must be installed on your client machine. Enter your site password when
prompted.</p>
+<p>Only project developers can commit to the git via this method. SSH must be
installed on your client machine. Enter your site password when prompted.</p>
-<h3><a shape="rect"
name="HowcanIgetthesourcecodefromsubversion-Buildingthecode"></a>Building the
code</h3>
+<h2><a shape="rect"
name="HowcanIgetthesourcecodefromsubversion-Buildingthecode"></a>Building the
code</h2>
<p>To then build the code see <a shape="rect" href="building.html"
title="Building">Building</a>.</p>
-
-<h3><a shape="rect"
name="HowcanIgetthesourcecodefromsubversion-SVNandEclipse"></a>SVN and
Eclipse</h3>
-
-<p>See <a shape="rect" class="external-link"
href="http://www-128.ibm.com/developerworks/library/os-ecl-subversion/index.html"
rel="nofollow">this article</a> for getting started guides. Basically you need
<a shape="rect" class="external-link" href="http://subclipse.tigris.org"
rel="nofollow">subclipse</a></p>
-
-<h3><a shape="rect"
name="HowcanIgetthesourcecodefromsubversion-Branches"></a>Branches</h3>
-
-<p>We use the trunk for the next main release of ActiveMQ. So all development
of new features occurs on trunk. However for production support we use a branch
for any bug fixes on the previous major release. </p>
-
-<p>e.g. the 4.1 branch of ActiveMQ is here:</p>
-
-<p><a shape="rect" class="external-link"
href="https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1/">https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1/</a></p>
-
-<p>and trunk is 4.1-SNAPSHOT</p>
-
-<h3><a shape="rect"
name="HowcanIgetthesourcecodefromsubversion-Backportingbugfixes"></a>Backporting
bug fixes</h3>
-
-<p>Developers typically work on trunk most of the time. When bug fixes are
applied you typically want to backport them to the previous branch. To be able
to backport to the previous production branch follow these instructions.</p>
-
-<ul><li>checkout trunk as above</li><li>checkout the previous branch such as
via <div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[svn co
https://svn.apache.org/repos/asf/activemq/branches/activemq-4.0/]]></script>
-</div></div></li><li>when you have commit something to trunk take note of the
version number of the change (lets call it Y)</li><li>in the branch checkout
type the following command <div class="code panel" style="border-width:
1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[svn merge -r X:Y
https://svn.apache.org/repos/asf/activemq/trunk/]]></script>
-</div></div> where X = Y-1</li></ul>
-
-
-<p>e.g.</p>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-svn merge -r 411787:411788 https://svn.apache.org/repos/asf/activemq/trunk/
-]]></script>
-</div></div>
-
-<p>To make this a little easier to do we've created a script called
<b>activemq-backport.sh</b> which is available in the <a shape="rect"
class="external-link"
href="https://svn.apache.org/repos/asf/activemq/scripts/">Apache ActiveMQ
Scripts repository</a>.</p>
-
-<p>To run this script just pass the revision of the commit you made on trunk
from the directory of a branch checkout. e.g. from the activemq-4.0 checkout
type</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-activemq-backport.sh 413621
-]]></script>
-</div></div>
-
-<p>Then you can review the changes made and if they are OK you can commit
them.</p>
-
-<h3><a shape="rect"
name="HowcanIgetthesourcecodefromsubversion-ToworkwiththeActiveMQ3.xbranchofActiveMQthenusethefollowing"></a>To
work with the ActiveMQ 3.x branch of ActiveMQ then use the following</h3>
-
-<p>For anonymous access</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-svn co http://svn.codehaus.org/activemq/branches/activemq-3/activemq/
-]]></script>
-</div></div>
-
-<p>Or if you are a committer</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-svn co https://svn.codehaus.org/activemq/branches/activemq-3/activemq/
-]]></script>
-</div></div>
-
-<p>Or you can browse the code here: </p>
-
-<p><a shape="rect" class="external-link"
href="http://svn.activemq.codehaus.org/"
rel="nofollow">http://svn.activemq.codehaus.org/</a></p>
</div>
</td>
<td valign="top">
Modified: websites/production/activemq/content/source.html
==============================================================================
--- websites/production/activemq/content/source.html (original)
+++ websites/production/activemq/content/source.html Tue Sep 3 09:21:46 2013
@@ -32,15 +32,6 @@
</style>
<![endif]-->
- <link
href='http://activemq.apache.org/styles/highlighter/styles/shCore.css'
rel='stylesheet' type='text/css' />
- <link
href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css'
rel='stylesheet' type='text/css' />
- <script
src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js'
type='text/javascript'></script>
- <script
src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js'
type='text/javascript'></script>
-
- <script type="text/javascript">
- SyntaxHighlighter.defaults['toolbar'] = false;
- SyntaxHighlighter.all();
- </script>
<title>
Apache ActiveMQ ™ -- Source
@@ -82,111 +73,29 @@
<tr>
<td valign="top" width="100%">
<div class="wiki-content maincontent">
-<h2><a shape="rect" name="Source-WebBrowsingofSVN"></a>Web Browsing of SVN</h2>
+<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle"
src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Warning</b><br clear="none">Apache ActiveMQ code repository was
moved to git, The old svn repo will not be updated.</td></tr></table></div>
-<p>To browse via the web use the ViewVC interface:</p>
+<h2><a shape="rect" name="Source-WebBrowsingofgit"></a>Web Browsing of git</h2>
-<div class="panel" style="border-width: 1px;"><div class="panelContent">
-<p><a shape="rect" class="external-link"
href="http://svn.apache.org/viewvc/activemq/trunk/">http://svn.apache.org/viewvc/activemq/trunk/</a></p>
-</div></div>
-
-<p>Or to browse the source tree directly:</p>
+<p>To browse via the web:</p>
<div class="panel" style="border-width: 1px;"><div class="panelContent">
-<p><a shape="rect" class="external-link"
href="https://svn.apache.org/repos/asf/activemq/trunk/">https://svn.apache.org/repos/asf/activemq/trunk/</a></p>
+<p><a shape="rect" class="external-link"
href="https://git-wip-us.apache.org/repos/asf?p=activemq.git">https://git-wip-us.apache.org/repos/asf?p=activemq.git</a></p>
</div></div>
-<h3><a shape="rect" name="Source-WebBrowingUsingFishEye"></a>Web Browing Using
FishEye </h3>
-
-<p><span class="image-wrap" style=""><img src="source.data/Fisheye_logo.png"
style="border: 0px solid black"></span></p>
-
-<p>A hearty thanks to <a shape="rect" class="external-link"
href="http://atlassian.com/" rel="nofollow">Atlassian</a> for providing <a
shape="rect" class="external-link" href="http://cenqua.com/fisheye/"
rel="nofollow">FishEye</a> hosting for ActiveMQ. Below is the URL to browse the
Subversion repo via FishEye: </p>
-
-<div class="panel" style="border-width: 1px;"><div class="panelContent">
-<p><a shape="rect" class="external-link"
href="http://fisheye6.cenqua.com/browse/activemq"
rel="nofollow">http://fisheye6.cenqua.com/browse/activemq</a></p>
-</div></div>
-
-<h3><a shape="rect" name="Source-CheckingoutfromSVN"></a>Checking out from
SVN</h3>
-
-<p>Make sure you have SVN (subversion) installed; if not download it from the
<a shape="rect" class="external-link" href="http://subversion.tigris.org/"
rel="nofollow">subversion site</a></p>
+<h2><a shape="rect" name="Source-Checkingoutfromgit"></a>Checking out from
git</h2>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-svn co https://svn.apache.org/repos/asf/activemq/trunk activemq
+git clone https://git-wip-us.apache.org/repos/asf/activemq.git
]]></script>
</div></div>
-<p>Only project developers can commit to the SVN tree via this method. SSH
must be installed on your client machine. Enter your site password when
prompted.</p>
+<p>Only project developers can commit to the git via this method. SSH must be
installed on your client machine. Enter your site password when prompted.</p>
-<h3><a shape="rect" name="Source-Buildingthecode"></a>Building the code</h3>
+<h2><a shape="rect" name="Source-Buildingthecode"></a>Building the code</h2>
<p>To then build the code see <a shape="rect" href="building.html"
title="Building">Building</a>.</p>
-
-<h3><a shape="rect" name="Source-SVNandEclipse"></a>SVN and Eclipse</h3>
-
-<p>See <a shape="rect" class="external-link"
href="http://www-128.ibm.com/developerworks/library/os-ecl-subversion/index.html"
rel="nofollow">this article</a> for getting started guides. Basically you need
<a shape="rect" class="external-link" href="http://subclipse.tigris.org"
rel="nofollow">subclipse</a></p>
-
-<h3><a shape="rect" name="Source-Branches"></a>Branches</h3>
-
-<p>We use the trunk for the next main release of ActiveMQ. So all development
of new features occurs on trunk. However for production support we use a branch
for any bug fixes on the previous major release. </p>
-
-<p>e.g. the 4.1 branch of ActiveMQ is here:</p>
-
-<p><a shape="rect" class="external-link"
href="https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1/">https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1/</a></p>
-
-<p>and trunk is 4.1-SNAPSHOT</p>
-
-<h3><a shape="rect" name="Source-Backportingbugfixes"></a>Backporting bug
fixes</h3>
-
-<p>Developers typically work on trunk most of the time. When bug fixes are
applied you typically want to backport them to the previous branch. To be able
to backport to the previous production branch follow these instructions.</p>
-
-<ul><li>checkout trunk as above</li><li>checkout the previous branch such as
via <div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[svn co
https://svn.apache.org/repos/asf/activemq/branches/activemq-4.0/]]></script>
-</div></div></li><li>when you have commit something to trunk take note of the
version number of the change (lets call it Y)</li><li>in the branch checkout
type the following command <div class="code panel" style="border-width:
1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[svn merge -r X:Y
https://svn.apache.org/repos/asf/activemq/trunk/]]></script>
-</div></div> where X = Y-1</li></ul>
-
-
-<p>e.g.</p>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-svn merge -r 411787:411788 https://svn.apache.org/repos/asf/activemq/trunk/
-]]></script>
-</div></div>
-
-<p>To make this a little easier to do we've created a script called
<b>activemq-backport.sh</b> which is available in the <a shape="rect"
class="external-link"
href="https://svn.apache.org/repos/asf/activemq/scripts/">Apache ActiveMQ
Scripts repository</a>.</p>
-
-<p>To run this script just pass the revision of the commit you made on trunk
from the directory of a branch checkout. e.g. from the activemq-4.0 checkout
type</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-activemq-backport.sh 413621
-]]></script>
-</div></div>
-
-<p>Then you can review the changes made and if they are OK you can commit
them.</p>
-
-<h3><a shape="rect"
name="Source-ToworkwiththeActiveMQ3.xbranchofActiveMQthenusethefollowing"></a>To
work with the ActiveMQ 3.x branch of ActiveMQ then use the following</h3>
-
-<p>For anonymous access</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-svn co http://svn.codehaus.org/activemq/branches/activemq-3/activemq/
-]]></script>
-</div></div>
-
-<p>Or if you are a committer</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-svn co https://svn.codehaus.org/activemq/branches/activemq-3/activemq/
-]]></script>
-</div></div>
-
-<p>Or you can browse the code here: </p>
-
-<p><a shape="rect" class="external-link"
href="http://svn.activemq.codehaus.org/"
rel="nofollow">http://svn.activemq.codehaus.org/</a></p>
</div>
</td>
<td valign="top">
Modified: websites/production/activemq/content/svn.html
==============================================================================
--- websites/production/activemq/content/svn.html (original)
+++ websites/production/activemq/content/svn.html Tue Sep 3 09:21:46 2013
@@ -32,16 +32,6 @@
</style>
<![endif]-->
- <link
href='http://activemq.apache.org/styles/highlighter/styles/shCore.css'
rel='stylesheet' type='text/css' />
- <link
href='http://activemq.apache.org/styles/highlighter/styles/shThemeEclipse.css'
rel='stylesheet' type='text/css' />
- <script
src='http://activemq.apache.org/styles/highlighter/scripts/shCore.js'
type='text/javascript'></script>
- <script
src='http://activemq.apache.org/styles/highlighter/scripts/shBrushJava.js'
type='text/javascript'></script>
- <script
src='http://activemq.apache.org/styles/highlighter/scripts/shBrushPlain.js'
type='text/javascript'></script>
-
- <script type="text/javascript">
- SyntaxHighlighter.defaults['toolbar'] = false;
- SyntaxHighlighter.all();
- </script>
<title>
Apache ActiveMQ ™ -- SVN
@@ -83,112 +73,30 @@
<tr>
<td valign="top" width="100%">
<div class="wiki-content maincontent">
+<p></p>
+<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle"
src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Warning</b><br clear="none">Apache ActiveMQ code repository was
moved to git, The old svn repo will not be updated.</td></tr></table></div>
-<h2><a shape="rect" name="SVN-WebBrowsingofSVN"></a>Web Browsing of SVN</h2>
+<h2><a shape="rect" name="SVN-WebBrowsingofgit"></a>Web Browsing of git</h2>
-<p>To browse via the web use the ViewVC interface:</p>
+<p>To browse via the web:</p>
<div class="panel" style="border-width: 1px;"><div class="panelContent">
-<p><a shape="rect" class="external-link"
href="http://svn.apache.org/viewvc/activemq/trunk/">http://svn.apache.org/viewvc/activemq/trunk/</a></p>
+<p><a shape="rect" class="external-link"
href="https://git-wip-us.apache.org/repos/asf?p=activemq.git">https://git-wip-us.apache.org/repos/asf?p=activemq.git</a></p>
</div></div>
-<p>Or to browse the source tree directly:</p>
-
-<div class="panel" style="border-width: 1px;"><div class="panelContent">
-<p><a shape="rect" class="external-link"
href="https://svn.apache.org/repos/asf/activemq/trunk/">https://svn.apache.org/repos/asf/activemq/trunk/</a></p>
-</div></div>
-
-<h3><a shape="rect" name="SVN-WebBrowingUsingFishEye"></a>Web Browing Using
FishEye </h3>
-
-<p><span class="image-wrap" style=""><img src="svn.data/Fisheye_logo.png"
style="border: 0px solid black"></span></p>
-
-<p>A hearty thanks to <a shape="rect" class="external-link"
href="http://atlassian.com/" rel="nofollow">Atlassian</a> for providing <a
shape="rect" class="external-link" href="http://cenqua.com/fisheye/"
rel="nofollow">FishEye</a> hosting for ActiveMQ. Below is the URL to browse the
Subversion repo via FishEye: </p>
-
-<div class="panel" style="border-width: 1px;"><div class="panelContent">
-<p><a shape="rect" class="external-link"
href="http://fisheye6.cenqua.com/browse/activemq"
rel="nofollow">http://fisheye6.cenqua.com/browse/activemq</a></p>
-</div></div>
-
-<h3><a shape="rect" name="SVN-CheckingoutfromSVN"></a>Checking out from
SVN</h3>
-
-<p>Make sure you have SVN (subversion) installed; if not download it from the
<a shape="rect" class="external-link" href="http://subversion.tigris.org/"
rel="nofollow">subversion site</a></p>
+<h2><a shape="rect" name="SVN-Checkingoutfromgit"></a>Checking out from
git</h2>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-svn co https://svn.apache.org/repos/asf/activemq/trunk activemq
+git clone https://git-wip-us.apache.org/repos/asf/activemq.git
]]></script>
</div></div>
-<p>Only project developers can commit to the SVN tree via this method. SSH
must be installed on your client machine. Enter your site password when
prompted.</p>
+<p>Only project developers can commit to the git via this method. SSH must be
installed on your client machine. Enter your site password when prompted.</p>
-<h3><a shape="rect" name="SVN-Buildingthecode"></a>Building the code</h3>
+<h2><a shape="rect" name="SVN-Buildingthecode"></a>Building the code</h2>
<p>To then build the code see <a shape="rect" href="building.html"
title="Building">Building</a>.</p>
-
-<h3><a shape="rect" name="SVN-SVNandEclipse"></a>SVN and Eclipse</h3>
-
-<p>See <a shape="rect" class="external-link"
href="http://www-128.ibm.com/developerworks/library/os-ecl-subversion/index.html"
rel="nofollow">this article</a> for getting started guides. Basically you need
<a shape="rect" class="external-link" href="http://subclipse.tigris.org"
rel="nofollow">subclipse</a></p>
-
-<h3><a shape="rect" name="SVN-Branches"></a>Branches</h3>
-
-<p>We use the trunk for the next main release of ActiveMQ. So all development
of new features occurs on trunk. However for production support we use a branch
for any bug fixes on the previous major release. </p>
-
-<p>e.g. the 4.1 branch of ActiveMQ is here:</p>
-
-<p><a shape="rect" class="external-link"
href="https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1/">https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1/</a></p>
-
-<p>and trunk is 4.1-SNAPSHOT</p>
-
-<h3><a shape="rect" name="SVN-Backportingbugfixes"></a>Backporting bug
fixes</h3>
-
-<p>Developers typically work on trunk most of the time. When bug fixes are
applied you typically want to backport them to the previous branch. To be able
to backport to the previous production branch follow these instructions.</p>
-
-<ul><li>checkout trunk as above</li><li>checkout the previous branch such as
via <div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[svn co
https://svn.apache.org/repos/asf/activemq/branches/activemq-4.0/]]></script>
-</div></div></li><li>when you have commit something to trunk take note of the
version number of the change (lets call it Y)</li><li>in the branch checkout
type the following command <div class="code panel" style="border-width:
1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[svn merge -r X:Y
https://svn.apache.org/repos/asf/activemq/trunk/]]></script>
-</div></div> where X = Y-1</li></ul>
-
-
-<p>e.g.</p>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-svn merge -r 411787:411788 https://svn.apache.org/repos/asf/activemq/trunk/
-]]></script>
-</div></div>
-
-<p>To make this a little easier to do we've created a script called
<b>activemq-backport.sh</b> which is available in the <a shape="rect"
class="external-link"
href="https://svn.apache.org/repos/asf/activemq/scripts/">Apache ActiveMQ
Scripts repository</a>.</p>
-
-<p>To run this script just pass the revision of the commit you made on trunk
from the directory of a branch checkout. e.g. from the activemq-4.0 checkout
type</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-activemq-backport.sh 413621
-]]></script>
-</div></div>
-
-<p>Then you can review the changes made and if they are OK you can commit
them.</p>
-
-<h3><a shape="rect"
name="SVN-ToworkwiththeActiveMQ3.xbranchofActiveMQthenusethefollowing"></a>To
work with the ActiveMQ 3.x branch of ActiveMQ then use the following</h3>
-
-<p>For anonymous access</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-svn co http://svn.codehaus.org/activemq/branches/activemq-3/activemq/
-]]></script>
-</div></div>
-
-<p>Or if you are a committer</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
-svn co https://svn.codehaus.org/activemq/branches/activemq-3/activemq/
-]]></script>
-</div></div>
-
-<p>Or you can browse the code here: </p>
-
-<p><a shape="rect" class="external-link"
href="http://svn.activemq.codehaus.org/"
rel="nofollow">http://svn.activemq.codehaus.org/</a></p>
</div>
</td>
<td valign="top">