svn commit: r1559737 - /subversion/trunk/subversion/bindings/swig/perl/native/

2014-01-20 Thread stsp
Author: stsp Date: Mon Jan 20 15:25:11 2014 New Revision: 1559737 URL: http://svn.apache.org/r1559737 Log: * subversion/bindings/swig/perl/native: Ignore MYMETA.json. Modified: subversion/trunk/subversion/bindings/swig/perl/native/ (props changed) Propchange:

svn commit: r1559740 - /subversion/trunk/subversion/tests/libsvn_client/

2014-01-20 Thread stsp
Author: stsp Date: Mon Jan 20 15:27:51 2014 New Revision: 1559740 URL: http://svn.apache.org/r1559740 Log: * subversion/tests/libsvn_client: Expand ignore patterns to include any *-test executable; makes mtcc-test disappear from 'svn status' output. Modified:

svn commit: r1559748 - in /subversion/trunk/subversion/libsvn_fs_fs: fs.h fs_fs.c transaction.c

2014-01-20 Thread stefan2
Author: stefan2 Date: Mon Jan 20 15:40:25 2014 New Revision: 1559748 URL: http://svn.apache.org/r1559748 Log: Add an option in fsfs.conf to select the ZLIB compression level that we apply with txdelta to new revisions. For near-incompressible data like office documents, artwork etc, this fully

svn commit: r1559758 - in /subversion/trunk/subversion: include/private/svn_io_private.h libsvn_subr/stream.c libsvn_wc/workqueue.c

2014-01-20 Thread rhuijben
Author: rhuijben Date: Mon Jan 20 16:00:33 2014 New Revision: 1559758 URL: http://svn.apache.org/r1559758 Log: For issue #4450 Windows checkouts much slower then Unix create a private api around installing a file, to prepare for an optimized Windows implementation that reduces a lot of disk IO

svn commit: r1559767 - /subversion/trunk/subversion/libsvn_delta/xdelta.c

2014-01-20 Thread stefan2
Author: stefan2 Date: Mon Jan 20 16:23:15 2014 New Revision: 1559767 URL: http://svn.apache.org/r1559767 Log: Speed up txdelta for non-deltifyable sections. This alone speeds up the commit of a 1GB random data file form 28s to 14s. The idea is to use a fixed-length bit array that tell us

svn commit: r1559777 - in /subversion/trunk/subversion/libsvn_fs_fs: cached_data.c pack.c verify.c

2014-01-20 Thread stefan2
Author: stefan2 Date: Mon Jan 20 16:52:00 2014 New Revision: 1559777 URL: http://svn.apache.org/r1559777 Log: Reduce the lifetime of open revision files within core FSFS routines. Whenever these files are only required in the scope of the routine itself, there is no reason not to close them

svn propchange: r1546695 - svn:log

2014-01-20 Thread breser
Author: breser Revision: 1546695 Modified property: svn:log Modified: svn:log at Mon Jan 20 20:51:44 2014 -- --- svn:log (original) +++ svn:log Mon Jan 20 20:51:44 2014 @@ -1,2 +1,2 @@ *

Re: svn commit: r1547035 - /subversion/trunk/subversion/tests/svn_test_main.c

2014-01-20 Thread Ben Reser
On 12/2/13, 6:46 AM, stef...@apache.org wrote: Author: stefan2 Date: Mon Dec 2 14:46:11 2013 New Revision: 1547035 URL: http://svn.apache.org/r1547035 Log: * subversion/tests/svn_test_main.c (main): Allow for testing compatibility with 1.7 and 1.8. Modified:

Re: svn commit: r1547035 - /subversion/trunk/subversion/tests/svn_test_main.c

2014-01-20 Thread Ben Reser
On 1/20/14, 1:05 PM, Ben Reser wrote: On 12/2/13, 6:46 AM, stef...@apache.org wrote: Author: stefan2 Date: Mon Dec 2 14:46:11 2013 New Revision: 1547035 URL: http://svn.apache.org/r1547035 Log: * subversion/tests/svn_test_main.c (main): Allow for testing compatibility with 1.7 and 1.8.

svn propchange: r1551910 - svn:log

2014-01-20 Thread breser
Author: breser Revision: 1551910 Modified property: svn:log Modified: svn:log at Mon Jan 20 23:23:02 2014 -- --- svn:log (original) +++ svn:log Mon Jan 20 23:23:02 2014 @@ -1,7 +1,7 @@ -In ra serf: decouple the code that

Re: svn propchange: r1551910 - svn:log

2014-01-20 Thread Bert Huijben
I don't think locks.c was removed with this commit. Only some code was removed from it. Bert Sent from Windows Mail From: Ben Reser Sent: ‎Tuesday‎, ‎January‎ ‎21‎, ‎2014 ‎12‎:‎23‎ ‎AM To: commits@subversion.apache.org Author: breser Revision: 1551910 Modified property: svn:log

svn commit: r1559869 - /subversion/trunk/subversion/tests/svn_test_main.c

2014-01-20 Thread stefan2
Author: stefan2 Date: Tue Jan 21 00:59:51 2014 New Revision: 1559869 URL: http://svn.apache.org/r1559869 Log: * subversion/tests/svn_test_main.c (main): Check the version number provided to the test against our current one instead of some fixed value that we need to adjust

Re: svn commit: r1547035 - /subversion/trunk/subversion/tests/svn_test_main.c

2014-01-20 Thread Stefan Fuhrmann
On Mon, Jan 20, 2014 at 10:08 PM, Ben Reser b...@reser.org wrote: On 1/20/14, 1:05 PM, Ben Reser wrote: On 12/2/13, 6:46 AM, stef...@apache.org wrote: Author: stefan2 Date: Mon Dec 2 14:46:11 2013 New Revision: 1547035 URL: http://svn.apache.org/r1547035 Log: *

svn commit: r1559870 - /subversion/trunk/subversion/libsvn_fs_fs/index.c

2014-01-20 Thread stefan2
Author: stefan2 Date: Tue Jan 21 01:08:16 2014 New Revision: 1559870 URL: http://svn.apache.org/r1559870 Log: Prevent out-of-bound array access when the FSFS f7 index information got corrupted. * subversion/libsvn_fs_fs/index.c (get_l2p_header_body): Verify that the index file actually

svn commit: r1559886 - /subversion/trunk/subversion/libsvn_fs_fs/pack.c

2014-01-20 Thread stefan2
Author: stefan2 Date: Tue Jan 21 01:35:07 2014 New Revision: 1559886 URL: http://svn.apache.org/r1559886 Log: Fine-tune our FSFS format7 reordering strategy: Cluster all directory nodes putting them in front of all file nodes. Within these sections, apply the same heuristics as we did before.

svn commit: r1559912 - in /subversion/trunk/subversion: include/ libsvn_fs_fs/ libsvn_fs_util/ libsvn_repos/

2014-01-20 Thread stefan2
Author: stefan2 Date: Tue Jan 21 03:06:00 2014 New Revision: 1559912 URL: http://svn.apache.org/r1559912 Log: Speed up 'svn log -g' to almost the same speed as 'svn log'. Also, provide a basis for speeding up other mergeinfo detection based code. The problem is that svn_fs_path_change2_t used

Re: svn propchange: r1551910 - svn:log

2014-01-20 Thread Ben Reser
On 1/20/14, 3:27 PM, Bert Huijben wrote: I don't think locks.c was removed with this commit. Only some code was removed from it. $ svn-trunk log -c 1551910 -v -q r1551910 | rhuijben | 2013-12-18 03:07:32 -0800 (Wed, 18 Dec

svn propchange: r1555492 - svn:log

2014-01-20 Thread breser
Author: breser Revision: 1555492 Modified property: svn:log Modified: svn:log at Tue Jan 21 07:43:36 2014 -- --- svn:log (original) +++ svn:log Tue Jan 21 07:43:36 2014 @@ -2,4 +2,4 @@ Fix a will not be inlined warning.

svn propchange: r1556343 - svn:log

2014-01-20 Thread breser
Author: breser Revision: 1556343 Modified property: svn:log Modified: svn:log at Tue Jan 21 07:57:22 2014 -- --- svn:log (original) +++ svn:log Tue Jan 21 07:57:22 2014 @@ -1,6 +1,6 @@ *