Mercurial
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#contents
&tag(Mercurial);
* [[Git]]リポジトリへ変換 [#vc0a1a6c]
** ツール [#p4ae632f]
- [[Hg-Git Mercurial Plugin>http://hg-git.github.io/]]
This is the Hg-Git plugin for Mercurial, adding the abil...
- [[frej/fast-export: A mercurial to git converter using ...
On windows the bash that comes with "Git for Windows" is...
** [[Windows]] [#h11be205]
- [[BitbucketのMercurialリポジトリをGitHubのGitリポジトリ...
作業OS: Windows
本内容は、BitbucketのMercurialで管理していたソースコード...
** [[macOS]] [#s5e385b2]
- [[MacでMercurialリポジトリをGitリポジトリに変換する - Q...
この方法では少なくとも、コミットログ(日時・作成者)を維...
- 簡単な移行スクリプト
hg clone ~/path/hg/src hg_repo
cd hg_repo
hg log | grep user:
cd ..
hg convert --authormap authors.txt hg_repo hg_repo_2
git init git_repo
cd git_repo
git config core.ignoreCase false
../hg-fast-export.sh -r ../hg_repo_2
git checkout HEAD
cd ..
* [[macOS]] [#da168c19]
** [[Apache]]連携 [#me554bb4]
- [[HgWebDirStepByStep - Mercurial>http://mercurial.selen...
* 関連 [#f81baaa9]
#taglist(tag=Mercurial)
終了行:
#contents
&tag(Mercurial);
* [[Git]]リポジトリへ変換 [#vc0a1a6c]
** ツール [#p4ae632f]
- [[Hg-Git Mercurial Plugin>http://hg-git.github.io/]]
This is the Hg-Git plugin for Mercurial, adding the abil...
- [[frej/fast-export: A mercurial to git converter using ...
On windows the bash that comes with "Git for Windows" is...
** [[Windows]] [#h11be205]
- [[BitbucketのMercurialリポジトリをGitHubのGitリポジトリ...
作業OS: Windows
本内容は、BitbucketのMercurialで管理していたソースコード...
** [[macOS]] [#s5e385b2]
- [[MacでMercurialリポジトリをGitリポジトリに変換する - Q...
この方法では少なくとも、コミットログ(日時・作成者)を維...
- 簡単な移行スクリプト
hg clone ~/path/hg/src hg_repo
cd hg_repo
hg log | grep user:
cd ..
hg convert --authormap authors.txt hg_repo hg_repo_2
git init git_repo
cd git_repo
git config core.ignoreCase false
../hg-fast-export.sh -r ../hg_repo_2
git checkout HEAD
cd ..
* [[macOS]] [#da168c19]
** [[Apache]]連携 [#me554bb4]
- [[HgWebDirStepByStep - Mercurial>http://mercurial.selen...
* 関連 [#f81baaa9]
#taglist(tag=Mercurial)
ページ名: