我已经从 MacPorts 在我的 Mac 上安装了 git-core (+svn)。这给了我:
git-core @1.7.12.2_0+credential_osxkeychain+doc+pcre+python27+svn
subversion @1.7.6_2
我正在尝试调用类似以下内容:
git svn clone http://my.svn.com/svn/area/subarea/project -s
输出看起来像这样:
Initialized empty Git repository in /Users/bitwise/work/svn/project/.git/
Using higher level of URL: http://my.svn.com/svn/area/subarea/project => http://my.svn.com/svn/area
A folder/file.txt
A folder/file2.txt
[... some number of files from svn ... ]
A folder44/file0.txt
Temp file with moniker 'svn_delta' already in use at /opt/local/lib/perl5/site_perl/5.12.4/Git.pm line 1024.
我已经完成了通常的搜索,但大多数线程似乎都没有提出明确的解决方案。