macOS
brew install git-svnlocal Homebrew formula metadata
brew
git-svn のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.