macOS
brew install subversionlocal Homebrew formula metadata
sudo port install subversionMacPorts ports tree · devel/subversion/Portfile · source: api.github.com
brew
Version control system designed to be a better CVS. Version 1.14.5 via Homebrew; verified 2026-06-22.
install
brew install subversionlocal Homebrew formula metadata
sudo port install subversionMacPorts ports tree · devel/subversion/Portfile · source: api.github.com
sudo apk add mod_dav_svnAlpine Linux edge package indexes · mod_dav_svn · source: dl-cdn.alpinelinux.org
sudo apt install libapache2-mod-svnDebian stable package indexes · libapache2-mod-svn · source: deb.debian.org
sudo dnf install mod_dav_svnFedora Rawhide package metadata · mod_dav_svn · source: dl.fedoraproject.org
sudo pacman -S subversionArch Linux sync databases · subversion · source: geo.mirror.pkgbuild.com
sudo zypper install libsvn_auth_gnome_keyring-1-0openSUSE Tumbleweed package metadata · libsvn_auth_gnome_keyring-1-0 · source: download.opensuse.org
choco install svnChocolatey community package catalog · svn · source: community.chocolatey.org
overview
Version control system designed to be a better CVS
history
Apache Subversion is a centralized version control system, commonly invoked as `svn`. In package-manager culture it is both a historical default and a still-shipped compatibility tool: many build scripts, vendor drops, enterprise repositories, and old open-source workflows continue to assume an `svn` client.
The official Apache Subversion site says the project was founded in 2000 by CollabNet and positions it as enterprise-class centralized version control. Its original appeal was to be a practical successor to CVS while preserving a simple command-line workflow and a central repository model.
Subversion 1.0 arrived in 2004, and the release-history pages show a long-running 1.x line with compatibility as a major theme. Later releases added working-copy metadata changes, improved HTTP behavior, `svnrdump`, `svn patch`, authz improvements, shelving/checkpointing experiments, and an LTS release cadence.
Apache's front page states that Subversion saw widespread adoption in both open source and corporate use. That adoption explains why package managers still carry a broad Subversion toolset: not just `svn`, but administrative and repository utilities such as `svnadmin`, `svnlook`, `svnsync`, `svnserve`, and dump/filter tools.
Subversion is used to check out, update, commit, branch, tag, serve, inspect, dump, and synchronize centralized repositories. The official quick start emphasizes installing the `svn` client and using it to interact with remote repositories, while the source-code page demonstrates Subversion self-hosting its own source in an Apache SVN repository.
Package nerds care about Subversion because it is a compatibility anchor. Even in a Git-dominated world, packaging `svn` keeps old source fetchers, enterprise workflows, vendor import scripts, and build systems functional. It is also a reminder that package ecosystems preserve operational history, not only fashionable tools.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.subversion/config~/.subversion/servers/etc/subversion/config/etc/subversion/servers%APPDATA%/Subversion/config%APPDATA%/Subversion/serversCredential-bearing paths to review before unattended agent runs.
~/.subversion/auth%APPDATA%/Subversion/authexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
svn | cli | global executable | |
svnadmin | cli | global executable | |
svnbench | cli | global executable | |
svndumpfilter | cli | global executable | |
svnfsfs | cli | global executable | |
svnlook | cli | global executable | |
svnmucc | cli | global executable | |
svnrdump | cli | global executable | |
svnserve | cli | global executable | |
svnsync | cli | global executable | |
svnversion | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://subversion.apache.org/
install metadata
| Package key | brew:subversion |
|---|---|
| Version | 1.14.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/subversion |
| Homepage | https://subversion.apache.org/ |
| Repository | https://svn.apache.org/repos/asf/subversion/trunk |
| Upstream docs | https://subversion.apache.org/docs |
| License | Apache-2.0 |
| Source archive | https://www.apache.org/dyn/closer.lua?path=subversion/subversion-1.14.5.tar.bz2 |
| Last updated | 2026-06-22T14:06:23-07:00 |
| Pulse | updated |
| Dependencies | apache-serf, apr, apr-util, gettext, lz4, utf8proc |
| Build dependencies | gettext, pkgconf, python-setuptools, python@3.14, swig |
| Uses from macOS | expat, sqlite |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | svntools have been installed to: $HOMEBREW_PREFIX/opt/subversion/libexec The perl bindings are located in various subdirectories of: $HOMEBREW_PREFIX/opt/subversion/lib/perl5 |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | subversion |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 4 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libapache2-mod-svn 1.14.5-3
Apache Subversion server modules for Apache httpd
sudo apt install libapache2-mod-svnlibsvn-dev 1.14.5-3
Development files for Apache Subversion libraries
sudo apt install libsvn-devlibsvn-doc 1.14.5-3
Developer documentation for libsvn
sudo apt install libsvn-doclibsvn-java 1.14.5-3
Java bindings for Apache Subversion
sudo apt install libsvn-javalibsvn-perl 1.14.5-3
Perl bindings for Apache Subversion
sudo apt install libsvn-perllibsvn1 1.14.5-3
Shared libraries used by Apache Subversion
sudo apt install libsvn1python3-subversion 1.14.5-3
Python3 bindings for Apache Subversion
sudo apt install python3-subversionruby-svn 1.14.5-3
Ruby bindings for Apache Subversion
sudo apt install ruby-svnsubversion 1.14.5-3
Advanced version control system
sudo apt install subversionsubversion-tools 1.14.5-3
Assorted tools related to Apache Subversion
sudo apt install subversion-toolslibapache2-mod-svn 1.14.3-1build4
Apache Subversion server modules for Apache httpd
sudo apt install libapache2-mod-svnlibsvn-dev 1.14.3-1build4
Development files for Apache Subversion libraries
sudo apt install libsvn-devlibsvn-doc 1.14.3-1build4
Developer documentation for libsvn
sudo apt install libsvn-doclibsvn-java 1.14.3-1build4
Java bindings for Apache Subversion
sudo apt install libsvn-javalibsvn-perl 1.14.3-1build4
Perl bindings for Apache Subversion
sudo apt install libsvn-perllibsvn1 1.14.3-1build4
Shared libraries used by Apache Subversion
sudo apt install libsvn1source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.