The latest and recommended LTS (long-term support) release of Apache Subversion is: 1.14
Use the links below to download Apache Subversion from one 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.
The currently selected mirror is https://dlcdn.apache.org/. 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.
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.
Apache Subversion 1.14.4 LTS
File | Checksum (SHA512) | Signatures | PGP Public Keys |
---|---|---|---|
subversion-1.14.4.tar.bz2 | [SHA-512] | [PGP signatures] | [PGP keyring] |
subversion-1.14.4.tar.gz | [SHA-512] | [PGP signatures] | [PGP keyring] |
subversion-1.14.4.zip | [SHA-512] | [PGP signatures] | [PGP keyring] |
Looking for previous releases of Subversion? All Subversion releases are available for download from the Apache distribution archive. Except for our currently 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 keyring (*.KEYS
) and detached signatures (*.asc
) files 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.14.tar.gz.asc
% pgp -ka subversion.asc
or
% pgp subversion-1.14.tar.gz.asc
% gpg --import subversion.asc
% gpg --verify subversion-1.14.tar.gz.asc subversion-1.14.tar.gz
If you're unable to verify the PGP signatures, you can instead verify the checksums on the files. However, PGP signatures are superior to checksums, and we recommend to verify using PGP whenever possible.
A unix program called sha512sum
is included in many unix distributions.
Run sha512sum subversion-1.14.tar.gz
to display the hash of the downloaded file.
On Windows you can use the following command in a command line window, for
instance: certutil -hashfile <filename> SHA512
.
For information about building and installing your freshly downloaded source code release, see the Source Code page.