git-svn clone checkouts wrong repo?

前端 未结 4 1165
醉梦人生
醉梦人生 2020-12-14 00:18

So I am trying to switch to git, by using git-svn. I am having a svn repo called myrepo from which I want to clone just the project called myproject

4条回答
  •  Happy的楠姐
    2020-12-14 00:53

    Meanwhile, I got it working with the usual -s switch:

    git svn clone -s

    I also have a few git-svn references that I want to share:

    1. http://justaddwater.dk/2009/03/09/using-git-for-svn-repositories-workflow/
    2. http://www.viget.com/extend/effectively-using-git-with-subversion/
    3. http://utsl.gen.nz/talks/git-svn/intro.html
    4. http://trac.parrot.org/parrot/wiki/git-svn-tutorial

提交回复
热议问题