svn commit: r1126811 - in /subversion/branches/1.6.x: ./ CHANGES

2011-05-23 Thread hwright
Author: hwright Date: Mon May 23 23:28:17 2011 New Revision: 1126811 URL: http://svn.apache.org/viewvc?rev=1126811&view=rev Log: * CHANGES: Merge some 1.6.17 changes from trunk. Modified: subversion/branches/1.6.x/ (props changed) subversion/branches/1.6.x/CHANGES (contents, props cha

svn commit: r1126810 - /subversion/trunk/CHANGES

2011-05-23 Thread hwright
Author: hwright Date: Mon May 23 23:26:20 2011 New Revision: 1126810 URL: http://svn.apache.org/viewvc?rev=1126810&view=rev Log: * CHANGES (1.6.17): Update date and revision number. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc/sub

svn commit: r1126808 - in /subversion/trunk/subversion: svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

2011-05-23 Thread stsp
Author: stsp Date: Mon May 23 23:16:36 2011 New Revision: 1126808 URL: http://svn.apache.org/viewvc?rev=1126808&view=rev Log: * subversion/svn/main.c (svn_cl__options): Remove all long-option aliases expect --cl (which we have to keep since it was released in 1.6). Not everyone thinks these

svn commit: r1126802 - /subversion/trunk/subversion/tests/cmdline/copy_tests.py

2011-05-23 Thread jcorvel
Author: jcorvel Date: Mon May 23 22:58:50 2011 New Revision: 1126802 URL: http://svn.apache.org/viewvc?rev=1126802&view=rev Log: Add regression test for issue #3702: "svn ren TODO todo" not work on windows (i.e. case-only rename on Windows). * subversion/tests/cmdline/copy_tests.py (case_only_r

svn commit: r1126745 - /subversion/branches/1.6.x/CHANGES

2011-05-23 Thread hwright
Author: hwright Date: Mon May 23 21:00:31 2011 New Revision: 1126745 URL: http://svn.apache.org/viewvc?rev=1126745&view=rev Log: * CHANGES: Merge 1.6.17 section from trunk. Modified: subversion/branches/1.6.x/CHANGES (contents, props changed) Modified: subversion/branches/1.6.x/CHANGES URL

svn commit: r1126731 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2011-05-23 Thread stsp
Author: stsp Date: Mon May 23 20:39:38 2011 New Revision: 1126731 URL: http://svn.apache.org/viewvc?rev=1126731&view=rev Log: * subversion/libsvn_wc/update_editor.c (window_handler): If closing the checksum stream fails for some reason do not try to dereference the hb->actual_source_checksum

svn commit: r1126661 - /subversion/branches/1.6.x/STATUS

2011-05-23 Thread pburba
Author: pburba Date: Mon May 23 19:02:47 2011 New Revision: 1126661 URL: http://svn.apache.org/viewvc?rev=1126661&view=rev Log: * STATUS: Remove one of the veto justifications for the r916286 group. The problem I encountered trying to replicate the commit failure that r916286 fixed is a separ

svn commit: r1126655 - /subversion/trunk/tools/dev/contribulyze.py

2011-05-23 Thread hwright
Author: hwright Date: Mon May 23 18:48:27 2011 New Revision: 1126655 URL: http://svn.apache.org/viewvc?rev=1126655&view=rev Log: * tools/dev/contribulyze.py: Recognize 'Inspired by' in log messages. Modified: subversion/trunk/tools/dev/contribulyze.py Modified: subversion/trunk/tools/dev/c

svn commit: r1126653 - /subversion/trunk/subversion/tests/cmdline/tree_conflict_tests.py

2011-05-23 Thread stsp
Author: stsp Date: Mon May 23 18:43:50 2011 New Revision: 1126653 URL: http://svn.apache.org/viewvc?rev=1126653&view=rev Log: * subversion/tests/cmdline/tree_conflict_tests.py (actual_only_node_behaviour): Attempt to fix a buildbot failure by converting a string to a regex. Suggested by: danie

svn commit: r1126652 - /subversion/trunk/subversion/tests/cmdline/svntest/testcase.py

2011-05-23 Thread hwright
Author: hwright Date: Mon May 23 18:43:01 2011 New Revision: 1126652 URL: http://svn.apache.org/viewvc?rev=1126652&view=rev Log: Fix the @Wimp python decorator. * subversion/tests/cmdline/svntest/testcase.py (_Wimp): Improve docstring. (Wimp_deco): Accept arguments to be used to construct the

svn commit: r1126643 - /subversion/trunk/subversion/tests/cmdline/tree_conflict_tests.py

2011-05-23 Thread stsp
Author: stsp Date: Mon May 23 18:33:59 2011 New Revision: 1126643 URL: http://svn.apache.org/viewvc?rev=1126643&view=rev Log: * subversion/tests/cmdline/tree_conflict_tests.py (actual_only_node_behaviour): Always use absolute URLs in command line arguments to prevent this test from failing i

svn commit: r1126633 - /subversion/trunk/subversion/libsvn_client/delete.c

2011-05-23 Thread blair
Author: blair Date: Mon May 23 18:25:00 2011 New Revision: 1126633 URL: http://svn.apache.org/viewvc?rev=1126633&view=rev Log: * subversion/libsvn_client/delete.c (delete_urls_multi_repos): Whitespace change follow up to r1126542. Modified: subversion/trunk/subversion/libsvn_client/delete.c

svn commit: r1126629 - /subversion/trunk/subversion/svnrdump/load_editor.c

2011-05-23 Thread cmpilato
Author: cmpilato Date: Mon May 23 18:18:04 2011 New Revision: 1126629 URL: http://svn.apache.org/viewvc?rev=1126629&view=rev Log: * subversion/svnrdump/load_editor.c (struct parse_baton): Document some baton members. Modified: subversion/trunk/subversion/svnrdump/load_editor.c Modified: su

svn commit: r1126626 - /subversion/trunk/subversion/tests/cmdline/tree_conflict_tests.py

2011-05-23 Thread stsp
Author: stsp Date: Mon May 23 18:14:04 2011 New Revision: 1126626 URL: http://svn.apache.org/viewvc?rev=1126626&view=rev Log: For issue #3779, "actual-only nodes need regression tests", add a test that presents (and passes) the current behaviour. We will need to review each case and adapt this tes

svn commit: r1126580 - /subversion/trunk/subversion/svnsync/main.c

2011-05-23 Thread cmpilato
Author: cmpilato Date: Mon May 23 16:56:25 2011 New Revision: 1126580 URL: http://svn.apache.org/viewvc?rev=1126580&view=rev Log: Reduce number of RA requests during 'svnsync info'. (This is the follow-up to r1126441.) * subversion/svnsync/main.c (info_cmd): Retrieve three properties using one

svn commit: r1126577 - in /subversion/trunk/subversion: libsvn_wc/entries.c tests/cmdline/upgrade_tests.py

2011-05-23 Thread philip
Author: philip Date: Mon May 23 16:49:50 2011 New Revision: 1126577 URL: http://svn.apache.org/viewvc?rev=1126577&view=rev Log: Fix issue 3898, upgrading deletes within copies. * subversion/libsvn_wc/entries.c (struct write_baton): Add below_work element. (write_entry): Allocate below_working

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

2011-05-23 Thread danielsh
Author: danielsh Date: Mon May 23 16:39:32 2011 New Revision: 1126574 URL: http://svn.apache.org/viewvc?rev=1126574&view=rev Log: Rename an option per popular demand. * subversion/svn/main.c (svn_cl__options): Rename --editor to --ed. Modified: subversion/trunk/subversion/svn/main.c Modif

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

2011-05-23 Thread danielsh
Author: danielsh Date: Mon May 23 16:08:55 2011 New Revision: 1126562 URL: http://svn.apache.org/viewvc?rev=1126562&view=rev Log: Hide an easter egg from the help output. Found by: stsp * subversion/svn/main.c (svn_cl__options): Add --editor alias, which will be in the help output. Modified:

svn commit: r1126559 - /subversion/branches/1.6.x/STATUS

2011-05-23 Thread pburba
Author: pburba Date: Mon May 23 16:02:15 2011 New Revision: 1126559 URL: http://svn.apache.org/viewvc?rev=1126559&view=rev Log: * STATUS: Reference the correct log revision in comment for r916286 group. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS UR

svn commit: r1126553 - in /subversion/trunk/subversion: libsvn_wc/upgrade.c tests/cmdline/upgrade_tests.py tests/cmdline/upgrade_tests_data/format_28.tar.bz2

2011-05-23 Thread julianfoad
Author: julianfoad Date: Mon May 23 15:56:42 2011 New Revision: 1126553 URL: http://svn.apache.org/viewvc?rev=1126553&view=rev Log: Fix the code added in r1125455 to add ".svn-base" to pristine file names, add a test for it, and clean it up a bit. The test is XFail because that code will remain i

svn commit: r1126542 - /subversion/trunk/subversion/libsvn_client/delete.c

2011-05-23 Thread hwright
Author: hwright Date: Mon May 23 15:42:09 2011 New Revision: 1126542 URL: http://svn.apache.org/viewvc?rev=1126542&view=rev Log: * subversion/libsvn_client/delete.c (delete_urls_multi_repos): Add missing const. Modified: subversion/trunk/subversion/libsvn_client/delete.c Modified: subversi

svn propchange: r936387 - svn:log

2011-05-23 Thread cmpilato
Author: cmpilato Revision: 936387 Modified property: svn:log Modified: svn:log at Mon May 23 15:40:51 2011 -- --- svn:log (original) +++ svn:log Mon May 23 15:40:51 2011 @@ -1,4 +1,4 @@ -Revert issue #3020 fix made i r9272

svn commit: r1126541 - /subversion/trunk/subversion/libsvn_client/delete.c

2011-05-23 Thread hwright
Author: hwright Date: Mon May 23 15:40:41 2011 New Revision: 1126541 URL: http://svn.apache.org/viewvc?rev=1126541&view=rev Log: Followup to r1126525: Avoid unneeded reparenting of the ra session. * subversion/libsvn_client/delete.c (single_repos_delete): Don't reparent to the repos root here.

svn commit: r1126539 - /subversion/trunk/subversion/libsvn_client/delete.c

2011-05-23 Thread hwright
Author: hwright Date: Mon May 23 15:36:25 2011 New Revision: 1126539 URL: http://svn.apache.org/viewvc?rev=1126539&view=rev Log: Followup to r1126525: Don't double-decode some relpaths. * subversion/libsvn_client/delete.c (delete_urls_multi_repos): Don't double decode some uri relpaths. Modifi

svn commit: r1126525 - in /subversion/trunk/subversion: libsvn_client/delete.c tests/cmdline/basic_tests.py

2011-05-23 Thread hwright
Author: hwright Date: Mon May 23 15:00:50 2011 New Revision: 1126525 URL: http://svn.apache.org/viewvc?rev=1126525&view=rev Log: Fix issue 1199: Make 'svn rm URL1 URL2 URL3' work, even if the URLs are from different repositories. Note: This may have interesting interactions with authz (similar

svn commit: r1126481 - /subversion/trunk/subversion/libsvn_subr/svn_base64.c

2011-05-23 Thread hwright
Author: hwright Date: Mon May 23 13:11:10 2011 New Revision: 1126481 URL: http://svn.apache.org/viewvc?rev=1126481&view=rev Log: Remove some integer size mismatch warnings by using size_t in places where we calculate pointer differences. * subversion/libsvn_subr/svn_base64.c (encode_baton, enco

svn commit: r1126480 - /subversion/trunk/subversion/libsvn_wc/props.c

2011-05-23 Thread hwright
Author: hwright Date: Mon May 23 13:02:45 2011 New Revision: 1126480 URL: http://svn.apache.org/viewvc?rev=1126480&view=rev Log: Apply the propname filter to depth == empty when doing a recursive proplist. * subversion/libsvn_wc/props.c (svn_wc__prop_list_recursive): Move the propname filter in

svn commit: r1126472 - /subversion/trunk/CHANGES

2011-05-23 Thread stsp
Author: stsp Date: Mon May 23 12:37:48 2011 New Revision: 1126472 URL: http://svn.apache.org/viewvc?rev=1126472&view=rev Log: * CHANGES: typo Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1126472&r1=11264

svn commit: r1126471 - /subversion/trunk/CHANGES

2011-05-23 Thread stsp
Author: stsp Date: Mon May 23 12:37:18 2011 New Revision: 1126471 URL: http://svn.apache.org/viewvc?rev=1126471&view=rev Log: * CHANGES: sync with changes merged into 1.6.x Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc/subversion/tru

svn commit: r1126459 - /subversion/trunk/subversion/svnadmin/main.c

2011-05-23 Thread kameshj
Author: kameshj Date: Mon May 23 11:57:01 2011 New Revision: 1126459 URL: http://svn.apache.org/viewvc?rev=1126459&view=rev Log: It has 2 changes. When creating a repo svnadmin sends the 'config' parameter which is never used since the 1.0.x and populating 'config' by reading from path where the u

svn commit: r1126444 - /subversion/trunk/subversion/tests/libsvn_subr/stream-test.c

2011-05-23 Thread ivan
Author: ivan Date: Mon May 23 11:35:21 2011 New Revision: 1126444 URL: http://svn.apache.org/viewvc?rev=1126444&view=rev Log: Add simple test for base64 encode/streams. * subversion/tests/libsvn_subr/stream-test.c (): Include svn_base64.h. (test_stream_base64): New. (test_funcs): Update tes

svn commit: r1126441 - /subversion/trunk/subversion/svnsync/main.c

2011-05-23 Thread ivan
Author: ivan Date: Mon May 23 11:21:57 2011 New Revision: 1126441 URL: http://svn.apache.org/viewvc?rev=1126441&view=rev Log: svnsync: Reduce number of RA requests. * subversion/svnsync/main.c (open_source_session): Retrieve three properties using one svn_ra_rev_proplist() call instead of r

svn commit: r1126438 - /subversion/trunk/subversion/libsvn_ra_neon/fetch.c

2011-05-23 Thread ivan
Author: ivan Date: Mon May 23 11:19:03 2011 New Revision: 1126438 URL: http://svn.apache.org/viewvc?rev=1126438&view=rev Log: ra_neon: Add HTTPv2 support for svn_ra_change_rev_prop2(). * subversion/libsvn_ra_neon/fetch.c (svn_ra_neon__change_rev_prop): Use revision resource as PROPPATCH target

svn commit: r1126437 - /subversion/trunk/subversion/include/private/svn_fs_util.h

2011-05-23 Thread ivan
Author: ivan Date: Mon May 23 11:16:50 2011 New Revision: 1126437 URL: http://svn.apache.org/viewvc?rev=1126437&view=rev Log: * subversion/include/private/svn_fs_util.h (): Do not include svn_private_config.h. Modified: subversion/trunk/subversion/include/private/svn_fs_util.h Modified: su

svn commit: r1126432 - /subversion/trunk/subversion/libsvn_ra_neon/props.c

2011-05-23 Thread ivan
Author: ivan Date: Mon May 23 11:07:38 2011 New Revision: 1126432 URL: http://svn.apache.org/viewvc?rev=1126432&view=rev Log: * subversion/libsvn_ra_neon/props.c (svn_ra_neon__get_baseline_props): Use apr_ltoa() to convert revision number to string. Modified: subversion/trunk/subversion

svn commit: r1126400 - in /subversion/branches/1.6.x: ./ subversion/include/private/ subversion/libsvn_fs_fs/ subversion/libsvn_repos/ subversion/tests/cmdline/ subversion/tests/cmdline/svntest/

2011-05-23 Thread danielsh
Author: danielsh Date: Mon May 23 09:11:56 2011 New Revision: 1126400 URL: http://svn.apache.org/viewvc?rev=1126400&view=rev Log: Merge the r1125983 group from trunk: * r1125983, r1125998, r1126007 Fix issue #3895, "repos layer does not verify mergeinfo syntax". Justification: Clients

svn commit: r1126398 - /subversion/branches/1.6.x/STATUS

2011-05-23 Thread philip
Author: philip Date: Mon May 23 09:10:06 2011 New Revision: 1126398 URL: http://svn.apache.org/viewvc?rev=1126398&view=rev Log: * STATUS: vote/approve issue 3895 Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/viewvc/subversio