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.
私は通常の検索を行いましたが、ほとんどのスレッドは明確な修正を提案せずに終わっているようです.