svn commit: r1616396 - in /subversion/branches/1.8.x: ./ STATUS subversion/libsvn_repos/load-fs-vtable.c

2014-08-06 Thread svn-role
Author: svn-role Date: Thu Aug 7 04:00:03 2014 New Revision: 1616396 URL: http://svn.apache.org/r1616396 Log: Merge r1616131 from trunk: * r1616131 Make sure all members of the repos layer notify struct are valid by no longer re-using a single instance. Justification: This resolve

svn commit: r1616390 - /subversion/branches/authzperf/subversion/libsvn_repos/authz_parse.c

2014-08-06 Thread brane
Author: brane Date: Thu Aug 7 02:54:29 2014 New Revision: 1616390 URL: http://svn.apache.org/r1616390 Log: On the authzperf branch: Refactor the authz parser a wee bit. * subversion/libsvn_repos/authz_parse.c (add_alias_definition, add_access_entry): New. Factored out from ... (rules_add_val

Re: svn commit: r1589284 - in /subversion/trunk/subversion/libsvn_fs_fs: fs.c hotcopy.c hotcopy.h

2014-08-06 Thread Stefan Fuhrmann
On Mon, Jul 28, 2014 at 2:27 AM, Evgeny Kotkov wrote: > Hi Stefan, > > I recently stumbled upon this changeset and I had some time to review it. > I > think that the things should not be done this way. As I see it, this > change > breaks one fundamental aspect of the non-incremental hotcopy, ad

svn commit: r1616338 - /subversion/trunk/subversion/libsvn_fs_fs/fs.c

2014-08-06 Thread stefan2
Author: stefan2 Date: Wed Aug 6 20:15:43 2014 New Revision: 1616338 URL: http://svn.apache.org/r1616338 Log: Beautify bits of the hotcopying code. * subversion/libsvn_fs_fs/fs.c (uninitialize_fs_struct): New utility function. (fs_hotcopy): Use that new function to make the init/uninit symmet

svn commit: r6061 - in /dev/subversion: subversion-1.8.10.tar.bz2.asc subversion-1.8.10.tar.gz.asc

2014-08-06 Thread philip
Author: philip Date: Wed Aug 6 20:12:19 2014 New Revision: 6061 Log: Sign 1.8.10 for Linux. Modified: dev/subversion/subversion-1.8.10.tar.bz2.asc dev/subversion/subversion-1.8.10.tar.gz.asc Modified: dev/subversion/subversion-1.8.10.tar.bz2.asc =

svn commit: r1616269 - /subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h

2014-08-06 Thread breser
Author: breser Date: Wed Aug 6 16:25:40 2014 New Revision: 1616269 URL: http://svn.apache.org/r1616269 Log: Remove unused and now obsolete macro. * subversion/libsvn_ra_serf/ra_serf.h (UNUSED_CTX): Remove macro, use SVN_UNUSED now instead. Modified: subversion/trunk/subversion/libsvn_ra_s

svn commit: r1616267 - in /subversion/trunk/subversion: bindings/swig/python/libsvn_swig_py/swigutil_py.c libsvn_fs/editor.c libsvn_subr/cache-memcache.c libsvn_subr/utf8proc.c

2014-08-06 Thread breser
Author: breser Date: Wed Aug 6 16:22:01 2014 New Revision: 1616267 URL: http://svn.apache.org/r1616267 Log: Use SVN_UNUSED in some places where already casting to void. * subversion/bindings/wig/python/libsvn_swig_py/swiguilt.py.c (make_ob_pool): Use SVN_UNUSED. * subversion/libsvn_fs/editor.

svn commit: r1616257 - in /subversion/trunk: configure.ac subversion/include/svn_types.h subversion/svn_private_config.hw

2014-08-06 Thread breser
Author: breser Date: Wed Aug 6 15:58:15 2014 New Revision: 1616257 URL: http://svn.apache.org/r1616257 Log: Move SVN_UNUSED into a private header. * subversion/include/svn_types.h (SVN_UNUSED): Remove and move to ... * configure.ac (AH_BOTTOM): to here ... * subversion/svn_private_config.h

svn commit: r1616255 - in /subversion/trunk/subversion: include/svn_types.h libsvn_subr/error.c libsvn_subr/sqlite.c

2014-08-06 Thread breser
Author: breser Date: Wed Aug 6 15:27:08 2014 New Revision: 1616255 URL: http://svn.apache.org/r1616255 Log: Introduce and use SVN_UNUSED. * subversion/include/svn_types.h (SVN_UNUSED): New macro. * subversion/libsvn_subr/error.c (err_abort): Use SVN_UNUSED instead of a bunch of compiler pra

svn commit: r1616254 - /subversion/trunk/subversion/libsvn_subr/sqlite.c

2014-08-06 Thread breser
Author: breser Date: Wed Aug 6 15:09:39 2014 New Revision: 1616254 URL: http://svn.apache.org/r1616254 Log: Revert r1616098 and use a different technique. * subversion/libsvn_subr/sqlite.c (close_apr): Restore the local variable and cast to void to supress the unused warning. Suggested by

svn propchange: r1616098 - svn:log

2014-08-06 Thread breser
Author: breser Revision: 1616098 Modified property: svn:log Modified: svn:log at Wed Aug 6 14:47:53 2014 -- --- svn:log (original) +++ svn:log Wed Aug 6 14:47:53 2014 @@ -1,4 +1,4 @@ * subversion/libsvn_subr/sqlite.c -

svn commit: r1616251 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2014-08-06 Thread philip
Author: philip Date: Wed Aug 6 14:35:58 2014 New Revision: 1616251 URL: http://svn.apache.org/r1616251 Log: * subversion/tests/cmdline/svntest/main.py (create_repos): Don't create the packing post-commit script for old repository formats that don't support packing. Modified: subversion/

svn commit: r1616247 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2014-08-06 Thread philip
Author: philip Date: Wed Aug 6 14:26:33 2014 New Revision: 1616247 URL: http://svn.apache.org/r1616247 Log: * subversion/tests/cmdline/svntest/main.py (TestSpawningThread.run_one): Pass on --fsfs-packing and --fsfs-sharding so that they take effect when used with --parallel. Modified: s

svn commit: r1616230 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2014-08-06 Thread stsp
Author: stsp Date: Wed Aug 6 13:28:34 2014 New Revision: 1616230 URL: http://svn.apache.org/r1616230 Log: * tools/dev/unix-build/Makefile.svn: Update to Python 2.7.8. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn UR

svn commit: r1616228 - in /subversion/branches/javahl-1.8-extensions: ./ subversion/include/svn_version.h

2014-08-06 Thread brane
Author: brane Date: Wed Aug 6 13:19:46 2014 New Revision: 1616228 URL: http://svn.apache.org/r1616228 Log: On the javahl-1.8-extensions branch: Sync with 1.8.x up to r1616227 to bring in post-relese housekeeping changes. Modified: subversion/branches/javahl-1.8-extensions/ (props changed)

svn commit: r1616226 - in /subversion/branches/javahl-1.8-extensions: ./ build/ac-macros/ build/generator/ build/generator/templates/ subversion/bindings/swig/ subversion/bindings/swig/python/tests/ s

2014-08-06 Thread brane
Author: brane Date: Wed Aug 6 13:13:25 2014 New Revision: 1616226 URL: http://svn.apache.org/r1616226 Log: On the javahl-1.8-extensions branch: Bring up to date with the forthcoming 1.8.10 release. Added: subversion/branches/javahl-1.8-extensions/subversion/include/private/svn_cert.h

svn commit: r1616216 - /subversion/branches/1.8.x/STATUS

2014-08-06 Thread brane
Author: brane Date: Wed Aug 6 12:45:27 2014 New Revision: 1616216 URL: http://svn.apache.org/r1616216 Log: * branches/1.8.x/STATUS: Approve r1616131. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/

svn commit: r1616185 - in /subversion/trunk/subversion: libsvn_subr/win32_xlate.c libsvn_wc/workqueue.c

2014-08-06 Thread stsp
Author: stsp Date: Wed Aug 6 12:20:03 2014 New Revision: 1616185 URL: http://svn.apache.org/r1616185 Log: Eradicate atoi() calls. We're not in 1980 anymore. * subversion/libsvn_subr/win32_xlate.c (get_page_id_from_name): Use svn_cstring_atoi(). * subversion/libsvn_wc/workqueue.c (svn_wc__wq

svn commit: r1616174 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2014-08-06 Thread stsp
Author: stsp Date: Wed Aug 6 11:50:54 2014 New Revision: 1616174 URL: http://svn.apache.org/r1616174 Log: * tools/dev/unix-build/Makefile.svn: Update to libmagic 5.19. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn U

svn commit: r1616172 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2014-08-06 Thread stsp
Author: stsp Date: Wed Aug 6 11:45:15 2014 New Revision: 1616172 URL: http://svn.apache.org/r1616172 Log: * tools/dev/unix-build/Makefile.svn: Update to sqlite 3.8.5. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn UR

svn commit: r1616170 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2014-08-06 Thread stsp
Author: stsp Date: Wed Aug 6 11:36:10 2014 New Revision: 1616170 URL: http://svn.apache.org/r1616170 Log: * tools/dev/unix-build/Makefile.svn: Update to APR 1.5.1. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn URL:

svn commit: r1616167 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2014-08-06 Thread stsp
Author: stsp Date: Wed Aug 6 11:27:58 2014 New Revision: 1616167 URL: http://svn.apache.org/r1616167 Log: * tools/dev/unix-build/Makefile.svn: Upgrade to neon 0.30.0. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn UR

svn commit: r1616161 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2014-08-06 Thread stsp
Author: stsp Date: Wed Aug 6 11:18:36 2014 New Revision: 1616161 URL: http://svn.apache.org/r1616161 Log: * tools/dev/unix-build/Makefile.svn: Verify distfiles with SHA256. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/tools/dev/unix-build/Makefile.

svn commit: r1616160 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2014-08-06 Thread stsp
Author: stsp Date: Wed Aug 6 11:16:06 2014 New Revision: 1616160 URL: http://svn.apache.org/r1616160 Log: * tools/dev/unix-build/Makefile.svn: Turns out Oracle is incompetent WRT https. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/tools/dev/unix-bu

svn commit: r1616153 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2014-08-06 Thread stsp
Author: stsp Date: Wed Aug 6 10:32:46 2014 New Revision: 1616153 URL: http://svn.apache.org/r1616153 Log: * tools/dev/unix-build/Makefile.svn: Add a convenience target to fetch distfiles. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/tools/dev/unix

svn commit: r1616152 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2014-08-06 Thread stsp
Author: stsp Date: Wed Aug 6 10:31:33 2014 New Revision: 1616152 URL: http://svn.apache.org/r1616152 Log: * tools/dev/unix-build/Makefile.svn: Fetch distfiles over HTTPS where possible. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/tools/dev/unix-bu

svn commit: r1616135 - /subversion/branches/1.8.x/STATUS

2014-08-06 Thread rhuijben
Author: rhuijben Date: Wed Aug 6 09:22:41 2014 New Revision: 1616135 URL: http://svn.apache.org/r1616135 Log: * STATUS: Following up on r1616132, remove from approved. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL: http://svn.apache.org/viewvc/su

svn commit: r1616132 - /subversion/branches/1.8.x/STATUS

2014-08-06 Thread rhuijben
Author: rhuijben Date: Wed Aug 6 09:00:01 2014 New Revision: 1616132 URL: http://svn.apache.org/r1616132 Log: * STATUS: Nominate r1616131 with stsp's +1 from irc. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL: http://svn.apache.org/viewvc/subvers

svn commit: r1616131 - /subversion/trunk/subversion/libsvn_repos/load-fs-vtable.c

2014-08-06 Thread rhuijben
Author: rhuijben Date: Wed Aug 6 08:54:42 2014 New Revision: 1616131 URL: http://svn.apache.org/r1616131 Log: Stop re-using a single notify struct while loading a repository from a dumpfile. While nice in theory it is easy to forget clearing out variables in the struct, which our bindings then tr