macOS
brew install git-svn-abandonlocal Homebrew formula metadata
brew
git-svn-abandon のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install git-svn-abandonlocal Homebrew formula metadata
概要
History-preserving svn-to-git migration
履歴
git-svn-abandon is a small suite of Git extension scripts for turning a git-svn working repository into a plain Git repository after a Subversion migration.
The README frames the project as a workflow for abandoning SVN in favor of Git while keeping a clean history. The documented process starts from a git-svn clone, runs `git svn-abandon-fix-refs`, optionally adds `.git/info/grafts` for merge commits, and then runs `git-svn-abandon-cleanup`.
Adoption evidence is limited to the upstream repository and package-manager presence. Homebrew packages version 0.0.1 and also exposes a HEAD build, reflecting the tool's role as a niche migration helper rather than a broad day-to-day Git workflow package.
Practitioners use it after a git-svn import to convert SVN remote references into normal Git heads and tags, recreate SVN tags as annotated Git tags, remove git-svn-id and SVK message noise, and apply grafts where merge ancestry has to be supplied manually. After cleanup, the README warns that `git svn rebase` can no longer be used against the converted repository.
Its significance is as a fossil of the SVN-to-Git migration era: a packageable set of `git-*` commands that extends Git's subcommand discovery and handles a one-way repository conversion step that core Git intentionally leaves to external tooling.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
git-svn-abandon-cleanup | cli | グローバル実行可能ファイル | |
git-svn-abandon-fix-refs | cli | グローバル実行可能ファイル | |
git-svn-abandon-msg-filter | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/nothingmuch/git-svn-abandon
インストールメタデータ
| パッケージキー | brew:git-svn-abandon |
|---|---|
| バージョン | 0.0.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/git-svn-abandon |
| ホームページ | https://github.com/nothingmuch/git-svn-abandon |
| リポジトリ | https://github.com/nothingmuch/git-svn-abandon |
| 上流ドキュメント | https://github.com/nothingmuch/git-svn-abandon#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/nothingmuch/git-svn-abandon/archive/refs/tags/0.0.1.tar.gz |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-svn-abandon |
| 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 |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.