The best available version of Apache Subversion is: [version]
Use the links below to download Apache Subversion from our of our mirrors. You must verify the integrity of the downloaded files using signatures downloaded from our main directory.
The following are the currently supported versions of Subversion. Older releases are available from the archive download site.
The Apache Subversion project only distributes source code, but a number of third parties provide binary packages for a number of platforms. To find a package for your platform, please visit the binary packages page.
[if-any logo] [end] The currently selected mirror is [preferred]. If you encounter a problem with this mirror, please select another mirror. If all mirrors are failing, there are backup mirrors (at the end of the mirrors list) that should be available.
You may also consult the complete list of mirrors.
We provide source code distributions in a variety of archive types. Generally, speaking, Windows users should download .zip files. Users of all other operating systems should download .tar.gz or .tar.bz2 files.
Please note that the dependencies distribution subversion-deps-* is no longer available in 1.7 and later. See The 1.7 release notes for details and alternatives.
Subversion [version]
File | Checksum (SHA1) | Signatures |
---|---|---|
subversion-[version].tar.bz2 | c9fc0c5992eda36ba9affd93a15929e25958a951 | [PGP] |
subversion-[version].tar.gz | 7380b3e03ca57aa63f45ea4f64e8e0b66b0c97a9 | [PGP] |
subversion-[version].zip | 833afb35245cf0bc0de948a1b4c47805221fe438 | [PGP] |
In addition to the recommended release, we generally support the latest release from at least one prior release stream. The currently supported older releases are as follows:
Subversion [supported]
This is not an Apache-branded release, and is hosted on the project's previous website.
File | Checksum (SHA1) | Signatures |
---|---|---|
subversion-[supported].tar.gz | b4703fc956194f0712194506391794746f61be4e | [PGP] |
subversion-[supported].tar.bz2 | 095871adc79555b9655ca081b23ef77f87f45607 | [PGP] |
subversion-[supported].zip | 298f42561a841ae9712ed8f2f83caf4120043ff4 | [PGP] |
For the [supported] release there is a separate dependency package which contains third-party dependencies needed to compile Subversion. See the [supported] release installation instructions for details.
File | Checksum (SHA1) | Signatures |
---|---|---|
subversion-deps-[supported].tar.gz | db9e889c5d69d9e622a6b7f2f0fa50cbc97c2e4a | [PGP] |
subversion-deps-[supported].tar.bz2 | 777dd4a7591b7bd9d7e705b0988b080208a7fb8b | [PGP] |
subversion-deps-[supported].zip | 6c6affca99073d25009630c711b5ee23aeebeccc | [PGP] |
Looking for previous releases of Subversion? All Subversion releases are available for download from the Apache distribution archive. Please note that, with the exception of our recommended and other supported releases, distributions of Subversion found in the archives are not supported by the community. If you require support for an older version of Subversion, and are not able to upgrade to a newer version, consider contacting a commercial Subversion support vendor.
It is essential that you verify the integrity of the downloaded files using the PGP signatures and/or file checksums. Please read Verifying Apache HTTP Server Releases for more information on why you should verify our releases. (The same rationale applies to Subversion as to HTTP Server.)
The PGP signatures can be verified using PGP or GPG. First download
the KEYS as well as the asc
signature file for the
particular distribution. Make sure you get these files from the
main distribution
directory, rather than from a mirror. Then verify the
signatures as follows:
% pgpk -a subversion.asc
or
% pgpv subversion-1.7.0.tar.gz.asc
% pgp -ka subversion.asc
or
% pgp subversion-1.7.0.tar.gz.asc
% gpg --import subversion.asc
% gpg --verify subversion-1.7.0.tar.gz.asc
Alternatively, you can verify at least the SHA1 checksum on the
files. A unix program called sha1
or sha1sum
is included in many unix distributions. It is also available as
part of GNU Textutils.
For information about building and installing your freshly downloaded source code release, see the Source Code page.