Subversion からインポートする
一般的な Subversion の環境では、複数のプロジェクトが単一のルートリポジトリに保管されます。 On GitHub, each of these projects will usually map to a separate Git repository for a personal account or organization. 次の� �合、Subversion リポジトリのそれぞれの部分を別々の GitHub リポジトリにインポートすることをおすすめします。
- コラボレーターが、他の部分とは別のプロジェクトの部分をチェックアウトまたはコミットする必要がある� �合
- それぞれの部分にアクセス許可を設定したい� �合
Subversion リポジトリを Git にコンバートするには、これらのツールをおすすめします:
Mercurial からインポートする
Mercurial リポジトリを Git にコンバートするには、 hg-fast-export をおすすめします。
Importing from TFVC
We recommend git-tfs for moving changes between TFVC and Git.
For more information about moving from TFVC (a centralized version control system) to Git, see "Plan your Migration to Git" from the Microsoft docs site.
ヒント: Git へのプロジェクトの変換が完了した後、GitHub にプッシュできます。