Mac OS X 10.8でSubversionリポジトリをMercurialのリポジトリに変換する
1323 ワード
準備
SubversionとPythonのsubversion bindingをインストール
Homebrewで--python
オプション付きでSubversionをインストールする。このオプションがないとPythonのsubversion bindingがインストールされないので変換できない。
すでに--python
オプション無しでSubversionをインストール済みであればアンインストールしてからインストールし直す。
brew install --python subversion
sudo sh -c 'echo /usr/local/lib/svn-python > /Library/Python/2.7/site-packages/subversion.pth'
convert拡張を利用可能にする
~/.hgrc
に以下の内容を追加
[extensions]
hgext.convert =
変換の実行
hg convert リポジトリURL
hg update
参考
Author And Source
この問題について(Mac OS X 10.8でSubversionリポジトリをMercurialのリポジトリに変換する), 我々は、より多くの情報をここで見つけました https://qiita.com/g_maeda/items/60f57f315851a84a8e5a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .