git svn clone fails on Mac OS X: “Temp file with moniker 'svn_delta' already in use”

前端 未结 3 1468
天命终不由人
天命终不由人 2021-02-19 08:37

I\'ve installed git-core (+svn) on my Mac from MacPorts. This has given me:

git-core @1.7.12.2_0+credential_osxkeychain+doc+pcre+python27+svn
subversion @1.7.6_         


        
3条回答
  •  星月不相逢
    2021-02-19 09:13

    Add this setting to your ~/.subversion/servers file:

    [global]
    http-bulk-updates=on
    

    I had this issue on Linux, and saw the above workaround on this thread. I think I ran into this because I forced Alien SVN to build with subversion 1.8 which uses the serf library now instead of neon for https, and apparently git-svn doesn't play nicely with serf.

提交回复
热议问题