Re: Proposal: new fsfs.conf properties
From: Philip Martin <philip_at_codematters.co.uk>
Date: Thu, 13 Jul 2017 12:48:43 +0100
Philip Martin <philip_at_codematters.co.uk> writes:
> The fact that the create is faster than the update means that if
Even faster is to use curl to talk DAV:
curl -XPOST -H 'Content-Type: application/vnd.svn-skel' -d @post.txt \
which takes 4.3s, more or less the same as the 4.2s curl create.
Note I have cheated here: I knew the txn name in advance while a real
svnmucc is implemented on top of the delta editor, I don't know how easy
-- PhilipReceived on 2017-07-13 13:48:49 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.