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_
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.