Why does “git svn fetch” command seem to be stuck and does nothing?

前端 未结 5 767
时光说笑
时光说笑 2020-12-13 18:28

EDIT: Workaround. Now we understand the issue, here is the solution: do

git svn fetch -r REVISION:HEAD

where REVISION is t

5条回答
  •  借酒劲吻你
    2020-12-13 18:35

    Try adding the --log-window-size=5000 parameter.

    If the repo has a large number of commits, git-svn will go through them 100 at a time by default. Bumping that up can increase its speed tremendously.

提交回复
热议问题