既存のツールからコードをインポートまたは変換する
As of July 1, Mercurial repositories are read-only
As of July 1, Mercurial repositories, snippets, and wikis are in read-only mode. After July 8th, 2020 they will no longer be accessible. Learn more
To get your existing code into Bitbucket Cloud quickly from another hosting site or system, Bitbucket provides an importer to grab a repository. This importer works if you have your code in CodePlex, GitHub, Google Code, SourceForge, or another Git-based hosting site. However, if your hosting site doesn't fall into one of these sources or you don't have a URL to enter, you can convert your code to Git.
ホスティング サイトからのインポート
You can import from popular code hosting sites via the Bitbucket importer. When you import code from an external Git repository, the importer simply creates a clone of the repository which is then hosted in Bitbucket.
コードをインポートするには、次の手順を実行します。
- グローバル サイドバーで + をクリックし、新規作成の下のリポジトリを選択します。
- [新しいリポジトリの作成] ページで [リポジトリのインポート] をクリックします。
- インポートするコードのソースを選択します。
ソースに応じて、次の情報を入力します。
ソース 必須情報 CodePlex URL、プロジェクト名、リポジトリ タイプ Git 認証が必要な非公開リポジトリの URL、ユーザー名/パスワードの組み合わせ Mercurial 認証が必要な非公開リポジトリの URL、ユーザー名/パスワードの組み合わせ SourceForge URL、プロジェクト名、リポジトリ タイプ - 新しいリポジトリの名前を入力します。
- リポジトリを公開したい場合は、[これは非公開リポジトリです] のチェックを外します。
- [リポジトリ タイプ] を選択します。
- [詳細設定] を展開し、必要に応じてページの残り部分に記入します。
- [リポジトリのインポート] を押します。
インポートが完了したら、リポジトリをクローンします。
Subversion からの変換
If you have a Subversion repository, you need to convert it to Git first before you can import it to Bitbucket.
Subversion から Git への変換
If you have a Subversion (SVN) repository that you'd like to convert to Git, refer to this guide from our Atlassian experts: Migrate to Git from SVN.