svn commit: r1665234 - /subversion/trunk/COMMITTERS

2015-03-09 Thread neels
Author: neels Date: Mon Mar 9 13:42:49 2015 New Revision: 1665234 URL: http://svn.apache.org/r1665234 Log: COMMITTERS: Change my email address. Modified: subversion/trunk/COMMITTERS Modified: subversion/trunk/COMMITTERS URL: http://svn.apache.org/viewvc/subversion/trunk/COMMITTERS?rev

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

2013-10-31 Thread neels
Author: neels Date: Thu Oct 31 13:04:58 2013 New Revision: 1537475 URL: http://svn.apache.org/r1537475 Log: * STATUS: Nominate r1525902. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS

svn commit: r1525902 - /subversion/trunk/subversion/libsvn_client/externals.c

2013-09-24 Thread neels
Author: neels Date: Tue Sep 24 14:38:59 2013 New Revision: 1525902 URL: http://svn.apache.org/r1525902 Log: Fix issues #4428 and #4429: external pointing at redirected URL. * subversion/libsvn_client/externals.c (handle_external_item_change): Pass the possibly redirected URL

svn commit: r1525912 - /subversion/branches/1.7.x-issue4428/

2013-09-24 Thread neels
Author: neels Date: Tue Sep 24 14:50:43 2013 New Revision: 1525912 URL: http://svn.apache.org/r1525912 Log: Create backport branch for issues #4428, #4429, i.e. r1525902. Added: subversion/branches/1.7.x-issue4428/ (props changed) - copied from r1525911, subversion/branches/1.7.x

svn commit: r1525914 - /subversion/branches/1.7.x-issue4428/subversion/libsvn_client/externals.c

2013-09-24 Thread neels
Author: neels Date: Tue Sep 24 14:54:47 2013 New Revision: 1525914 URL: http://svn.apache.org/r1525914 Log: Backport r1525902: issues #4428, #4429: external points at redirected URL. * subversion/libsvn_client/externals.c (handle_external_item_change): Pass the possibly redirected URL

svn commit: r1525916 - /subversion/branches/1.7.x/STATUS

2013-09-24 Thread neels
Author: neels Date: Tue Sep 24 15:00:56 2013 New Revision: 1525916 URL: http://svn.apache.org/r1525916 Log: * STATUS: nominate r1525902 (#4428, #4429). Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn commit: r1461624 - /subversion/trunk/tools/hook-scripts/control-chars.py

2013-03-27 Thread neels
Author: neels Date: Wed Mar 27 14:55:36 2013 New Revision: 1461624 URL: http://svn.apache.org/r1461624 Log: Cosmetic tweaks to a hook script. * tools/hook-scripts/control-chars.py: Change top comment into a python doc string. Expand that doc string. Add comment. Replace loop with list

svn commit: r1461810 - /subversion/trunk/subversion/libsvn_repos/commit.c

2013-03-27 Thread neels
Author: neels Date: Wed Mar 27 19:22:57 2013 New Revision: 1461810 URL: http://svn.apache.org/r1461810 Log: Cosmetic. * subversion/libsvn_repos/commit.c (check_cntrl): Rename to... (check_valid_path): ...this. (add_file_or_directory): Move comment to function check_valid_path(). Modified

svn commit: r1414442 - in /subversion/trunk/subversion: include/svn_error_codes.h libsvn_wc/externals.c libsvn_wc/props.c libsvn_wc/wc.h

2012-11-27 Thread neels
Author: neels Date: Tue Nov 27 22:29:23 2012 New Revision: 1414442 URL: http://svn.apache.org/viewvc?rev=1414442view=rev Log: Change implementation of issue #4227: move the svn:externals duplication check from svn_wc_parse_externals_description3() to svn_wc_canonicalize_svn_prop(). Thus, show

svn commit: r1411268 - /subversion/trunk/subversion/libsvn_wc/externals.c

2012-11-19 Thread neels
Author: neels Date: Mon Nov 19 16:02:35 2012 New Revision: 1411268 URL: http://svn.apache.org/viewvc?rev=1411268view=rev Log: Externals parsing optimisation -- waste memory, not execution time. Suggested by: danielsh * subversion/libsvn_wc/externals.c (svn_wc_parse_externals_description3

svn commit: r1411275 - /subversion/trunk/subversion/libsvn_wc/externals.c

2012-11-19 Thread neels
Author: neels Date: Mon Nov 19 16:22:26 2012 New Revision: 1411275 URL: http://svn.apache.org/viewvc?rev=1411275view=rev Log: * subversion/libsvn_wc/externals.c (svn_wc_parse_externals_description3): Proper signedness for LEN. Modified: subversion/trunk/subversion/libsvn_wc/externals.c

svn commit: r1411303 - in /subversion/trunk/subversion: include/svn_error_codes.h include/svn_wc.h libsvn_wc/wc-metadata.sql

2012-11-19 Thread neels
Author: neels Date: Mon Nov 19 16:52:02 2012 New Revision: 1411303 URL: http://svn.apache.org/viewvc?rev=1411303view=rev Log: Cosmetic. * subversion/include/svn_wc.h (svn_wc_external_item2_t): Clarify URL. * subversion/include/svn_error_codes.h: Indent comment. * subversion/libsvn_wc/wc

svn commit: r1409852 - in /subversion/trunk: build.conf subversion/libsvn_wc/externals.c subversion/tests/libsvn_wc/externals-test.c

2012-11-15 Thread neels
Author: neels Date: Thu Nov 15 15:57:05 2012 New Revision: 1409852 URL: http://svn.apache.org/viewvc?rev=1409852view=rev Log: Make svn_wc_parse_externals_description3 behave as described. * subversion/libsvn_wc/externals.c (svn_wc_parse_externals_description3): If DESC is invalid, really do

svn commit: r1409853 - /subversion/trunk/subversion/tests/libsvn_wc/

2012-11-15 Thread neels
Author: neels Date: Thu Nov 15 15:59:34 2012 New Revision: 1409853 URL: http://svn.apache.org/viewvc?rev=1409853view=rev Log: * subversion/tests/libsvn_wc (svn:ignore): Add 'externals-test'. Modified: subversion/trunk/subversion/tests/libsvn_wc/ (props changed) Propchange: subversion

svn propchange: r1409853 - svn:log

2012-11-15 Thread neels
Author: neels Revision: 1409853 Modified property: svn:log Modified: svn:log at Thu Nov 15 16:00:33 2012 -- --- svn:log (original) +++ svn:log Thu Nov 15 16:00:33 2012 @@ -1 +1,2 @@ +Follow-up to r1409852. * subversion

svn commit: r1409875 - in /subversion/trunk: build.conf subversion/tests/libsvn_client/client-test.c subversion/tests/libsvn_wc/ subversion/tests/libsvn_wc/externals-test.c

2012-11-15 Thread neels
Author: neels Date: Thu Nov 15 16:44:52 2012 New Revision: 1409875 URL: http://svn.apache.org/viewvc?rev=1409875view=rev Log: Move the single test in libsvn_wc/externals-test.c over to libsvn_client/client-test.c (and simplify). * subversion/tests/libsvn_wc/externals-test.c, * build.conf

svn commit: r1409879 - /subversion/trunk/subversion/tests/cmdline/svntest/factory.py

2012-11-15 Thread neels
Author: neels Date: Thu Nov 15 16:49:55 2012 New Revision: 1409879 URL: http://svn.apache.org/viewvc?rev=1409879view=rev Log: * subversion/tests/cmdline/svntest/factory.py: tweak, add abs_wc_dir var. Modified: subversion/trunk/subversion/tests/cmdline/svntest/factory.py Modified: subversion

svn commit: r1409883 - in /subversion/trunk/subversion: libsvn_wc/externals.c tests/cmdline/externals_tests.py

2012-11-15 Thread neels
Author: neels Date: Thu Nov 15 16:57:05 2012 New Revision: 1409883 URL: http://svn.apache.org/viewvc?rev=1409883view=rev Log: Implement issue #4227: Externals: Multiple definitions for the same path; limitation: only check for duplicates within the same svn:externals prop. * subversion

svn commit: r1409888 - /subversion/trunk/subversion/tests/cmdline/externals_tests.py

2012-11-15 Thread neels
Author: neels Date: Thu Nov 15 17:20:16 2012 New Revision: 1409888 URL: http://svn.apache.org/viewvc?rev=1409888view=rev Log: * subversion/tests/cmdline/externals_tests.py (duplicate_targets): Fix on windows. Modified: subversion/trunk/subversion/tests/cmdline/externals_tests.py Modified

svn commit: r1410021 - /subversion/trunk/subversion/tests/cmdline/svntest/factory.py

2012-11-15 Thread neels
Author: neels Date: Thu Nov 15 21:20:27 2012 New Revision: 1410021 URL: http://svn.apache.org/viewvc?rev=1410021view=rev Log: * subversion/tests/cmdline/svntest/factory.py: special config for 'svn pg'. Modified: subversion/trunk/subversion/tests/cmdline/svntest/factory.py Modified

svn commit: r1410022 - /subversion/trunk/subversion/tests/cmdline/externals_tests.py

2012-11-15 Thread neels
Author: neels Date: Thu Nov 15 21:22:35 2012 New Revision: 1410022 URL: http://svn.apache.org/viewvc?rev=1410022view=rev Log: * subversion/tests/cmdline/externals_tests.py (duplicate_targets): Blind attempt to fix windows buildbot. Modified: subversion/trunk/subversion/tests/cmdline

svn commit: r1405190 - in /subversion/trunk/subversion: libsvn_client/commit.c tests/cmdline/externals_tests.py

2012-11-02 Thread neels
Author: neels Date: Fri Nov 2 22:26:16 2012 New Revision: 1405190 URL: http://svn.apache.org/viewvc?rev=1405190view=rev Log: Cosmetic. * subversion/libsvn_client/commit.c (append_externals_as_explicit_targets): Fix indent. * subversion/tests/cmdline/externals_tests.py

svn commit: r1404079 - in /subversion/trunk/tools/dev/benchmarks/suite1: benchmark.py run

2012-10-31 Thread neels
Author: neels Date: Wed Oct 31 10:34:16 2012 New Revision: 1404079 URL: http://svn.apache.org/viewvc?rev=1404079view=rev Log: Tweak benchmark suite1. * tools/dev/benchmarks/suite1/benchmark.py: tweak chart title position. * tools/dev/benchmarks/suite1/run: remove a line of output. Modified

svn commit: r1403942 - in /subversion/trunk/tools/dev/benchmarks/suite1: benchmark.py cronjob generate_charts run

2012-10-30 Thread neels
Author: neels Date: Wed Oct 31 00:47:47 2012 New Revision: 1403942 URL: http://svn.apache.org/viewvc?rev=1403942view=rev Log: Tweak and automate benchmark suite1 chart generation. * tools/dev/benchmarks/suite1/benchmark.py: Add 'lastN' keyword, add --title option. Tweak chart arrangement

svn commit: r1403947 - /subversion/trunk/tools/dev/benchmarks/suite1/benchmark.py

2012-10-30 Thread neels
Author: neels Date: Wed Oct 31 01:31:30 2012 New Revision: 1403947 URL: http://svn.apache.org/viewvc?rev=1403947view=rev Log: * tools/dev/benchmarks/suite1/benchmark.py (cmdline_show): fix missing '*'. Modified: subversion/trunk/tools/dev/benchmarks/suite1/benchmark.py Modified: subversion

svn commit: r1403264 - /subversion/trunk/tools/dev/benchmarks/suite1/benchmark.py

2012-10-29 Thread neels
Author: neels Date: Mon Oct 29 12:21:30 2012 New Revision: 1403264 URL: http://svn.apache.org/viewvc?rev=1403264view=rev Log: Tweak benchmark suite1. * tools/dev/benchmarks/suite1/benchmark.py (cmdline_compare): Reverse order on one line of output. (cmdline_chart_compare): Try to make

svn commit: r1403277 - /subversion/trunk/tools/dev/benchmarks/suite1/benchmark.py

2012-10-29 Thread neels
Author: neels Date: Mon Oct 29 12:58:57 2012 New Revision: 1403277 URL: http://svn.apache.org/viewvc?rev=1403277view=rev Log: benchmark suite1: tiny tweak so charts work on svn-qavm, our ASF VM. For some weird reason, choosing edgecolor=none hides all chart bars, and only so on svn-qavm. On my

svn commit: r1403604 - /subversion/trunk/tools/dev/benchmarks/suite1/benchmark.py

2012-10-29 Thread neels
Author: neels Date: Tue Oct 30 01:59:16 2012 New Revision: 1403604 URL: http://svn.apache.org/viewvc?rev=1403604view=rev Log: Tweak benchmark suite1's charts and timings selection capabilities. * tools/dev/benchmarks/suite1/benchmark.py: top: Wade through docs. (bail): New function

svn commit: r1357564 - in /subversion/trunk/tools/dev/benchmarks/suite1: benchmark.py run

2012-07-05 Thread neels
Author: neels Date: Thu Jul 5 11:46:17 2012 New Revision: 1357564 URL: http://svn.apache.org/viewvc?rev=1357564view=rev Log: Revamp benchmarks/suite1, as promised on the hackathon. A slight code bomb. Use an SQLite db to record all timings ever measured. Add capability to generate charts from

svn commit: r1357586 - /subversion/trunk/tools/dev/benchmarks/suite1/run.bat

2012-07-05 Thread neels
Author: neels Date: Thu Jul 5 13:07:12 2012 New Revision: 1357586 URL: http://svn.apache.org/viewvc?rev=1357586view=rev Log: * tools/dev/benchmarks/suite1/run.bat: Mark outdated. Modified: subversion/trunk/tools/dev/benchmarks/suite1/run.bat Modified: subversion/trunk/tools/dev/benchmarks

svn commit: r1357594 - /subversion/trunk/tools/dev/benchmarks/suite1/run

2012-07-05 Thread neels
Author: neels Date: Thu Jul 5 13:24:14 2012 New Revision: 1357594 URL: http://svn.apache.org/viewvc?rev=1357594view=rev Log: * tools/dev/benchmarks/suite1/run: disable debug flag. Modified: subversion/trunk/tools/dev/benchmarks/suite1/run Modified: subversion/trunk/tools/dev/benchmarks

svn commit: r1357981 - in /subversion/trunk/tools/dev/benchmarks/suite1: benchmark.py run

2012-07-05 Thread neels
Author: neels Date: Thu Jul 5 22:44:02 2012 New Revision: 1357981 URL: http://svn.apache.org/viewvc?rev=1357981view=rev Log: Some tweaks on benchmark suite1 and remove/clarify reversing confusion. * tools/dev/benchmarks/suite1/benchmark.py: (do_div, do_diff): Reverse and more clearly name

svn commit: r1312019 - in /subversion/trunk/tools/dev: merge-graph.py mergegraph/mergegraph.py

2012-04-10 Thread neels
Author: neels Date: Tue Apr 10 22:09:28 2012 New Revision: 1312019 URL: http://svn.apache.org/viewvc?rev=1312019view=rev Log: Allow easily saving merge graphs to other file formats than PNG. * tools/dev/mergegraph/mergegraph.py (MergeDot.__init__): Don't save the full target filename, just

svn commit: r1295563 - /subversion/branches/1.7.x/STATUS

2012-03-01 Thread neels
Author: neels Date: Thu Mar 1 13:55:28 2012 New Revision: 1295563 URL: http://svn.apache.org/viewvc?rev=1295563view=rev Log: * STATUS: vote. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x

svn propchange: r1292402 - svn:log

2012-02-29 Thread neels
Author: neels Revision: 1292402 Modified property: svn:log Modified: svn:log at Wed Feb 29 13:02:36 2012 -- --- svn:log (original) +++ svn:log Wed Feb 29 13:02:36 2012 @@ -1,2 +1,8 @@ On the 1.7.x-issue4102 branch, merge

svn commit: r1295145 - /subversion/branches/1.7.x/STATUS

2012-02-29 Thread neels
Author: neels Date: Wed Feb 29 15:13:52 2012 New Revision: 1295145 URL: http://svn.apache.org/viewvc?rev=1295145view=rev Log: STATUS: Vote, approved #4102 fix. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn commit: r1236677 - /subversion/trunk/CHANGES

2012-01-27 Thread neels
Author: neels Date: Fri Jan 27 13:24:40 2012 New Revision: 1236677 URL: http://svn.apache.org/viewvc?rev=1236677view=rev Log: * CHANGES: Note issue #4053 fix under 1.7.3. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc/subversion

svn commit: r1236160 - /subversion/trunk/subversion/tests/cmdline/svntest/factory.py

2012-01-26 Thread neels
Author: neels Date: Thu Jan 26 12:40:54 2012 New Revision: 1236160 URL: http://svn.apache.org/viewvc?rev=1236160view=rev Log: * subversion/tests/cmdline/svntest/factory.py: Do not use '.', use 'wc_dir'. Modified: subversion/trunk/subversion/tests/cmdline/svntest/factory.py Modified

svn commit: r1236163 - /subversion/trunk/subversion/tests/cmdline/externals_tests.py

2012-01-26 Thread neels
Author: neels Date: Thu Jan 26 12:52:21 2012 New Revision: 1236163 URL: http://svn.apache.org/viewvc?rev=1236163view=rev Log: * subversion/tests/cmdline/externals_tests.py (dir_external_with_dash_r_only): New test for issue #4053. Modified: subversion/trunk/subversion/tests/cmdline

svn commit: r1232393 - /subversion/trunk/contrib/server-side/mod_setlocale/README

2012-01-17 Thread neels
Author: neels Date: Tue Jan 17 12:01:42 2012 New Revision: 1232393 URL: http://svn.apache.org/viewvc?rev=1232393view=rev Log: * contrib/server-side/mod_setlocale/README: Explain how to use system default. Modified: subversion/trunk/contrib/server-side/mod_setlocale/README Modified

svn commit: r1232461 - /subversion/trunk/contrib/server-side/mod_setlocale/

2012-01-17 Thread neels
Author: neels Date: Tue Jan 17 16:29:59 2012 New Revision: 1232461 URL: http://svn.apache.org/viewvc?rev=1232461view=rev Log: Delete mod_setlocale, it has moved to http://code.google.com/a/apache-extras.org/p/mod-setlocale/ * contrib/server-side/mod_setlocale, * contrib/server-side/mod_setlocale

svn commit: r1232059 - in /subversion/trunk/contrib/server-side/mod_setlocale: ./ README mod_setlocale.c

2012-01-16 Thread neels
Author: neels Date: Mon Jan 16 16:37:17 2012 New Revision: 1232059 URL: http://svn.apache.org/viewvc?rev=1232059view=rev Log: Add mod_setlocale to contrib. * contrib/server-side/mod_setlocale/mod_setlocale.c, * contrib/server-side/mod_setlocale/README: New files. Patch by: danielsh

svn commit: r1232064 - /subversion/trunk/contrib/server-side/mod_setlocale/README

2012-01-16 Thread neels
Author: neels Date: Mon Jan 16 17:01:41 2012 New Revision: 1232064 URL: http://svn.apache.org/viewvc?rev=1232064view=rev Log: * contrib/server-side/mod_setlocale/README: Add UTF-8 hint, and slight tweak. Modified: subversion/trunk/contrib/server-side/mod_setlocale/README Modified

svn commit: r1232085 - /subversion/trunk/contrib/server-side/mod_setlocale/mod_setlocale.c

2012-01-16 Thread neels
Author: neels Date: Mon Jan 16 18:08:13 2012 New Revision: 1232085 URL: http://svn.apache.org/viewvc?rev=1232085view=rev Log: * contrib/server-side/mod_setlocale/mod_setlocale.c (setlocale_post_config): Disallow a set_ctype of NULL, use instead. Found by: philip Modified: subversion/trunk

svn commit: r1209631 - /subversion/trunk/subversion/svn/main.c

2011-12-02 Thread neels
Author: neels Date: Fri Dec 2 18:39:47 2011 New Revision: 1209631 URL: http://svn.apache.org/viewvc?rev=1209631view=rev Log: * subversion/svn/main.c: Fully review and semi-automatically re-line-break the 'svn help merge' text. Fix another typo. Revamp the 2-URL merge example

svn commit: r1208840 - /subversion/trunk/subversion/svn/main.c

2011-11-30 Thread neels
Author: neels Date: Wed Nov 30 22:18:45 2011 New Revision: 1208840 URL: http://svn.apache.org/viewvc?rev=1208840view=rev Log: * subversion/svn/main.c (svn_cl__cmd_table): Fix 'merge' cmdline help: ascii art indentation (x2), stick with 'cherry-pick' vs. 'cherry-picking' (x2), 'a' should

svn commit: r1198765 - in /subversion/trunk/subversion: include/ include/private/ libsvn_client/ libsvn_wc/ svn/ tests/cmdline/

2011-11-07 Thread neels
Author: neels Date: Mon Nov 7 15:03:59 2011 New Revision: 1198765 URL: http://svn.apache.org/viewvc?rev=1198765view=rev Log: Introduce the commit argument --include-externals. Most prominent changes: - File externals are no longer committed by default. - When option --include-externals

svn commit: r1198779 - /subversion/trunk/CHANGES

2011-11-07 Thread neels
Author: neels Date: Mon Nov 7 15:29:28 2011 New Revision: 1198779 URL: http://svn.apache.org/viewvc?rev=1198779view=rev Log: * CHANGES: Add 'commit --include-externals' to 1.8 section. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc

svn commit: r1198782 - /subversion/trunk/subversion/tests/cmdline/externals_tests.py

2011-11-07 Thread neels
Author: neels Date: Mon Nov 7 15:39:05 2011 New Revision: 1198782 URL: http://svn.apache.org/viewvc?rev=1198782view=rev Log: Follow-up to r1198765: fix test failure on windoze. * subversion/tests/cmdline/externals_tests.py (include_externals): Use proper path separator in EXPECTED_STDOUT

svn commit: r1196549 - /subversion/trunk/tools/dev/benchmarks/suite1/cronjob

2011-11-02 Thread neels
Author: neels Date: Wed Nov 2 11:53:26 2011 New Revision: 1196549 URL: http://svn.apache.org/viewvc?rev=1196549view=rev Log: * tools/dev/benchmarks/suite1/cronjob: path tweak. Modified: subversion/trunk/tools/dev/benchmarks/suite1/cronjob Modified: subversion/trunk/tools/dev/benchmarks

svn commit: r1196606 - /subversion/trunk/tools/dev/benchmarks/suite1/run

2011-11-02 Thread neels
Author: neels Date: Wed Nov 2 14:37:55 2011 New Revision: 1196606 URL: http://svn.apache.org/viewvc?rev=1196606view=rev Log: * tools/dev/benchmarks/suite1/run: Remove obsolete 'if', add disclaimer. Modified: subversion/trunk/tools/dev/benchmarks/suite1/run Modified: subversion/trunk/tools

svn commit: r1185148 - /subversion/trunk/tools/dev/benchmarks/suite1/cronjob

2011-10-17 Thread neels
Author: neels Date: Mon Oct 17 13:06:00 2011 New Revision: 1185148 URL: http://svn.apache.org/viewvc?rev=1185148view=rev Log: * tools/dev/benchmarks/suite1/cronjob: set to non-maintainer mode, comments. Modified: subversion/trunk/tools/dev/benchmarks/suite1/cronjob Modified: subversion

svn commit: r1185153 - /subversion/trunk/tools/dev/benchmarks/suite1/benchmark.py

2011-10-17 Thread neels
Author: neels Date: Mon Oct 17 13:17:04 2011 New Revision: 1185153 URL: http://svn.apache.org/viewvc?rev=1185153view=rev Log: * tools/dev/benchmarks/suite1/benchmark.py: add 'info -R' calls. Modified: subversion/trunk/tools/dev/benchmarks/suite1/benchmark.py Modified: subversion/trunk/tools

svn commit: r1185204 - in /subversion/trunk/tools/dev/benchmarks/suite1: benchmark.py run

2011-10-17 Thread neels
Author: neels Date: Mon Oct 17 14:28:09 2011 New Revision: 1185204 URL: http://svn.apache.org/viewvc?rev=1185204view=rev Log: Tweak benchmark suite1 for easier result reading. * tools/dev/benchmarks/suite1/benchmark.py: Less verbosity by default. * tools/dev/benchmarks/suite1/run: Show overall

svn commit: r1182363 - /subversion/site/publish/index.html

2011-10-12 Thread neels
Author: neels Date: Wed Oct 12 13:46:30 2011 New Revision: 1182363 URL: http://svn.apache.org/viewvc?rev=1182363view=rev Log: * publish/index.html (news-20111011): Tweak wording as in r1182361. Modified: subversion/site/publish/index.html Modified: subversion/site/publish/index.html URL

svn commit: r1182374 - /subversion/trunk/tools/dist/templates/stable-news.ezt

2011-10-12 Thread neels
Author: neels Date: Wed Oct 12 13:57:25 2011 New Revision: 1182374 URL: http://svn.apache.org/viewvc?rev=1182374view=rev Log: * tools/dist/templates/stable-news.ezt: Tweak release template. Modified: subversion/trunk/tools/dist/templates/stable-news.ezt Modified: subversion/trunk/tools/dist

svn propchange: r1180771 - svn:log

2011-10-10 Thread neels
Author: neels Revision: 1180771 Modified property: svn:log Modified: svn:log at Mon Oct 10 12:20:44 2011 -- --- svn:log (original) +++ svn:log Mon Oct 10 12:20:44 2011 @@ -1,18 +1,8 @@ -Below changes fix 12 license header

Re: svn commit: r1180771 - in /subversion/trunk/tools: client-side/mergeinfo-sanitizer.py dev/benchmarks/suite1/cronjob dist/rat-excludes

2011-10-10 Thread Neels J Hofmeyr
I took the liberty to tweak the log message -- I hope that's ok with you, Gavin! ~Neels On 10/10/2011 05:14 AM, gmcdon...@apache.org wrote: Author: gmcdonald Date: Mon Oct 10 03:14:49 2011 New Revision: 1180771 URL: http://svn.apache.org/viewvc?rev=1180771view=rev Log: Below changes fix

svn commit: r1177623 - /subversion/branches/1.7.x/STATUS

2011-09-30 Thread neels
Author: neels Date: Fri Sep 30 12:26:26 2011 New Revision: 1177623 URL: http://svn.apache.org/viewvc?rev=1177623view=rev Log: * ../branches/1.7.x/STATUS: Backpaddle on nomination for r1173574 group. It is not clarified whether these revisions break upgrade_tests.py 2 on win, and progress

svn commit: r1174582 - /subversion/trunk/subversion/libsvn_wc/status.c

2011-09-23 Thread neels
Author: neels Date: Fri Sep 23 08:20:00 2011 New Revision: 1174582 URL: http://svn.apache.org/viewvc?rev=1174582view=rev Log: Follow-up to r1171353. * subversion/libsvn_wc/status.c (one_child_status): Use correct node kind const. No functional change expected, since by coincidence

svn propchange: r1174139 - svn:log

2011-09-23 Thread neels
Author: neels Revision: 1174139 Modified property: svn:log Modified: svn:log at Fri Sep 23 08:34:44 2011 -- --- svn:log (original) +++ svn:log Fri Sep 23 08:34:44 2011 @@ -1,3 +1,4 @@ +-- This was reverted in r1174166

svn commit: r1174612 - /subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

2011-09-23 Thread neels
Author: neels Date: Fri Sep 23 09:30:18 2011 New Revision: 1174612 URL: http://svn.apache.org/viewvc?rev=1174612view=rev Log: * subversion/libsvn_wc/wc-metadata.sql (format-99): Add a todo comment. Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Modified: subversion/trunk

svn commit: r1174625 - /subversion/branches/1.7.x/STATUS

2011-09-23 Thread neels
Author: neels Date: Fri Sep 23 09:52:09 2011 New Revision: 1174625 URL: http://svn.apache.org/viewvc?rev=1174625view=rev Log: * ../branches/1.7.x/STATUS: Remove premature nomination of r1174342 :/ Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL

svn commit: r1174693 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/cleanup.c libsvn_client/externals.c libsvn_wc/externals.c

2011-09-23 Thread neels
Author: neels Date: Fri Sep 23 12:17:24 2011 New Revision: 1174693 URL: http://svn.apache.org/viewvc?rev=1174693view=rev Log: Follow-up to r1174342. Fix some errors around relative externals URLs during upgrade, and around checked out WCs at an external's target path which don't match

svn commit: r1174699 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

2011-09-23 Thread neels
Author: neels Date: Fri Sep 23 12:28:52 2011 New Revision: 1174699 URL: http://svn.apache.org/viewvc?rev=1174699view=rev Log: Remove stuff obsoleted by r1174342, r1174693. * subversion/libsvn_wc/wc_db.c (svn_wc__db_upgrade_apply_props): Remove loop adding rows to EXTERNALS table. After above

svn commit: r1174714 - /subversion/branches/1.7.x-i4016/

2011-09-23 Thread neels
Author: neels Date: Fri Sep 23 12:51:22 2011 New Revision: 1174714 URL: http://svn.apache.org/viewvc?rev=1174714view=rev Log: * ../branches/1.7.x-i4016: Create backport branch for issue #4016. Added: subversion/branches/1.7.x-i4016/ (props changed) - copied from r1174713, subversion

svn commit: r1174721 - in /subversion/branches/1.7.x-i4016: ./ subversion/libsvn_client/externals.c

2011-09-23 Thread neels
Author: neels Date: Fri Sep 23 12:59:30 2011 New Revision: 1174721 URL: http://svn.apache.org/viewvc?rev=1174721view=rev Log: Merge r1173574 from trunk. Cosmetic change to a function that is going to be moved in r1174693. * subversion/libsvn_client/externals.c (resolve_relative_external_url

svn commit: r1174725 - in /subversion/branches/1.7.x-i4016: ./ subversion/include/private/svn_wc_private.h subversion/libsvn_client/cleanup.c subversion/libsvn_wc/upgrade.c subversion/libsvn_wc/wc_db.

2011-09-23 Thread neels
Author: neels Date: Fri Sep 23 13:02:22 2011 New Revision: 1174725 URL: http://svn.apache.org/viewvc?rev=1174725view=rev Log: Merge r1174342, part one of issue #4016 fix. Issue #4016. Try to find proper URL information on externals during upgrade. Do this after the entire upgrade ran through

svn commit: r1174732 - in /subversion/branches/1.7.x-i4016: ./ subversion/include/private/svn_wc_private.h subversion/libsvn_client/cleanup.c subversion/libsvn_client/externals.c subversion/libsvn_wc/

2011-09-23 Thread neels
Author: neels Date: Fri Sep 23 13:11:21 2011 New Revision: 1174732 URL: http://svn.apache.org/viewvc?rev=1174732view=rev Log: Merge r1174693, part two of issue #4016 fix. Resolve a text conflict to theirs-conflict because of indentation mismatch (caused by a cosmetic change from r1169770

svn commit: r1174735 - in /subversion/branches/1.7.x-i4016: ./ subversion/libsvn_wc/wc-queries.sql subversion/libsvn_wc/wc_db.c

2011-09-23 Thread neels
Author: neels Date: Fri Sep 23 13:13:40 2011 New Revision: 1174735 URL: http://svn.apache.org/viewvc?rev=1174735view=rev Log: Merge r1174699, removing stuff obsoleted by the previous two merged revisions. Remove stuff obsoleted by r1174342, r1174693. * subversion/libsvn_wc/wc_db.c

svn commit: r1174774 - /subversion/branches/1.7.x/STATUS

2011-09-23 Thread neels
Author: neels Date: Fri Sep 23 14:01:04 2011 New Revision: 1174774 URL: http://svn.apache.org/viewvc?rev=1174774view=rev Log: * ../branches/1.7.x/STATUS: Nominate r1173574, r1174342, r1174693, r1174699. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS

svn commit: r1174051 - in /subversion/trunk/subversion: libsvn_client/cleanup.c libsvn_subr/dirent_uri.c

2011-09-22 Thread neels
Author: neels Date: Thu Sep 22 10:53:37 2011 New Revision: 1174051 URL: http://svn.apache.org/viewvc?rev=1174051view=rev Log: Fix a segfault in upgrade code. * subversion/libsvn_client/cleanup.c (fetch_repos_info): Pass a scratch pool. * subversion/libsvn_subr/dirent_uri.c (svn_uri__is_child

svn commit: r1174052 - /subversion/branches/1.7.x/STATUS

2011-09-22 Thread neels
Author: neels Date: Thu Sep 22 10:56:38 2011 New Revision: 1174052 URL: http://svn.apache.org/viewvc?rev=1174052view=rev Log: * ../branches/1.7.x/STATUS: Nominate r1174051. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org

svn commit: r1174065 - /subversion/branches/1.7.x/STATUS

2011-09-22 Thread neels
Author: neels Date: Thu Sep 22 11:24:44 2011 New Revision: 1174065 URL: http://svn.apache.org/viewvc?rev=1174065view=rev Log: * ../branches/1.7.x/STATUS: Add r1174060 to r1174051, keeping philip's vote, got permission on IRC. Modified: subversion/branches/1.7.x/STATUS Modified

svn commit: r1174066 - /subversion/branches/1.7.x/STATUS

2011-09-22 Thread neels
Author: neels Date: Thu Sep 22 11:27:21 2011 New Revision: 1174066 URL: http://svn.apache.org/viewvc?rev=1174066view=rev Log: * ../branches/1.7.x/STATUS: Add a vote for Bert (from IRC) and approve. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL

svn commit: r1174139 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/cleanup.c libsvn_wc/upgrade.c libsvn_wc/wc_db.c libsvn_wc/wc_db.h

2011-09-22 Thread neels
Author: neels Date: Thu Sep 22 13:51:12 2011 New Revision: 1174139 URL: http://svn.apache.org/viewvc?rev=1174139view=rev Log: Try to find proper URL information on externals during upgrade. Do this only after the existing prop upgrade ran through, as repository information is easiest to obtain

svn commit: r1174166 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/cleanup.c libsvn_wc/upgrade.c libsvn_wc/wc_db.c libsvn_wc/wc_db.h

2011-09-22 Thread neels
Author: neels Date: Thu Sep 22 14:40:25 2011 New Revision: 1174166 URL: http://svn.apache.org/viewvc?rev=1174166view=rev Log: Revert r1174139. (No time to fix right now, unbreak the buildbots until then.) Modified: subversion/trunk/subversion/include/private/svn_wc_private.h subversion

svn commit: r1174342 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/cleanup.c libsvn_wc/upgrade.c libsvn_wc/wc_db.c libsvn_wc/wc_db.h

2011-09-22 Thread neels
Author: neels Date: Thu Sep 22 19:38:09 2011 New Revision: 1174342 URL: http://svn.apache.org/viewvc?rev=1174342view=rev Log: Issue #4016. Try to find proper URL information on externals during upgrade. Do this after the entire upgrade ran through, as repository information is easiest to obtain

svn commit: r1174355 - /subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

2011-09-22 Thread neels
Author: neels Date: Thu Sep 22 20:02:15 2011 New Revision: 1174355 URL: http://svn.apache.org/viewvc?rev=1174355view=rev Log: * subversion/libsvn_wc/wc-metadata.sql (format-99): Add a todo comment. Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Modified: subversion/trunk

svn propchange: r1174060 - svn:log

2011-09-22 Thread neels
Author: neels Revision: 1174060 Modified property: svn:log Modified: svn:log at Thu Sep 22 22:12:27 2011 -- --- svn:log (original) +++ svn:log Thu Sep 22 22:12:27 2011 @@ -1,2 +1,3 @@ -Follow-up to r1174052, return value

svn commit: r1173574 - /subversion/trunk/subversion/libsvn_client/externals.c

2011-09-21 Thread neels
Author: neels Date: Wed Sep 21 11:30:31 2011 New Revision: 1173574 URL: http://svn.apache.org/viewvc?rev=1173574view=rev Log: * subversion/libsvn_client/externals.c (resolve_relative_external_url): Comment. Modified: subversion/trunk/subversion/libsvn_client/externals.c Modified: subversion

svn commit: r1172773 - /subversion/trunk/subversion/svn/schema/status.rnc

2011-09-19 Thread neels
Author: neels Date: Mon Sep 19 19:46:04 2011 New Revision: 1172773 URL: http://svn.apache.org/viewvc?rev=1172773view=rev Log: Follow-up to r1172411, update schema. * subversion/svn/schema/status.rnc: Add moved-from/moved-to attributes. Found by: hwright Modified: subversion/trunk/subversion

svn commit: r1172400 - /subversion/trunk/subversion/libsvn_wc/status.c

2011-09-18 Thread neels
Author: neels Date: Mon Sep 19 00:40:51 2011 New Revision: 1172400 URL: http://svn.apache.org/viewvc?rev=1172400view=rev Log: Follow-up to r1171353 -- it caused certain absent nodes to be dropped from status. Fixes the FAIL for authz_tests.py 18 over other than ra_local. * subversion/libsvn_wc

svn commit: r1172407 - /subversion/trunk/subversion/svn/status.c

2011-09-18 Thread neels
Author: neels Date: Mon Sep 19 01:26:00 2011 New Revision: 1172407 URL: http://svn.apache.org/viewvc?rev=1172407view=rev Log: * subversion/svn/status.c (print_status): Cosmetic, remove tiny code dup. Modified: subversion/trunk/subversion/svn/status.c Modified: subversion/trunk/subversion

svn commit: r1172411 - /subversion/trunk/subversion/svn/status.c

2011-09-18 Thread neels
Author: neels Date: Mon Sep 19 01:37:21 2011 New Revision: 1172411 URL: http://svn.apache.org/viewvc?rev=1172411view=rev Log: Add moved-to/-from to status --xml. (Follow-up to r1157292.) * subversion/svn/status.c (svn_cl__print_status_xml): Add two attributes 'wc-status moved-from=relpath

svn propchange: r1157292 - svn:log

2011-09-18 Thread neels
Author: neels Revision: 1157292 Modified property: svn:log Modified: svn:log at Mon Sep 19 01:39:44 2011 -- --- svn:log (original) +++ svn:log Mon Sep 19 01:39:44 2011 @@ -1,4 +1,5 @@ Show moved-to and moved-from

svn commit: r1171351 - /subversion/trunk/subversion/libsvn_wc/status.c

2011-09-15 Thread neels
Author: neels Date: Fri Sep 16 01:26:38 2011 New Revision: 1171351 URL: http://svn.apache.org/viewvc?rev=1171351view=rev Log: Cosmetic, take an indent out of an upcoming patch. * subversion/libsvn_wc/status.c (one_child_status): Collapse nested if. Modified: subversion/trunk/subversion

svn commit: r1171353 - /subversion/trunk/subversion/libsvn_wc/status.c

2011-09-15 Thread neels
Author: neels Date: Fri Sep 16 01:40:24 2011 New Revision: 1171353 URL: http://svn.apache.org/viewvc?rev=1171353view=rev Log: Follow up to r1171196: refine around unversioned tree conflicted nodes. * subversion/libsvn_wc/status.c (one_child_status): Rename TREE_CONFLICTED

svn commit: r1170614 - /subversion/branches/1.7.x/STATUS

2011-09-14 Thread neels
Author: neels Date: Wed Sep 14 13:36:16 2011 New Revision: 1170614 URL: http://svn.apache.org/viewvc?rev=1170614view=rev Log: * STATUS: Indent. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x

svn commit: r1169717 - /subversion/trunk/subversion/libsvn_wc/wc-queries.sql

2011-09-12 Thread neels
Author: neels Date: Mon Sep 12 12:44:08 2011 New Revision: 1169717 URL: http://svn.apache.org/viewvc?rev=1169717view=rev Log: Follow-up to r1167616. * subversion/libsvn_wc/wc-queries.sql (STMT_SELECT_NODE_CHILDREN_INFO): Properly select FILE_EXTERNAL as boolean. Modified: subversion/trunk

Re: svn commit: r1167616 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_client/status.c libsvn_wc/status.c libsvn_wc/wc-queries.sql libsvn_wc/wc_db.c libsvn_wc/wc_db.h

2011-09-12 Thread Neels J Hofmeyr
for it as Boolean use 'file_external IS NULL' in the query. r1169717. I even know that, no idea why I committed like this. Thanks! ~Neels signature.asc Description: OpenPGP digital signature

svn propchange: r1169717 - svn:log

2011-09-12 Thread neels
Author: neels Revision: 1169717 Modified property: svn:log Modified: svn:log at Mon Sep 12 12:53:22 2011 -- --- svn:log (original) +++ svn:log Mon Sep 12 12:53:22 2011 @@ -2,3 +2,5 @@ Follow-up to r1167616

svn commit: r1169770 - in /subversion/trunk/subversion/libsvn_client: cmdline.c copy.c externals.c merge.c update.c

2011-09-12 Thread neels
Author: neels Date: Mon Sep 12 14:34:39 2011 New Revision: 1169770 URL: http://svn.apache.org/viewvc?rev=1169770view=rev Log: Cosmetic. * subversion/libsvn_client/cmdline.c (check_root_url_of_target): Whitespace typo. * subversion/libsvn_client/copy.c (try_copy): Comment, move-copy

svn commit: r1167128 - /subversion/branches/1.7.x/STATUS

2011-09-09 Thread neels
Author: neels Date: Fri Sep 9 12:27:22 2011 New Revision: 1167128 URL: http://svn.apache.org/viewvc?rev=1167128view=rev Log: * STATUS: include r1167062 in my vote. Tweak two if my conflicts descriptions. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS

svn propchange: r1167109 - svn:log

2011-09-09 Thread neels
Author: neels Revision: 1167109 Modified property: svn:log Modified: svn:log at Fri Sep 9 13:26:23 2011 -- --- svn:log (original) +++ svn:log Fri Sep 9 13:26:23 2011 @@ -3,5 +3,5 @@ understand in issue 4012

svn commit: r1167189 - /subversion/branches/1.7.x/STATUS

2011-09-09 Thread neels
Author: neels Date: Fri Sep 9 14:11:17 2011 New Revision: 1167189 URL: http://svn.apache.org/viewvc?rev=1167189view=rev Log: * STATUS: Vote. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x

svn commit: r1167272 - /subversion/branches/1.7.x/STATUS

2011-09-09 Thread neels
Author: neels Date: Fri Sep 9 16:11:54 2011 New Revision: 1167272 URL: http://svn.apache.org/viewvc?rev=1167272view=rev Log: * STATUS: Nominate r1167269. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn commit: r1166492 - /subversion/branches/1.7.x/STATUS

2011-09-07 Thread neels
Author: neels Date: Thu Sep 8 01:15:53 2011 New Revision: 1166492 URL: http://svn.apache.org/viewvc?rev=1166492view=rev Log: * STATUS: Shrink my nomination (#4000 isn't fully fixed yet). Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL: http

svn commit: r1166500 - /subversion/trunk/subversion/libsvn_wc/wc-queries.sql

2011-09-07 Thread neels
Author: neels Date: Thu Sep 8 02:19:54 2011 New Revision: 1166500 URL: http://svn.apache.org/viewvc?rev=1166500view=rev Log: Follow-up to issue #4000. When WC-WC copying dirs with file externals, don't create incomplete nodes in the copy target at the paths corresponding to checked out file

svn commit: r1166502 - /subversion/branches/1.7.x-issue4k/

2011-09-07 Thread neels
Author: neels Date: Thu Sep 8 02:25:18 2011 New Revision: 1166502 URL: http://svn.apache.org/viewvc?rev=1166502view=rev Log: * ../branches/1.7.x-issue4k: New branch. Added: subversion/branches/1.7.x-issue4k/ (props changed) - copied from r1166501, subversion/branches/1.7.x

  1   2   3   >