Author: kotkov
Date: Mon Sep 14 15:03:23 2015
New Revision: 1702966
URL: http://svn.apache.org/r1702966
Log:
On the ra_serf-stream-commit branch: Briefly describe what this branch
is about.
* BRANCH-README: New file.
Added:
subversion/branches/ra_serf-stream-commit/BRANCH-README (with props)
Added: subversion/branches/ra_serf-stream-commit/BRANCH-README
URL:
http://svn.apache.org/viewvc/subversion/branches/ra_serf-stream-commit/BRANCH-README?rev=1702966&view=auto
==============================================================================
--- subversion/branches/ra_serf-stream-commit/BRANCH-README (added)
+++ subversion/branches/ra_serf-stream-commit/BRANCH-README Mon Sep 14 15:03:23
2015
@@ -0,0 +1,9 @@
+The purpose of this branch is to see if we can replace the 'send delta to
+file before commit' mechanism with a streaming approach. Streaming would
+allow us to avoid writing (possibly huge) temporary files containing svndiff
+during operations like svn commit and import happening over http:// protocol.
+A quick set of experiments shows that there might be a noticeable overhead
+associated with writing these files, apart from the fact that creating them
+requires a certain amount of disk space.
+
+The branch should be maintained with catch-up merges from trunk.
Propchange: subversion/branches/ra_serf-stream-commit/BRANCH-README
------------------------------------------------------------------------------
svn:eol-style = native