You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by bu...@apache.org on 2013/01/28 17:53:35 UTC

svn commit: r848317 - in /websites/staging/mina/trunk/content: ./ ftpserver-project/sources.html mina-project/sources.html sshd-project/sources.html vysper-project/sources.html

Author: buildbot
Date: Mon Jan 28 16:53:35 2013
New Revision: 848317

Log:
Staging update by buildbot for mina

Modified:
    websites/staging/mina/trunk/content/   (props changed)
    websites/staging/mina/trunk/content/ftpserver-project/sources.html
    websites/staging/mina/trunk/content/mina-project/sources.html
    websites/staging/mina/trunk/content/sshd-project/sources.html
    websites/staging/mina/trunk/content/vysper-project/sources.html

Propchange: websites/staging/mina/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jan 28 16:53:35 2013
@@ -1 +1 @@
-1435236
+1439492

Modified: websites/staging/mina/trunk/content/ftpserver-project/sources.html
==============================================================================
--- websites/staging/mina/trunk/content/ftpserver-project/sources.html (original)
+++ websites/staging/mina/trunk/content/ftpserver-project/sources.html Mon Jan 28 16:53:35 2013
@@ -107,42 +107,19 @@
       <div id="rightColumn">
 
 
-<h1 id="source">Source</h1>
 <h2 id="overview">Overview</h2>
-<p>This project uses Subversion to manage its source code. Instructions on Subversion use can be found at http://svnbook.red-bean.com/. If you are on Windows, the excellent TortoiseSVN client is highly recommended.</p>
+<p>Sources for the Apache MINA projects are currently managed through GIT. Instructions on GIT use can be found at <a href="http://git-scm.com/book/">http://git-scm.com/book/</a>.</p>
+<h1 id="normal-git-access">Normal Git Access</h1>
+<p>Anyone can check code out of Git. You only need to specify a username and password in order to update the Git repository, and only MINA committers have the permissions to do that. We run Git over standard HTTPS, so hopefully you won't have problems with intervening firewalls.</p>
 <h2 id="web-access">Web Access</h2>
-<p>The following is a link to the <a href="http://svn.apache.org/viewvc/mina/ftpserver">online source repository</a>.</p>
-<h2 id="anonymous-access">Anonymous access</h2>
-<p>The source can be checked out anonymously from SVN with this command:</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">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">/mina/</span><span class="n">ftpserver</span><span class="o">/</span><span class="n">trunk</span> <span class="n">ftpserver</span>
-</pre></div>
-
-
-<h2 id="developer-access">Developer access</h2>
-<p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">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">/mina/</span><span class="n">ftpserver</span><span class="o">/</span><span class="n">trunk</span> <span class="n">ftpserver</span>
-</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="codehilite"><pre><span class="nv">$</span> <span class="nv">svn</span> <span class="n">commit</span> <span class="o">--</span><span class="n">username</span> <span class="n">your</span><span class="o">-</span><span class="n">username</span> <span class="o">-</span><span class="n">m</span> <span class="s">&quot;A message&quot;</span>
-</pre></div>
-
-
-<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 the developer connection:</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">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">/mina/</span><span class="n">ftpserver</span><span class="o">/</span><span class="n">trunk</span> <span class="n">ftpserver</span>
-</pre></div>
-
-
-<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>
-<div class="codehilite"><pre><span class="k">[global]</span>
-<span class="na">http-proxy-host</span> <span class="o">=</span> <span class="s">your.proxy.name</span>
-<span class="na">http-proxy-port</span> <span class="o">=</span> <span class="s">3128</span>
-</pre></div>
+<p>The following is a link to the <a href="https://git-wip-us.apache.org/repos/asf?p=mina-ftpserver.git;a=summary">online source repository</a>.</p>
+<h1 id="cloning-from-the-git-repo">Cloning from the Git repo</h1>
+<p>Again, anyone can do this. Use a command like to checkout the current development version (the trunk):</p>
+<p>read only access :</p>
+<p>git clone http://git-wip-us.apache.org/repos/asf/mina-ftpserver.git ftpserver</p>
+<p>write access :</p>
+<p>git clone https://git-wip-us.apache.org/repos/asf/mina-ftpserver.git ftpserver</p>
+<p>You will not be able to commit into the project if you are not a committer.</p>
 
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>

Modified: websites/staging/mina/trunk/content/mina-project/sources.html
==============================================================================
--- websites/staging/mina/trunk/content/mina-project/sources.html (original)
+++ websites/staging/mina/trunk/content/mina-project/sources.html Mon Jan 28 16:53:35 2013
@@ -133,10 +133,13 @@
 
 
 
+<h2 id="overview">Overview</h2>
 <p>Sources for the Apache MINA projects are currently managed through GIT. Instructions on GIT use can be found at <a href="http://git-scm.com/book/">http://git-scm.com/book/</a>.</p>
 <p>For each project you can find a detailed description how to checkout and build the source on the project documentation. This page is just a short overview.</p>
 <h1 id="normal-git-access">Normal Git Access</h1>
 <p>Anyone can check code out of Git. You only need to specify a username and password in order to update the Git repository, and only MINA committers have the permissions to do that. We run Git over standard HTTPS, so hopefully you won't have problems with intervening firewalls.</p>
+<h2 id="web-access">Web Access</h2>
+<p>The following is a link to the <a href="https://git-wip-us.apache.org/repos/asf?p=mina.git;a=summary">online source repository</a>.</p>
 <h1 id="cloning-from-the-git-repo">Cloning from the Git repo</h1>
 <p>Again, anyone can do this. Use a command like to checkout the current development version (the trunk):</p>
 <h3 id="for-mina">For MINA</h3>
@@ -144,16 +147,6 @@
 <p>git clone http://git-wip-us.apache.org/repos/asf/mina.git mina</p>
 <p>write access :</p>
 <p>git clone https://git-wip-us.apache.org/repos/asf/mina.git mina</p>
-<h3 id="for-ftpserver">For FtpServer</h3>
-<div class="codehilite"><pre><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">/mina/</span><span class="n">ftpserver</span><span class="o">/</span><span class="n">trunk</span>
-</pre></div>
-
-
-<h3 id="for-asyncweb">For AsyncWeb</h3>
-<div class="codehilite"><pre><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">/mina/</span><span class="n">asyncweb</span><span class="o">/</span><span class="n">trunk</span>
-</pre></div>
-
-
 <h1 id="building-mina">Building MINA</h1>
 <p>Instructions on how to build MINA can be found <a href="developper-guide.html">here</a></p>
 <h1 id="released-version">Released version</h1>
@@ -162,66 +155,34 @@
 <thead>
 <tr>
 <th>Subproject/Documentation</th>
-<th>SVN URL</th>
+<th>Git URL</th>
 </tr>
 </thead>
 <tbody>
 <tr>
-<td><a href="http://mina.apache.org/mina-project/developper-guide.html">MINA 2.0</a></td>
-<td><a href="http://svn.apache.org/repos/asf/mina/mina/trunk/">http://svn.apache.org/repos/asf/mina/mina/trunk/</a></td>
-</tr>
-<tr>
-<td><a href="http://mina.apache.org/ftpserver-project/building.html">FtpServer (dev)</a></td>
-<td><a href="http://svn.apache.org/repos/asf/mina/ftpserver/trunk/">http://svn.apache.org/repos/asf/mina/ftpserver/trunk/</a></td>
+<td><a href="http://mina.apache.org/mina-project/developper-guide.html">MINA</a></td>
+<td><a href="https://git-wip-us.apache.org/repos/asf/mina.git">https://git-wip-us.apache.org/repos/asf/mina.git</a></td>
 </tr>
 <tr>
-<td><a href="http://mina.apache.org/sshd-project/documentation.html">Sshd (dev)</a></td>
-<td><a href="http://svn.apache.org/repos/asf/mina/sshd/trunk/">http://svn.apache.org/repos/asf/mina/sshd/trunk/</a></td>
+<td><a href="http://mina.apache.org/ftpserver-project/building.html">FtpServer</a></td>
+<td><a href="https://git-wip-us.apache.org/repos/asf/mina-ftpserver.git">https://git-wip-us.apache.org/repos/asf/mina-ftpserver.git</a></td>
 </tr>
 <tr>
-<td><a href="http://mina.apache.org/vysper-project/documentation.html">Vysper (dev)</a></td>
-<td><a href="http://svn.apache.org/repos/asf/mina/vysper/trunk/">http://svn.apache.org/repos/asf/mina/vysper/trunk/</a></td>
+<td><a href="http://mina.apache.org/sshd-project/documentation.html">Sshd</a></td>
+<td><a href="https://git-wip-us.apache.org/repos/asf/mina-sshd.git">https://git-wip-us.apache.org/repos/asf/mina-sshd.git</a></td>
 </tr>
 <tr>
-<td><a href="http://mina.apache.org/asyncweb-project">AsyncWeb (dev)</a></td>
-<td><a href="http://svn.apache.org/repos/asf/mina/asyncweb/trunk/">http://svn.apache.org/repos/asf/mina/asyncweb/trunk/</a></td>
+<td><a href="http://mina.apache.org/vysper-project/documentation.html">Vysper</a></td>
+<td><a href="https://git-wip-us.apache.org/repos/asf/mina-vysper.git">https://git-wip-us.apache.org/repos/asf/mina-vysper.git</a></td>
 </tr>
 <tr>
-<td><a href=""></a></td>
-<td><a href=""></a></td>
+<td><a href="http://mina.apache.org/asyncweb-project">AsyncWeb</a></td>
+<td><a href="https://git-wip-us.apache.org/repos/asf/mina-asyncweb.git">https://git-wip-us.apache.org/repos/asf/mina-asyncweb.git</a></td>
 </tr>
 </tbody>
 </table>
-<h1 id="commit-changes-to-subversion">Commit Changes to Subversion</h1>
-<p>Any <strong>MINA</strong> committer should have a shell account on svn.apache.org. Before you can commit, you'll need to set a Subversion password for yourself. To do that, log in to svn.apache.org and run the command svnpasswd.</p>
-<p>Once your password is set, you can use a command like this to commit:</p>
-<div class="codehilite"><pre><span class="n">svn</span> <span class="n">commit</span>
-</pre></div>
-
-
-<p>If Subversion can't figure out your username, you can tell it explicitly:</p>
-<div class="codehilite"><pre><span class="n">svn</span> <span class="o">--</span><span class="n">username</span> <span class="n">you</span> <span class="n">commit</span>
-</pre></div>
-
-
-<p>Subversion will prompt you for a password, and once you enter it once, it will remember it for you. Note this is the password you configured with svnpasswd, not your shell or other password.</p>
-<p><DIV class="note" markdown="1">
-    For committers to be able to commit modification, they should have had checked out the project files using <B>https</B> instead of <B>http</B>.
-</DIV></p>
-<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 the developer connection:</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">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">/mina/mi</span><span class="n">na</span><span class="sr">/tags/</span><span class="mf">2.0.5</span> <span class="n">mina</span><span class="o">-</span><span class="mf">2.0.5</span>
-</pre></div>
-
-
-<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>
-<div class="codehilite"><pre><span class="k">[global]</span>
-<span class="na">http-proxy-host</span> <span class="o">=</span> <span class="s">your.proxy.name</span>
-<span class="na">http-proxy-port</span> <span class="o">=</span> <span class="s">3128</span>
-</pre></div>
+<h1 id="commit-changes-to-git">Commit Changes to Git</h1>
+<p>In order to be able to push some modification, you have to be a committer.</p>
 
 
 

Modified: websites/staging/mina/trunk/content/sshd-project/sources.html
==============================================================================
--- websites/staging/mina/trunk/content/sshd-project/sources.html (original)
+++ websites/staging/mina/trunk/content/sshd-project/sources.html Mon Jan 28 16:53:35 2013
@@ -107,40 +107,18 @@
 
 
 <h2 id="overview">Overview</h2>
-<p>This project uses Subversion to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>. If you are on Windows, the excellent <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> client is highly recommended.</p>
+<p>Sources for the Apache MINA projects are currently managed through GIT. Instructions on GIT use can be found at <a href="http://git-scm.com/book/">http://git-scm.com/book/</a>.</p>
+<h1 id="normal-git-access">Normal Git Access</h1>
+<p>Anyone can check code out of Git. You only need to specify a username and password in order to update the Git repository, and only MINA committers have the permissions to do that. We run Git over standard HTTPS, so hopefully you won't have problems with intervening firewalls.</p>
 <h2 id="web-access">Web Access</h2>
-<p>The following is a link to the <a href="http://svn.apache.org/viewvc/mina/sshd">online source repository</a>.</p>
-<h2 id="anonymous-access">Anonymous access</h2>
-<p>The source can be checked out anonymously from SVN with this command:</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">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">/mina/ss</span><span class="n">hd</span><span class="o">/</span><span class="n">trunk</span> <span class="n">sshd</span>
-</pre></div>
-
-
-<h2 id="developer-access">Developer access</h2>
-<p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">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">/mina/ss</span><span class="n">hd</span><span class="o">/</span><span class="n">trunk</span> <span class="n">sshd</span>
-</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="codehilite"><pre><span class="nv">$</span> <span class="nv">svn</span> <span class="n">commit</span> <span class="o">--</span><span class="n">username</span> <span class="n">your</span><span class="o">-</span><span class="n">username</span> <span class="o">-</span><span class="n">m</span> <span class="o">&amp;</span><span class="n">quot</span><span class="p">;</span><span class="n">A</span> <span class="n">message</span><span class="o">&amp;</span><span class="n">quot</span><span class="p">;</span>
-</pre></div>
-
-
-<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 the developer connection:</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">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">/mina/ss</span><span class="n">hd</span><span class="o">/</span><span class="n">trunk</span> <span class="n">sshd</span>
-</pre></div>
-
-
-<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>
-<div class="codehilite"><pre><span class="k">[global]</span>
-<span class="na">http-proxy-host</span> <span class="o">=</span> <span class="s">your.proxy.name</span>
-<span class="na">http-proxy-port</span> <span class="o">=</span> <span class="s">3128</span>
-</pre></div>
+<p>The following is a link to the <a href="https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=summary">online source repository</a>.</p>
+<h1 id="cloning-from-the-git-repo">Cloning from the Git repo</h1>
+<p>Again, anyone can do this. Use a command like to pull the current development version (the trunk):</p>
+<p>read only access :</p>
+<p>git clone http://git-wip-us.apache.org/repos/asf/mina-sshd.git sshd</p>
+<p>write access :</p>
+<p>git clone https://git-wip-us.apache.org/repos/asf/mina-sshd.git sshd</p>
+<p>You will not be able to commit into the project if you are not a committer.</p>
 
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>

Modified: websites/staging/mina/trunk/content/vysper-project/sources.html
==============================================================================
--- websites/staging/mina/trunk/content/vysper-project/sources.html (original)
+++ websites/staging/mina/trunk/content/vysper-project/sources.html Mon Jan 28 16:53:35 2013
@@ -103,43 +103,19 @@
       <div id="rightColumn">
 
 
-<h1 id="getting-the-source">Getting the source</h1>
-<p>This project uses Subversion to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>. If you are on Windows, the excellent <a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> client is highly recommended.</p>
+<h2 id="overview">Overview</h2>
+<p>Sources for the Apache MINA projects are currently managed through GIT. Instructions on GIT use can be found at <a href="http://git-scm.com/book/">http://git-scm.com/book/</a>.</p>
+<h1 id="normal-git-access">Normal Git Access</h1>
+<p>Anyone can check code out of Git. You only need to specify a username and password in order to update the Git repository, and only MINA committers have the permissions to do that. We run Git over standard HTTPS, so hopefully you won't have problems with intervening firewalls.</p>
 <h2 id="web-access">Web Access</h2>
-<p>The following is a link to the <a href="http://svn.apache.org/viewvc/mina/vysper">online source repository</a>.</p>
-<h2 id="anonymous-access">Anonymous access</h2>
-<p>The source can be checked out anonymously from SVN with this command:</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">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">/mina/</span><span class="n">vysper</span><span class="o">/</span><span class="n">trunk</span> <span class="n">vysper</span>
-</pre></div>
-
-
-<h2 id="developer-access">Developer access</h2>
-<p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">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">/mina/</span><span class="n">vysper</span><span class="o">/</span><span class="n">trunk</span> <span class="n">vysper</span>
-</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="codehilite"><pre><span class="nv">$</span> <span class="nv">svn</span> <span class="n">commit</span> <span class="o">--</span><span class="n">username</span> <span class="n">your</span><span class="o">-</span><span class="n">username</span> <span class="o">-</span><span class="n">m</span> <span class="o">&amp;</span><span class="n">quot</span><span class="p">;</span><span class="n">A</span> <span class="n">message</span><span class="o">&amp;</span><span class="n">quot</span><span class="p">;</span>
-</pre></div>
-
-
-<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 the developer connection:</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">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">/mina/</span><span class="n">vysper</span><span class="o">/</span><span class="n">trunk</span> <span class="n">vysper</span>
-</pre></div>
-
-
-<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>
-<div class="codehilite"><pre><span class="k">[global]</span>
-<span class="na">http-proxy-host</span> <span class="o">=</span> <span class="s">your.proxy.name</span>
-<span class="na">http-proxy-port</span> <span class="o">=</span> <span class="s">3128</span>
-</pre></div>
-
-
+<p>The following is a link to the <a href="https://git-wip-us.apache.org/repos/asf?p=mina-vysper.git;a=summary">online source repository</a>.</p>
+<h1 id="cloning-from-the-git-repo">Cloning from the Git repo</h1>
+<p>Again, anyone can do this. Use a command like to pull the current development version (the trunk):</p>
+<p>read only access :</p>
+<p>git clone http://git-wip-us.apache.org/repos/asf/mina-vysper.git vysper</p>
+<p>write access :</p>
+<p>git clone https://git-wip-us.apache.org/repos/asf/mina-vysper.git vysper</p>
+<p>You will not be able to commit into the project if you are not a committer.</p>
 <h2 id="building">Building</h2>
 <p>We use Maven for managing our dependencies and packaging. Please use Maven 2.2.1 or later.
 To install all of Vysper (core, modules etc) you can try this after the checkout:</p>