svn commit: r1517472 - in /subversion/trunk/subversion/libsvn_ra_serf: ra_serf.h update.c util.c

2013-08-26 Thread ivan
Author: ivan Date: Mon Aug 26 09:15:44 2013 New Revision: 1517472 URL: http://svn.apache.org/r1517472 Log: ra_serf: Remove DAV: headers from GET requests. This decrease outbound traffic during checkout/update by 45%. * subversion/libsvn_ra_serf/ra_serf.h (svn_ra_serf__handler_t): Add

svn commit: r1517474 - in /subversion/branches/fsfs-improvements: ./ build/generator/ subversion/libsvn_client/ subversion/libsvn_fs_x/ subversion/libsvn_ra_serf/ subversion/libsvn_subr/ subversion/te

2013-08-26 Thread stefan2
Author: stefan2 Date: Mon Aug 26 09:21:10 2013 New Revision: 1517474 URL: http://svn.apache.org/r1517474 Log: On the fsfs-improvements branch: Sync with /trunk up to r1517472. No conflicts. Modified: subversion/branches/fsfs-improvements/ (props changed)

Re: svn commit: r1517472 - in /subversion/trunk/subversion/libsvn_ra_serf: ra_serf.h update.c util.c

2013-08-26 Thread Stefan Sperling
On Mon, Aug 26, 2013 at 09:15:45AM -, i...@apache.org wrote: Author: ivan Date: Mon Aug 26 09:15:44 2013 New Revision: 1517472 URL: http://svn.apache.org/r1517472 Log: ra_serf: Remove DAV: headers from GET requests. This decrease outbound traffic during checkout/update by 45%. *

svn commit: r1517478 - /subversion/trunk/subversion/libsvn_ra_serf/util.c

2013-08-26 Thread ivan
Author: ivan Date: Mon Aug 26 09:32:54 2013 New Revision: 1517478 URL: http://svn.apache.org/r1517478 Log: Follow-up to r1517472. * subversion/libsvn_ra_serf/util.c (setup_serf_req): Update comment. Modified: subversion/trunk/subversion/libsvn_ra_serf/util.c Modified:

Re: svn commit: r1517472 - in /subversion/trunk/subversion/libsvn_ra_serf: ra_serf.h update.c util.c

2013-08-26 Thread Ivan Zhakov
Done in r1517478. On Mon, Aug 26, 2013 at 1:27 PM, Stefan Sperling s...@elego.de wrote: On Mon, Aug 26, 2013 at 09:15:45AM -, i...@apache.org wrote: Author: ivan Date: Mon Aug 26 09:15:44 2013 New Revision: 1517472 URL: http://svn.apache.org/r1517472 Log: ra_serf: Remove DAV: headers

Re: svn commit: r1517472 - in /subversion/trunk/subversion/libsvn_ra_serf: ra_serf.h update.c util.c

2013-08-26 Thread Stefan Sperling
On Mon, Aug 26, 2013 at 01:33:04PM +0400, Ivan Zhakov wrote: Done in r1517478. Thanks. But the comment still doesn't explain _why_ GET headers do not need the extra DAV headers. Issue #3255 doesn't mention GET requests anywhere. Can we explain the reason in the comment so that readers of the

svn commit: r1517479 [4/4] - in /subversion/trunk: ./ notes/ subversion/include/ subversion/libsvn_fs/ subversion/libsvn_fs_base/ subversion/libsvn_fs_fs/ subversion/libsvn_fs_x/ subversion/libsvn_rep

2013-08-26 Thread stefan2
Modified: subversion/trunk/subversion/libsvn_fs_fs/tree.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/tree.c?rev=1517479r1=1517478r2=1517479view=diff == ---

svn commit: r1517479 [1/4] - in /subversion/trunk: ./ notes/ subversion/include/ subversion/libsvn_fs/ subversion/libsvn_fs_base/ subversion/libsvn_fs_fs/ subversion/libsvn_fs_x/ subversion/libsvn_rep

2013-08-26 Thread stefan2
Author: stefan2 Date: Mon Aug 26 09:45:36 2013 New Revision: 1517479 URL: http://svn.apache.org/r1517479 Log: Merged branches/fsfs-improvements into /trunk (clean merge). Removed BRANCH-README. Added: subversion/trunk/subversion/libsvn_fs_fs/cached_data.c - copied unchanged from

Re: svn commit: r1517472 - in /subversion/trunk/subversion/libsvn_ra_serf: ra_serf.h update.c util.c

2013-08-26 Thread Ivan Zhakov
On Mon, Aug 26, 2013 at 1:42 PM, Stefan Sperling s...@elego.de wrote: On Mon, Aug 26, 2013 at 01:33:04PM +0400, Ivan Zhakov wrote: Done in r1517478. Thanks. But the comment still doesn't explain _why_ GET headers do not need the extra DAV headers. Issue #3255 doesn't mention GET requests

svn commit: r1517532 - /subversion/trunk/subversion/bindings/swig/ruby/test/test_fs.rb

2013-08-26 Thread stefan2
Author: stefan2 Date: Mon Aug 26 12:55:43 2013 New Revision: 1517532 URL: http://svn.apache.org/r1517532 Log: Fix Ruby tests: Adapt to stricter TXN_ID checks. * subversion/bindings/swig/ruby/test/test_fs.rb (test_transaction): distinuish between malformed and unknown TXN_IDs Modified:

svn commit: r1517733 - in /subversion/trunk/subversion: include/private/svn_file.h libsvn_subr/file.c

2013-08-26 Thread stefan2
Author: stefan2 Date: Mon Aug 26 23:53:19 2013 New Revision: 1517733 URL: http://svn.apache.org/r1517733 Log: Following up on a suggestion by Ivan on @dev about a month ago. This is an initial draft plus completely untested implementation for an SVN file API. Its implementation works around a