svn commit: r1692463 - /subversion/branches/1.9.x/STATUS

2015-07-24 Thread rhuijben
Author: rhuijben Date: Fri Jul 24 08:33:17 2015 New Revision: 1692463 URL: http://svn.apache.org/r1692463 Log: * STATUS: Cast 50% vote. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL:

svn commit: r1692469 - /subversion/trunk/subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb__pre_ruby.h

2015-07-24 Thread rhuijben
Author: rhuijben Date: Fri Jul 24 09:04:02 2015 New Revision: 1692469 URL: http://svn.apache.org/r1692469 Log: Fix compiling the ruby bindings on Visual Studio 2015+ * subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb__pre_ruby.h (HAVE_STRUCT_TIMESPEC): Declare, to avoid duplicate

svn commit: r1692470 - /subversion/trunk/subversion/bindings/swig/include/svn_types.swg

2015-07-24 Thread rhuijben
Author: rhuijben Date: Fri Jul 24 09:20:05 2015 New Revision: 1692470 URL: http://svn.apache.org/r1692470 Log: In the swig ruby binding: Make the digest typemap match the arguments of svn_md5_digest_to_cstring and svn_md5_digest_to_cstring. This fixes a usage of an undefined variable on Windows

svn commit: r1692471 - /subversion/branches/1.9.x/STATUS

2015-07-24 Thread rhuijben
Author: rhuijben Date: Fri Jul 24 09:25:26 2015 New Revision: 1692471 URL: http://svn.apache.org/r1692471 Log: * STATUS: Nominate swig fix. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL:

svn commit: r1692498 - /subversion/branches/svn-mergeinfo-normalizer/tools/client-side/svn-mergeinfo-normalizer/log.c

2015-07-24 Thread stefan2
Author: stefan2 Date: Fri Jul 24 12:59:28 2015 New Revision: 1692498 URL: http://svn.apache.org/r1692498 Log: On the svn-mergeinfo-normalizer branch: * tools/client-side/svn-mergeinfo-normalizer/log.c (in_subtree): Rename the PATH parameter to make its meaning clear. Modified:

svn commit: r1692499 - /subversion/branches/svn-mergeinfo-normalizer/tools/client-side/svn-mergeinfo-normalizer/logic.c

2015-07-24 Thread stefan2
Author: stefan2 Date: Fri Jul 24 13:04:04 2015 New Revision: 1692499 URL: http://svn.apache.org/r1692499 Log: On the svn-mergeinfo-normalizer branch: Fix undefined behavior if --remove-obsolete wasn't specified. * tools/client-side/svn-mergeinfo-normalizer/logic.c (remove_obsolete_line):

svn commit: r1692546 - in /subversion/branches/svn-mergeinfo-normalizer/tools/client-side/svn-mergeinfo-normalizer: logic.c svn-mergeinfo-normalizer.c

2015-07-24 Thread stefan2
Author: stefan2 Date: Fri Jul 24 16:02:42 2015 New Revision: 1692546 URL: http://svn.apache.org/r1692546 Log: On the svn-mergeinfo-normalizer branch: Detect non-recursive ranges. For now, they will prevent branch elision. * tools/client-side/svn-mergeinfo-normalizer/logic.c

svn commit: r1692541 - /subversion/branches/svn-mergeinfo-normalizer/tools/client-side/svn-mergeinfo-normalizer/svn-mergeinfo-normalizer.c

2015-07-24 Thread stefan2
Author: stefan2 Date: Fri Jul 24 15:32:42 2015 New Revision: 1692541 URL: http://svn.apache.org/r1692541 Log: On the svn-mergeinfo-normalizer branch: * tools/client-side/svn-mergeinfo-normalizer/svn-mergeinfo-normalizer.c (svn_min__cmd_table): Extend the docstring for the 'normalize'

svn commit: r1692519 - /subversion/branches/svn-mergeinfo-normalizer/tools/client-side/svn-mergeinfo-normalizer/logic.c

2015-07-24 Thread stefan2
Author: stefan2 Date: Fri Jul 24 13:57:28 2015 New Revision: 1692519 URL: http://svn.apache.org/r1692519 Log: On the svn-mergeinfo-normalizer branch: Enable the m/i normalization code to detect revisions that are implied through the branche's natural history. Don't flag those as missing etc. *

svn commit: r1692502 - /subversion/branches/svn-mergeinfo-normalizer/tools/client-side/svn-mergeinfo-normalizer/wc_mergeinfo.c

2015-07-24 Thread stefan2
Author: stefan2 Date: Fri Jul 24 13:13:42 2015 New Revision: 1692502 URL: http://svn.apache.org/r1692502 Log: On the svn-mergeinfo-normalizer branch: Attache FS path URL info to the working copy mergeinfo. For now, only use that to get a log spanning not only the branches but also the working

svn commit: r1692504 - /subversion/branches/svn-mergeinfo-normalizer/tools/client-side/svn-mergeinfo-normalizer/logic.c

2015-07-24 Thread stefan2
Author: stefan2 Date: Fri Jul 24 13:18:14 2015 New Revision: 1692504 URL: http://svn.apache.org/r1692504 Log: On the svn-mergeinfo-normalizer branch: * tools/client-side/svn-mergeinfo-normalizer/logic.c (remove_lines): Correct commentary. No functional change. Modified:

svn commit: r1692513 - /subversion/branches/1.9.x/STATUS

2015-07-24 Thread danielsh
Author: danielsh Date: Fri Jul 24 13:36:12 2015 New Revision: 1692513 URL: http://svn.apache.org/r1692513 Log: * STATUS: Nominate INSTALL fixes, indicate dependency on py2.7 group. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL:

svn commit: r1692515 - in /subversion/branches/svn-mergeinfo-normalizer/tools/client-side/svn-mergeinfo-normalizer: log.c mergeinfo-normalizer.h

2015-07-24 Thread stefan2
Author: stefan2 Date: Fri Jul 24 13:39:54 2015 New Revision: 1692515 URL: http://svn.apache.org/r1692515 Log: On the svn-mergeinfo-normalizer branch: Add another log scan utility function. This is a mere preparation for the detection of natural branch history. *

svn commit: r1692517 - in /subversion/branches/svn-mergeinfo-normalizer/tools/client-side/svn-mergeinfo-normalizer: logic.c mergeinfo-normalizer.h wc_mergeinfo.c

2015-07-24 Thread stefan2
Author: stefan2 Date: Fri Jul 24 13:49:33 2015 New Revision: 1692517 URL: http://svn.apache.org/r1692517 Log: On the svn-mergeinfo-normalizer branch: Final preparations for the natural branch history detection feature, making the FS paths corresponding to the working copy nodes available in the

svn commit: r1692506 - /subversion/branches/svn-mergeinfo-normalizer/tools/client-side/svn-mergeinfo-normalizer/log.c

2015-07-24 Thread stefan2
Author: stefan2 Date: Fri Jul 24 13:22:52 2015 New Revision: 1692506 URL: http://svn.apache.org/r1692506 Log: On the svn-mergeinfo-normalizer branch: Fix the detection of deleted branches in case the branch got deleted implicitly by deleting some parent path. *

svn commit: r1692508 - in /subversion/branches/svn-mergeinfo-normalizer/tools/client-side/svn-mergeinfo-normalizer: log.c logic.c mergeinfo-normalizer.h

2015-07-24 Thread stefan2
Author: stefan2 Date: Fri Jul 24 13:25:33 2015 New Revision: 1692508 URL: http://svn.apache.org/r1692508 Log: On the svn-mergeinfo-normalizer branch: Remove an unused parameter. * tools/client-side/svn-mergeinfo-normalizer/mergeinfo-normalizer.h (svn_min__find_deletion): Drop the SCRATCH_POOL

svn commit: r1692510 - /subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c

2015-07-24 Thread julianfoad
Author: julianfoad Date: Fri Jul 24 13:26:54 2015 New Revision: 1692510 URL: http://svn.apache.org/r1692510 Log: On the 'move-tracking-2' branch: Remove definition and use of 'flat_branch' data type in svnmover.c, as it was not sufficiently more useful than the 'branch_state' and 'branch_subtree'

svn commit: r1692514 - in /subversion/branches/svn-mergeinfo-normalizer/tools/client-side/svn-mergeinfo-normalizer: log.c mergeinfo-normalizer.h

2015-07-24 Thread stefan2
Author: stefan2 Date: Fri Jul 24 13:37:33 2015 New Revision: 1692514 URL: http://svn.apache.org/r1692514 Log: On the svn-mergeinfo-normalizer branch: Add the copy graph to our local log info. Expose it through a set of internal history API functions. This is a mere preparation for the detection

svn propchange: r1692470 - svn:log

2015-07-24 Thread rhuijben
Author: rhuijben Revision: 1692470 Modified property: svn:log Modified: svn:log at Fri Jul 24 11:44:37 2015 -- --- svn:log (original) +++ svn:log Fri Jul 24 11:44:37 2015 @@ -1,6 +1,6 @@ In the swig ruby binding: Make