# Installer subversion avec Homebrew, apk, apt, dnf, MacPorts, pacman, zypper, chocolatey

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de subversion pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:subversion
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install subversion
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install subversion
```

  Preuve: MacPorts ports tree: devel/subversion/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add subversion
```

  Preuve: Alpine Linux edge package indexes: subversion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install subversion
```

  Preuve: Debian stable package indexes: subversion from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install subversion
```

  Preuve: Fedora Rawhide package metadata: subversion from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S subversion
```

  Preuve: Arch Linux sync databases: subversion from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install subversion
```

  Preuve: openSUSE Tumbleweed package metadata: subversion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install svn
```

  Preuve: Chocolatey community package catalog: svn from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','striata-reader'

## Faits du paquet

- **Clé du paquet:** brew:subversion
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.14.5
- **Résumé source:** Version control system designed to be a better CVS
- **Page d'accueil:** <https://subversion.apache.org/>
- **Dépôt:** <https://github.com/apache/subversion>
- **Dernière mise à jour:** 2026-07-13T17:31:48+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- svn (alias)
- svnadmin (alias)
- svnbench (alias)
- svndumpfilter (alias)
- svnfsfs (alias)
- svnlook (alias)
- svnmucc (alias)
- svnrdump (alias)
- svnserve (alias)
- svnsync (alias)
- svnversion (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.14.5
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2000: CollabNet founds the Subversion project.
- 2004: Subversion 1.0 is released.
- 2009: Subversion enters the Apache Incubator era.
- 2010: Subversion becomes an Apache top-level project.
- 2020: Apache Subversion 1.14 becomes the next LTS line after 1.10.

### Related projects

- Subversion was explicitly shaped by CVS-era centralized version-control workflows, and it is commonly contrasted with distributed systems such as Git and Mercurial. On servers it is closely associated with Apache HTTP Server integration through `mod_dav_svn` and with `svnserve`.

### Sources

- Official 1.14 release notes: https://subversion.apache.org/docs/release-notes/1.14
- Official project page: https://subversion.apache.org/
- Official quick start: https://subversion.apache.org/quick-start.html
- Official release history: https://subversion.apache.org/docs/release-notes/release-history.html
- Official source-code page: https://subversion.apache.org/source-code.html


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal


## Configuration and credential file locations

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.


## Configuration files

- Unix: ~/.subversion/config, ~/.subversion/servers, /etc/subversion/config, /etc/subversion/servers
- Windows: %APPDATA%/Subversion/config, %APPDATA%/Subversion/servers

## Credential files

- Unix: ~/.subversion/auth
- Windows: %APPDATA%/Subversion/auth
## Autres enregistrements de gestionnaires de paquets

- Debian apt - libapache2-mod-svn - 1.14.5-3: normalized package name match | Debian stable package indexes: libapache2-mod-svn from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Apache Subversion server modules for Apache httpd | http://subversion.apache.org/
- Debian apt - libsvn-dev - 1.14.5-3: normalized package name match | Debian stable package indexes: libsvn-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development files for Apache Subversion libraries | http://subversion.apache.org/
- Debian apt - libsvn-doc - 1.14.5-3: normalized package name match | Debian stable package indexes: libsvn-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Developer documentation for libsvn | http://subversion.apache.org/
- Debian apt - libsvn-java - 1.14.5-3: normalized package name match | Debian stable package indexes: libsvn-java from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Java bindings for Apache Subversion | http://subversion.apache.org/
- Debian apt - libsvn-perl - 1.14.5-3: normalized package name match | Debian stable package indexes: libsvn-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Perl bindings for Apache Subversion | http://subversion.apache.org/
- Debian apt - libsvn1 - 1.14.5-3: normalized package name match | Debian stable package indexes: libsvn1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Shared libraries used by Apache Subversion | http://subversion.apache.org/
- Debian apt - python3-subversion - 1.14.5-3: normalized package name match | Debian stable package indexes: python3-subversion from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Python3 bindings for Apache Subversion | http://subversion.apache.org/
- Debian apt - ruby-svn - 1.14.5-3: normalized package name match | Debian stable package indexes: ruby-svn from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ruby bindings for Apache Subversion | http://subversion.apache.org/
- Debian apt - subversion - 1.14.5-3: normalized package name match | Debian stable package indexes: subversion from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Advanced version control system | http://subversion.apache.org/
- Debian apt - subversion-tools - 1.14.5-3: normalized package name match | Debian stable package indexes: subversion-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Assorted tools related to Apache Subversion | http://subversion.apache.org/
- Ubuntu apt - libapache2-mod-svn - 1.14.3-1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libapache2-mod-svn from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Apache Subversion server modules for Apache httpd | http://subversion.apache.org/
- Ubuntu apt - libsvn-dev - 1.14.3-1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libsvn-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Development files for Apache Subversion libraries | http://subversion.apache.org/
- Ubuntu apt - libsvn-doc - 1.14.3-1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libsvn-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Developer documentation for libsvn | http://subversion.apache.org/
- Ubuntu apt - libsvn-java - 1.14.3-1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libsvn-java from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Java bindings for Apache Subversion | http://subversion.apache.org/
- Ubuntu apt - libsvn-perl - 1.14.3-1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libsvn-perl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Perl bindings for Apache Subversion | http://subversion.apache.org/
- Ubuntu apt - libsvn1 - 1.14.3-1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: libsvn1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Shared libraries used by Apache Subversion | http://subversion.apache.org/


## Combined YAML source

View the package source record on GitHub. [combined/subversion.yml](https://github.com/mxcl/pkgdb/blob/main/combined/subversion.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
