# git-svn-abandon を Homebrew でインストール

git-svn-abandon のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:git-svn-abandon
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install git-svn-abandon
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:git-svn-abandon
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.0.1
- **ソース概要:** History-preserving svn-to-git migration
- **ホームページ:** <https://github.com/nothingmuch/git-svn-abandon>
- **リポジトリ:** <https://github.com/nothingmuch/git-svn-abandon>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- git-svn-abandon-cleanup (エイリアス)
- git-svn-abandon-fix-refs (エイリアス)
- git-svn-abandon-msg-filter (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.0.1
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2009: README links to the author's detailed git-svn-abandon how-to.
- 0.0.1: Homebrew packages the upstream release as git-svn-abandon.

### Related projects

- git-svn-abandon builds on git-svn and points users toward Snerp Vortex and svn2git-style scripts when a repository is too large or complex for its own cleanup scripts.

### ソース

- <https://formulae.brew.sh/formula/git-svn-abandon>
- <https://github.com/nothingmuch/git-svn-abandon#readme>
- <https://raw.githubusercontent.com/nothingmuch/git-svn-abandon/master/README.mkdn>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/git-svn-abandon.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-svn-abandon.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
