Download Source Code

[define version]1.7.7[end] [define supported]1.6.19[end]

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.

Mirror

[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.

Other mirrors:

You may also consult the complete list of 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.

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.

Supported Release(s)

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]

Release archives

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.

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

Building and Installing Subversion

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