svn2gitを使用してSVNプロジェクトをgitに変換しました。ブランチ間に関係がないことを除いて、すべてがうまくいきました。各ブランチは同じコミットで始まります(ブランチが独自のコミットを行うポイントまで、マスターと同じSHA1ハッシュ値)。
これはどのように見えるべきかです:
master branch1 branch2
| | |
| | |
| |-------'
| |
|-------'
|
|
|
これが今の様子です:
master branch1 branch2
| | |
| | |
| | |
| | |
| | |
| | | (same commit hash)
| | | (same commit hash)
| | | (same commit hash)
どうすればこれを修正できますか?
ありがとうございました。
ステファン