macOS
brew install git-svnlocal Homebrew formula metadata
安装
brew install git-svnlocal Homebrew formula metadata
sudo apk add git-svnAlpine Linux edge package indexes · git-svn · 来源: dl-cdn.alpinelinux.org
sudo apt install git-svnDebian stable package indexes · git-svn · 来源: deb.debian.org
sudo dnf install git-svnFedora Rawhide package metadata · git-svn · 来源: dl.fedoraproject.org
sudo zypper install git-svnopenSUSE Tumbleweed package metadata · git-svn · 来源: download.opensuse.org
概览
Bidirectional operation between a Subversion repository and Git
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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/gitconfig可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
git-svn | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:git-svn |
|---|---|
| 版本 | 2.55.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/git-svn |
| 主页 | https://git-scm.com |
| 仓库 | https://git.kernel.org/pub/scm/git/git.git |
| 上游文档 | https://git-scm.com/docs/git-svn |
| 许可证 | GPL-2.0-or-later |
| 源码归档 | https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.55.0.tar.xz |
| 最后更新 | 2026-06-29T20:54:54Z |
| Pulse | updated |
| 依赖 | git, subversion |
| macOS 提供的库 | perl |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-svn来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.