Note that binary packages usually come out about a week after the corresponding source release. Please don't post to the mailing lists asking when a binary package for a given platform will be ready. The packagers already know when new source releases come out, and work as fast as they can to make binaries available. Binaries are typically built from the latest stable release.

Note also that this list does not include distributions of larger collections of software of which Subversion is but one piece. Several vendors offer such things, but we concern ourselves primarily with Subversion itself. As such, the listing here is limited to those packages which may be reasonably considered binary distributions of Apache Subversion alone. If you are looking for more widely scoped, Subversion-related value-add offerings, we trust that your favourite search engine can facilitate that for you.

Centos Linux

Debian Linux

$ apt-get install subversion

Fedora Linux

$ yum install subversion

FreeBSD

$ cd /usr/ports/devel/subversion
$ make install

Net BSD

$ cd /usr/pkgsrc/devel/subversion
$ make install clean

Open BSD

  • OpenBSD Project (client and server; svnserve is part of the subversion package, mod_dav_svn is in the separate ap2-subversion package)

$ pkg_add subversion
$ pkg_add ap2-subversion

Mac OSX

RedHat Linux

Solaris

Suse Linux

  • WANdisco (supported and certified by WANdisco; requires registration)

  • CollabNet (client only; supported and certified by CollabNet; requires registration)

  • OpenSUSE project (OpenSUSE and SLES; client and server; svnserve is part of the subversion package, mod_dav_svn is in the separate subversion-server package)

$ zypper install subversion
$ zypper install subversion-server

Ubuntu Linux

$ apt-get install subversion

Windows