Re: Expected speed of commit over HTTP?
From: Philip Martin <philip_at_codematters.co.uk>
Date: Thu, 06 Jul 2017 15:10:50 +0100
Paul Hammant <paul_at_hammant.org> writes:
> I'm making each revision with..
The standard client always sends deltas even for cases like yours where
You can make commits a bit faster by using svnmucc without a working
svnmucc put some/file URL
You can make commits even faster by enabling SVNAutoversioning on the
curl -XPUT @some/file URL
The curl commit will still involve calculating a delta on the server.
On my machine:
dd: 3.3 sec
-- PhilipReceived on 2017-07-06 16:11:12 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.