macOS
brew install git-svnlocal Homebrew formula metadata
brew
Bidirectional operation between a Subversion repository and Git. Version 2.55.0 via Homebrew; verified 2026-06-29.
install
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
overview
Bidirectional operation between a Subversion repository and Git
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
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.
.git/config~/.gitconfig~/.config/git/config/etc/gitconfigexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-svn | 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.
install metadata
| Package key | brew:git-svn |
|---|---|
| Version | 2.55.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-svn |
| Homepage | https://git-scm.com |
| Repository | https://git.kernel.org/pub/scm/git/git.git |
| Upstream docs | https://git-scm.com/docs/git-svn |
| License | GPL-2.0-or-later |
| Source archive | https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.55.0.tar.xz |
| Last updated | 2026-06-29T20:54:54Z |
| Pulse | updated |
| Dependencies | git, subversion |
| Uses from macOS | perl |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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-svnsource 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.