macOS
brew install git-svnlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-svn pour les workflows d'agents IA.
installation
brew install git-svnlocal Homebrew formula metadata
sudo apk add git-svnAlpine Linux edge package indexes · git-svn · Source: dl-cdn.alpinelinux.org
sudo apt install git-svnDebian stable package indexes · git-svn · Source: deb.debian.org
sudo dnf install git-svnFedora Rawhide package metadata · git-svn · Source: dl.fedoraproject.org
sudo zypper install git-svnopenSUSE Tumbleweed package metadata · git-svn · Source: download.opensuse.org
aperçu
Bidirectional operation between a Subversion repository and Git
historique
git-svn is Git's built-in bridge for teams that need bidirectional operation between a Subversion repository and a Git repository. It lets a Git checkout track SVN trunk, branches, and tags while still sending commits back with dcommit.
The git-svn manual describes the command as a conduit between Subversion changesets and Git commits. Its design grew around SVN layouts rather than Git remotes alone: users can initialize tracking for standard trunk/branches/tags repositories, customize trunk, tag, and branch paths, and store SVN remote metadata in Git configuration.
git-svn became important during the long migration from centralized Subversion repositories to distributed Git workflows. Package managers often ship it as a separate package from core Git because SVN interoperability brings extra runtime dependencies, making it visible as its own installable tool even though it belongs to the Git source tree.
Practitioners use git svn clone or init plus fetch to import SVN history, rebase local Git work onto new SVN revisions, and dcommit Git commits back to the SVN server. It is also used as a migration tool: teams import a legacy SVN repository into Git, inspect or repair branch/tag mapping, and later stop using SVN once the Git repository becomes authoritative.
The package matters because it captures an interoperability boundary in packaging form. Installing git alone is not always enough for old enterprise repositories; installing git-svn adds the SVN bridge, Perl plumbing, and documentation needed to keep legacy repositories moving while the rest of a toolchain speaks Git.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des 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.
.git/config~/.gitconfig~/.config/git/config/etc/gitconfigexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
git-svn | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:git-svn |
|---|---|
| Version | 2.55.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/git-svn |
| Page d'accueil | https://git-scm.com |
| Dépôt | https://git.kernel.org/pub/scm/git/git.git |
| Docs amont | https://git-scm.com/docs/git-svn |
| Licence | GPL-2.0-or-later |
| Archive source | https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.55.0.tar.xz |
| Dernière mise à jour | 2026-06-29T20:54:54Z |
| Pulse | updated |
| Dépendances | git, subversion |
| Bibliothèques fournies par macOS | perl |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-svn |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
git-svn 1:2.47.3-0+deb13u1
fast, scalable, distributed revision control system (svn interoperability)
sudo apt install git-svngit-svn 1:2.43.0-1ubuntu7
fast, scalable, distributed revision control system (svn interoperability)
sudo apt install git-svngit-svn 2.54.0-r0
Subversion support for git
sudo apk add git-svngit-svn 2.54.0-1.fc45
Git tools for interacting with Subversion repositories
sudo dnf install git-svngit-svn 2.54.0-2.1
Git tools for importing Subversion repositories
sudo zypper install git-svnpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.