Download the Source
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 download page.
Access the SVN Version Controlled Source Code
For information on connecting to the ASF Subversion repositories, see the version control page.
Modules available for access are listed below.
Subversion¶
Subversion is an open-source version control system. The root url of the ASF Subversion repository is http://svn.apache.org/repos/asf/ for non-committers and https://svn.apache.org/repos/asf/ for committers.
NOTE: When checking out a subproject using Subversion, ensure that you are checking out a tag, a branch or trunk (the main-line) and not all tags and branches to avoid filling up your hard-disk and wasting bandwidth.
Project | http (read-only) | https (committers) | View-SVN |
---|---|---|---|
Apache JMeter | http://svn.apache.org/repos/asf/jmeter/trunk | https://svn.apache.org/repos/asf/jmeter/trunk | http://svn.apache.org/viewcvs.cgi/jmeter/ |
Access the GIT Version Controlled Source Code
For information on connecting to the GIT mirror repositories, see the version control page.
Git¶
Apache maintains read-only GIT mirrors of Apache codebases, for JMeter, the mirror is accessible at the urls below.
Project | GIT (read-only) | GITHUB (read-only) |
---|---|---|
Apache JMeter | git://git.apache.org/jmeter.git | https://github.com/apache/jmeter |