On 06.07.2013 02:34, Branko Čibej
wrote:
In the meantime, it might be a good idea to relax the restrictions
in git-svn to account for the way the HTTPv2 protocol works.
By the way, this section of the 1.8 release notes is relevant:
http://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted
In 1.8 there is a client-side configuration option called
http-bulk-updates that controls how the client will request data
from the server. It can be set in the ~/.subversion/servers file, or
on the comand-line by the option
--config-option=servers:global:http-bulk-updates=on
or, of course, in the client API context. git-svn should probably do
the latter as a simple workaround.
-- Brane