You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/06/10 21:55:52 UTC

svn commit: r1684755 - in /webservices/website/axiom-staging: code-coverage/.sessions.html source-repository.html

Author: veithen
Date: Wed Jun 10 19:55:52 2015
New Revision: 1684755

URL: http://svn.apache.org/r1684755
Log:
Stage Axiom 1.2.15 site.

Modified:
    webservices/website/axiom-staging/code-coverage/.sessions.html
    webservices/website/axiom-staging/source-repository.html

Modified: webservices/website/axiom-staging/code-coverage/.sessions.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/code-coverage/.sessions.html?rev=1684755&r1=1684754&r2=1684755&view=diff
==============================================================================
--- webservices/website/axiom-staging/code-coverage/.sessions.html (original)
+++ webservices/website/axiom-staging/code-coverage/.sessions.html Wed Jun 10 19:55:52 2015
@@ -1 +1 @@

[... 5 lines stripped ...]
Modified: webservices/website/axiom-staging/source-repository.html
URL: http://svn.apache.org/viewvc/webservices/website/axiom-staging/source-repository.html?rev=1684755&r1=1684754&r2=1684755&view=diff
==============================================================================
--- webservices/website/axiom-staging/source-repository.html (original)
+++ webservices/website/axiom-staging/source-repository.html Wed Jun 10 19:55:52 2015
@@ -252,21 +252,21 @@
 <div class="section">
 <h2><a name="Web_Access"></a>Web Access</h2><a name="Web_Access"></a>
 <p>The following is a link to the online source repository.</p>
-<div class="source"><pre class="prettyprint"><a class="externalLink" href="http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.15">http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.15</a></pre></div></div>
+<div class="source"><pre class="prettyprint"><a class="externalLink" href="http://svn.apache.org/viewvc/webservices/axiom/tags/1.2.15">http://svn.apache.org/viewvc/webservices/axiom/tags/1.2.15</a></pre></div></div>
 <div class="section">
 <h2><a name="Anonymous_access"></a>Anonymous access</h2><a name="Anonymous_access"></a>
 <p>The source can be checked out anonymously from SVN with this command:</p>
-<div class="source"><pre class="prettyprint">$ svn checkout http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.15 axiom</pre></div></div>
+<div class="source"><pre class="prettyprint">$ svn checkout http://svn.apache.org/repos/asf/webservices/axiom/tags/1.2.15 axiom</pre></div></div>
 <div class="section">
 <h2><a name="Developer_access"></a>Developer access</h2><a name="Developer_access"></a>
 <p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
-<div class="source"><pre class="prettyprint">$ svn checkout https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.15 axiom</pre></div>
+<div class="source"><pre class="prettyprint">$ svn checkout https://svn.apache.org/repos/asf/webservices/axiom/tags/1.2.15 axiom</pre></div>
 <p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
 <div class="source"><pre class="prettyprint">$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div>
 <div class="section">
 <h2><a name="Access_from_behind_a_firewall"></a>Access from behind a firewall</h2><a name="Access_from_behind_a_firewall"></a>
 <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 the developer connection:</p>
-<div class="source"><pre class="prettyprint">$ svn checkout https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.15 axiom</pre></div></div>
+<div class="source"><pre class="prettyprint">$ svn checkout https://svn.apache.org/repos/asf/webservices/axiom/tags/1.2.15 axiom</pre></div></div>
 <div class="section">
 <h2><a name="Access_through_a_proxy"></a>Access through a proxy</h2><a name="Access_through_a_proxy"></a>
 <p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>