Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
git-svn を使用して、大きな svn リポジトリの git clone を作成したかったのです。ただし、私の主な問題は、新しいブランチが作成されるたびに、履歴全体が再ダウンロードされることです。「可能性のあるブランチポイントが見つかりました」と、r1 からダウンロードが開始されます ('til 40000...)。すでにフェッチされたコミットをスキップするように git に指示するにはどうすればよいですか (また、なぜそうしなければならないのですか)?
ありがとう、ローリンク