You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2019/11/08 06:47:06 UTC

[jmeter] branch master updated: Re-Add svnindex.xml

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new b0d9241  Re-Add svnindex.xml
b0d9241 is described below

commit b0d924163b3df496cca30bf7051c85d68b5d6fbb
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Fri Nov 8 07:44:12 2019 +0100

    Re-Add svnindex.xml
    
    With 77c756c00f9914f10aef6026b0be4f925a616079 svnindex.xml was removed. It
    is still linked from the navigation and might be linked from other sites
    of the internet. So re-add it with current information about how to get
    the sources of Apache JMeter
---
 xdocs/svnindex.xml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

diff --git a/xdocs/svnindex.xml b/xdocs/svnindex.xml
new file mode 100644
index 0000000..0ea6516
--- /dev/null
+++ b/xdocs/svnindex.xml
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document>
+
+  <properties>
+    <author email="dev.AT.jmeter.DOT.apache.DOT.org">Apache JMeter Project</author>
+    <title>Source Repositories</title>
+  </properties>
+
+<body>
+
+<section name="Download the Source">
+
+<p>Most users of the source code probably don't need to have day to
+day access to the source code as it changes. For these users we
+provide easy to unpack source code downloads via our <a
+href="download_jmeter.cgi">download page</a>.  </p>
+
+</section>
+
+<section name="Access the GIT Version Controlled Source Code">
+
+<note>With Apache JMeter 5.2 the sources have been
+<a href="https://www.apache.org/dev/writable-git">migrated to Git.</a>
+</note>
+
+<subsection name="Git" anchor="git">
+
+<p>The sources for JMeter are 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="https://gitbox.apache.org/repos/asf/jmeter.git">https://gitbox.apache.org/repos/asf/jmeter.git</a></td>
+  <td><a href="https://github.com/apache/jmeter">https://github.com/apache/jmeter</a></td>
+ </tr>
+</table>
+
+</subsection>
+
+</section>
+
+</body>
+</document>