1
0
mirror of synced 2026-01-08 12:01:53 -05:00
Files
docs/translations/ja-JP/content/github/importing-your-projects-to-github/importing-source-code-to-github/source-code-migration-tools.md
docubot 78edefdd7c New translation batch for ja (#24260)
* Add crowdin translations

* Run script/i18n/homogenize-frontmatter.js

* Run script/i18n/lint-translation-files.js --check parsing

* run script/i18n/reset-files-with-broken-liquid-tags.js --language=ja

* run script/i18n/reset-known-broken-translation-files.js

* Check in ja CSV report

* correct fixture usage

Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2022-01-12 20:18:20 +00:00

2.8 KiB

title, intro, redirect_from, versions, shortTitle
title intro redirect_from versions shortTitle
ソースコード移行ツール 外部ツールを使って、プロジェクトを GitHub に移動できます。
/articles/importing-from-subversion
/articles/source-code-migration-tools
/github/importing-your-projects-to-github/source-code-migration-tools
fpt ghes ghae ghec
* * * *
Code migration tools

{% ifversion fpt or ghec %}

We recommend using GitHub Importer to import projects from Subversion, Mercurial, Team Foundation Version Control (TFVC), or another Git repository. これらの外部ツールを使って、プロジェクトを Git に変換することもできます。

{% endif %}

Subversion からインポートする

一般的な Subversion の環境では、複数のプロジェクトが単一のルートリポジトリに保管されます。 GitHub 上では、一般的に、それぞれのプロジェクトはユーザアカウントや Organization の別々の Git リポジトリにマップします。 次の場合、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.

{% tip %}

参考: Git へのプロジェクトの変換が完了した後、{% data variables.product.prodname_dotcom %} にプッシュできます。

{% endtip %}

{% ifversion fpt or ghec %}

参考リンク

{% endif %}