macOS
brew install git-svnlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-svn in AI-Agent-Workflows.
Installation
brew install git-svnlocal Homebrew formula metadata
sudo apk add git-svnAlpine Linux edge package indexes · git-svn · Quelle: dl-cdn.alpinelinux.org
sudo apt install git-svnDebian stable package indexes · git-svn · Quelle: deb.debian.org
sudo dnf install git-svnFedora Rawhide package metadata · git-svn · Quelle: dl.fedoraproject.org
sudo zypper install git-svnopenSUSE Tumbleweed package metadata · git-svn · Quelle: download.opensuse.org
Überblick
Bidirectional operation between a Subversion repository and Git
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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/gitconfigExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
git-svn | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:git-svn |
|---|---|
| Version | 2.55.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/git-svn |
| Homepage | https://git-scm.com |
| Repository | https://git.kernel.org/pub/scm/git/git.git |
| Upstream-Dokumentation | https://git-scm.com/docs/git-svn |
| Lizenz | GPL-2.0-or-later |
| Quellarchiv | https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.55.0.tar.xz |
| Zuletzt aktualisiert | 2026-06-29T20:54:54Z |
| Pulse | updated |
| Abhängigkeiten | git, subversion |
| Von macOS bereitgestellte Bibliotheken | perl |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-svnQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.