假设我创建的git svn clone
如下:
$ mkdir foo
$ cd foo
$ git svn clone -s -r 100:HEAD http://svn.example.com/project
然后我git clone
就像这样:
$ cd ..
$ git clone foo bar
$ cd bar
所以现在bar
以foo
为起点。
如何让bar
跟踪原始SVN服务器? git-svn
手册页提供了原始git svn clone
包含完整修订历史记录的示例,但这似乎并未涵盖原始git svn clone
无法启动的情况来自r1
。当我尝试我所看到的各种内容时,git svn fetch
所做的事情始终是从r1
开始的断开历史记录。