You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/12/06 14:58:01 UTC

svn commit: r1718177 - in /jmeter/trunk/xdocs: index.xml stylesheets/project.xml svnindex.xml

Author: pmouawad
Date: Sun Dec  6 13:58:01 2015
New Revision: 1718177

URL: http://svn.apache.org/viewvc?rev=1718177&view=rev
Log:
Rename Link and mention Git mirror repositories

Modified:
    jmeter/trunk/xdocs/index.xml
    jmeter/trunk/xdocs/stylesheets/project.xml
    jmeter/trunk/xdocs/svnindex.xml

Modified: jmeter/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/index.xml?rev=1718177&r1=1718176&r2=1718177&view=diff
==============================================================================
--- jmeter/trunk/xdocs/index.xml (original)
+++ jmeter/trunk/xdocs/index.xml Sun Dec  6 13:58:01 2015
@@ -107,7 +107,7 @@ Nor does it render the HTML pages as a b
 <li><a href="issues.html">Issues</a></li>
 <li><a href="http://www.apache.org/licenses/">License</a></li>
 <li><a href="mail.html">Mailing Lists</a></li>
-<li><a href="svnindex.html">SVN Repositories</a></li>
+<li><a href="svnindex.html">Source Repositories</a></li>
 <li><a href="http://wiki.apache.org/jmeter/JMeterCommitters">Contributors</a></li>
 </ul>
 </section>

Modified: jmeter/trunk/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/project.xml?rev=1718177&r1=1718176&r2=1718177&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/project.xml (original)
+++ jmeter/trunk/xdocs/stylesheets/project.xml Sun Dec  6 13:58:01 2015
@@ -56,7 +56,7 @@
      <menu name="Community">
         <item name="Contributors"        href="http://wiki.apache.org/jmeter/JMeterCommitters"/>
         <item name="Mailing Lists"       href="/mail.html"/>
-        <item name="SVN Repositories"    href="/svnindex.html"/>
+        <item name="Source Repositories"    href="/svnindex.html"/>
      </menu>
      <menu name="Foundation">
         <item name="ASF"                 href="http://www.apache.org/"/>

Modified: jmeter/trunk/xdocs/svnindex.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/svnindex.xml?rev=1718177&r1=1718176&r2=1718177&view=diff
==============================================================================
--- jmeter/trunk/xdocs/svnindex.xml (original)
+++ jmeter/trunk/xdocs/svnindex.xml Sun Dec  6 13:58:01 2015
@@ -33,7 +33,7 @@ href="download_jmeter.cgi">download page
 
 </section>
 
-<section name="Access the Version Controlled Source Code">
+<section name="Access the SVN Version Controlled Source Code">
 
 <p>For information on connecting to the ASF Subversion repositories, see the <a
 href="http://www.apache.org/dev/version-control.html">version control
@@ -65,6 +65,31 @@ When checking out a subproject using Sub
  </tr>
 </table>
 
+</subsection>
+</section>
+<section name="Access the GIT Version Controlled Source Code">
+
+<p>For information on connecting to the GIT mirror repositories, see the <a
+href="http://www.apache.org/dev/git.html">version control
+page</a>. </p>
+
+<subsection name="Git" anchor="git">
+
+<p>Apache maintains read-only GIT mirrors of Apache codebases, for JMeter, the mirror is accessible at the urls below.</p>
+
+<table>
+ <tr>
+  <th>Project</th>
+  <th>GIT (read-only)</th>
+  <th>GITHUB (read-only)</th>
+ </tr>
+ <tr>
+  <td>Apache JMeter</td>
+  <td><a href="git://git.apache.org/jmeter.git">git://git.apache.org/jmeter.git</a></td>
+  <td><a href="https://github.com/apache/jmeter">https://github.com/apache/jmeter</a></td>
+ </tr>
+</table>
+
 </subsection>
 
 </section>