Download Source Code

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.

Mirror

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.

Other mirrors:

Source Releases

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.

Release archives

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.

Verifying the Integrity of Downloaded Files

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
% pgpv subversion-1.14.tar.gz.asc
or
% pgp -ka subversion.asc
% pgp subversion-1.14.tar.gz.asc
or
% 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.

Building and Installing Subversion

For information about building and installing your freshly downloaded source code release, see the Source Code page.