svn2gitで動かない
668 ワード
subversionを大人数で運用してconflictの雨嵐状態から離脱するためにgitに強制的に移行することになりました。
repositoryを移動するためにsvn2gitの出番ですが、
svn2git http://REPOSV/path/ --verbose --username hoge
だとエラーで落ちる。
どうやらしらべてみると、repositoryがtrunk/branches/tagsのフォルダーわけて運用していることを前提に書かれているらしい。念のために一度生成された.gitフォルダーを消してから、
svn2git http://REPOSV/path/ --verbose --username hoge --trunk='/' --tags='/' --branches='/'
として無事import開始。
ただrevisionが13万とかになっていていつになったらおわることやら……。
Author And Source
この問題について(svn2gitで動かない), 我々は、より多くの情報をここで見つけました https://qiita.com/yuuna/items/9444f125d37e83f2df7e著者帰属:元の著者の情報は、元の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 .