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

2011-04-26 Thread stsp
Author: stsp Date: Tue Apr 26 09:42:07 2011 New Revision: 1096706 URL: http://svn.apache.org/viewvc?rev=1096706&view=rev Log: Follow-up to r1089786. * subversion/svn/main.c (main): Replace macro usage by constant output. Patch by: Noorul Islam K M Modified: subversion/trunk/subver

svn commit: r1099773 - /subversion/trunk/subversion/svn/commit-cmd.c

2011-05-05 Thread stsp
Author: stsp Date: Thu May 5 12:41:49 2011 New Revision: 1099773 URL: http://svn.apache.org/viewvc?rev=1099773&view=rev Log: Revert r1099616. We want to keep the warning in place, but word it a bit differently to avoid ambiguity now that commit respects --depth for copies in a way. The war

svn commit: r1099775 - /subversion/trunk/subversion/svn/commit-cmd.c

2011-05-05 Thread stsp
Author: stsp Date: Thu May 5 12:46:36 2011 New Revision: 1099775 URL: http://svn.apache.org/viewvc?rev=1099775&view=rev Log: * subversion/svn/commit-cmd.c (copy_warning_notify_func): Make the warning shorter and less ambiguous. Suggested by: rhuijben julianfoad Modi

svn commit: r1100830 - in /subversion/trunk/subversion/svn: log-cmd.c main.c

2011-05-08 Thread stsp
Author: stsp Date: Sun May 8 22:44:29 2011 New Revision: 1100830 URL: http://svn.apache.org/viewvc?rev=1100830&view=rev Log: Add --depth option support to svn log --diff, as already exists for svn diff. * subversion/svn/main.c (svn_cl__cmd_table): Add --depth option to log subcom

svn commit: r1100964 - /subversion/site/publish/docs/release-notes/1.7.html

2011-05-09 Thread stsp
Author: stsp Date: Mon May 9 11:25:35 2011 New Revision: 1100964 URL: http://svn.apache.org/viewvc?rev=1100964&view=rev Log: * site/publish/docs/release-notes/1.7.html (svn-help-merge): Fix a typo and tweak wording. Modified: subversion/site/publish/docs/release-notes/1.7.html Modi

svn commit: r1100999 - /subversion/trunk/subversion/libsvn_repos/rev_hunt.c

2011-05-09 Thread stsp
Author: stsp Date: Mon May 9 12:53:55 2011 New Revision: 1100999 URL: http://svn.apache.org/viewvc?rev=1100999&view=rev Log: * subversion/libsvn_repos/rev_hunt.c (svn_repos_trace_node_locations): Remember to destroy local pools before returning because of unreadable paths. Modi

svn commit: r1102855 - /subversion/trunk/notes/wc-ng/externals

2011-05-13 Thread stsp
Author: stsp Date: Fri May 13 18:30:58 2011 New Revision: 1102855 URL: http://svn.apache.org/viewvc?rev=1102855&view=rev Log: * notes/wc-ng/externals: typos Modified: subversion/trunk/notes/wc-ng/externals Modified: subversion/trunk/notes/wc-ng/externals URL: http://svn.apache.org/vi

svn commit: r1103300 - /subversion/trunk/subversion/libsvn_client/merge.c

2011-05-15 Thread stsp
Author: stsp Date: Sun May 15 09:29:47 2011 New Revision: 1103300 URL: http://svn.apache.org/viewvc?rev=1103300&view=rev Log: * subversion/libsvn_client/merge.c (do_directory_merge): Fix a potential error leak by combining the merge conflict error with any other subsequent errors. Modi

svn commit: r1103333 - /subversion/trunk/subversion/libsvn_client/merge.c

2011-05-15 Thread stsp
Author: stsp Date: Sun May 15 12:06:15 2011 New Revision: 110 URL: http://svn.apache.org/viewvc?rev=110&view=rev Log: Make multi-revision-range merges stop early if a range causes a conflict. We already did this for text and prop conflicts, but not for tree conflicts. Also, the merge

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

2011-05-16 Thread stsp
Author: stsp Date: Mon May 16 10:33:33 2011 New Revision: 1103675 URL: http://svn.apache.org/viewvc?rev=1103675&view=rev Log: * STATUS: Vote for r1103665, approving. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/vi

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

2011-05-16 Thread stsp
Author: stsp Date: Mon May 16 10:45:59 2011 New Revision: 1103684 URL: http://svn.apache.org/viewvc?rev=1103684&view=rev Log: * subversion/svn/main.c (svn_cl__cmd_table): In the help text for 'svn log', mention that the --depth option is only valid in combination with the

svn commit: r1104157 - /subversion/trunk/subversion/libsvn_subr/date.c

2011-05-17 Thread stsp
Author: stsp Date: Tue May 17 11:23:39 2011 New Revision: 1104157 URL: http://svn.apache.org/viewvc?rev=1104157&view=rev Log: Add support for -r { "N years|months|weeks|days|hours|minutes ago" } revision date specifications. These resolve to the most recent revision prior to the spe

svn commit: r1104177 - /subversion/trunk/subversion/libsvn_subr/date.c

2011-05-17 Thread stsp
Author: stsp Date: Tue May 17 12:01:01 2011 New Revision: 1104177 URL: http://svn.apache.org/viewvc?rev=1104177&view=rev Log: * subversion/libsvn_subr/date.c (number_words_table): Use svn_token_map_t and rename to number_words_map. (words_match): Replace a loop with svn_token__from_

svn commit: r1104181 - /subversion/trunk/subversion/libsvn_subr/date.c

2011-05-17 Thread stsp
Author: stsp Date: Tue May 17 12:07:31 2011 New Revision: 1104181 URL: http://svn.apache.org/viewvc?rev=1104181&view=rev Log: * subversion/libsvn_subr/date.c (words_match): Always tolerate missing trailing 's' in unit names. Suggested by: gstein Modified: subversion/tr

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

2011-05-17 Thread stsp
Author: stsp Date: Tue May 17 13:41:42 2011 New Revision: 1104245 URL: http://svn.apache.org/viewvc?rev=1104245&view=rev Log: * STATUS: Vote for 1.6.x-issue3650 branch. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/vi

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

2011-05-17 Thread stsp
Author: stsp Date: Tue May 17 13:50:47 2011 New Revision: 1104251 URL: http://svn.apache.org/viewvc?rev=1104251&view=rev Log: * STATUS: Note that r1100213 conflicts. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/vi

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

2011-05-17 Thread stsp
Author: stsp Date: Tue May 17 13:54:57 2011 New Revision: 1104254 URL: http://svn.apache.org/viewvc?rev=1104254&view=rev Log: * STATUS: Approve r1100213. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/viewvc/subver

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

2011-05-17 Thread stsp
Author: stsp Date: Tue May 17 14:42:32 2011 New Revision: 1104289 URL: http://svn.apache.org/viewvc?rev=1104289&view=rev Log: * STATUS: Vote for r1053984 branch. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/vi

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

2011-05-17 Thread stsp
Author: stsp Date: Tue May 17 14:48:12 2011 New Revision: 1104297 URL: http://svn.apache.org/viewvc?rev=1104297&view=rev Log: * STATUS: Approve r939000 group. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/viewvc/subver

svn commit: r1104356 - /subversion/trunk/CHANGES

2011-05-17 Thread stsp
Author: stsp Date: Tue May 17 15:56:23 2011 New Revision: 1104356 URL: http://svn.apache.org/viewvc?rev=1104356&view=rev Log: * CHANGES: Bring up-to-date with changes merged into 1.6.x. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/vi

svn commit: r1104358 - /subversion/trunk/CHANGES

2011-05-17 Thread stsp
Author: stsp Date: Tue May 17 15:58:26 2011 New Revision: 1104358 URL: http://svn.apache.org/viewvc?rev=1104358&view=rev Log: * CHANGES: typo Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=110435

svn commit: r1104380 - /subversion/trunk/CHANGES

2011-05-17 Thread stsp
Author: stsp Date: Tue May 17 16:17:48 2011 New Revision: 1104380 URL: http://svn.apache.org/viewvc?rev=1104380&view=rev Log: * CHANGES: Use revision numbers of merge commits where no trunk revision was specified. Suggested by: danielsh Modified: subversion/trunk/CHANGES Modi

svn commit: r1104393 - /subversion/trunk/subversion/libsvn_subr/utf.c

2011-05-17 Thread stsp
Author: stsp Date: Tue May 17 16:43:12 2011 New Revision: 1104393 URL: http://svn.apache.org/viewvc?rev=1104393&view=rev Log: * subversion/libsvn_subr/utf.c (atomic_swap): Fix gcc warning "initialization discards qualifiers from pointer target type" by casting 'volati

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

2011-05-20 Thread stsp
Author: stsp Date: Fri May 20 12:57:37 2011 New Revision: 1125363 URL: http://svn.apache.org/viewvc?rev=1125363&view=rev Log: * tools/dev/unix-build/Makefile.svn: Optionally put authz short_circuit option into httpd config file. Modified: subversion/trunk/tools/dev/unix-build/Makefile

svn commit: r1125379 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2011-05-20 Thread stsp
Author: stsp Date: Fri May 20 13:38:29 2011 New Revision: 1125379 URL: http://svn.apache.org/viewvc?rev=1125379&view=rev Log: * subversion/libsvn_wc/wc_db.c (flush_entries): Add docstring. Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c Modified: subversion/trunk/subver

svn commit: r1125384 - in /subversion/branches/1.6.x: ./ subversion/libsvn_repos/ subversion/tests/cmdline/ subversion/tests/cmdline/svnsync_tests_data/ subversion/tests/cmdline/svntest/

2011-05-20 Thread stsp
Author: stsp Date: Fri May 20 13:46:01 2011 New Revision: 1125384 URL: http://svn.apache.org/viewvc?rev=1125384&view=rev Log: Reintegrate the 1.6.x-issue3641 branch. * r962377, r962378, r1036978, r1037762, r1063572, r1063573, r1063592 Fix issue #3641 svnsync handling of directory copy

svn commit: r1125392 - in /subversion/branches/1.6.x: ./ subversion/include/ subversion/include/private/ subversion/libsvn_client/ subversion/libsvn_repos/ subversion/libsvn_subr/ subversion/tests/cmd

2011-05-20 Thread stsp
Author: stsp Date: Fri May 20 13:48:55 2011 New Revision: 1125392 URL: http://svn.apache.org/viewvc?rev=1125392&view=rev Log: Reintegrate the 1.6.x-issue3650 branch. * r1076730, r1078954, r1081255 Fix issue #3650 "log -g produces excessive duplicate output" Justification:

svn commit: r1125399 - /subversion/trunk/CHANGES

2011-05-20 Thread stsp
Author: stsp Date: Fri May 20 14:02:04 2011 New Revision: 1125399 URL: http://svn.apache.org/viewvc?rev=1125399&view=rev Log: * CHANGES: Update 1.6.17 section with changes merged into 1.6.x. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache

svn commit: r1125498 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2011-05-20 Thread stsp
Author: stsp Date: Fri May 20 18:35:41 2011 New Revision: 1125498 URL: http://svn.apache.org/viewvc?rev=1125498&view=rev Log: Fix issue #3893, wc_db::flush_entries() needs recursion. * subversion/libsvn_wc/wc_db.c (is_immediate_child_path): New helper. (remove_from_access_cache): New he

svn commit: r1125673 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2011-05-21 Thread stsp
Author: stsp Date: Sat May 21 12:05:44 2011 New Revision: 1125673 URL: http://svn.apache.org/viewvc?rev=1125673&view=rev Log: Small optimisation in access baton cache flushing code. * subversion/libsvn_wc/wc_db.c (is_immediate_child_path): Add new parameter PARENT_COMPONENT_COUNT and

svn commit: r1125676 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2011-05-21 Thread stsp
Author: stsp Date: Sat May 21 12:13:36 2011 New Revision: 1125676 URL: http://svn.apache.org/viewvc?rev=1125676&view=rev Log: * subversion/libsvn_wc/wc_db.c (is_immediate_child_path): Fix logic bug. The parent path must have one path component *less* than the immediate child path, but

svn commit: r1125761 - /subversion/trunk/subversion/tests/libsvn_subr/cache-test.c

2011-05-21 Thread stsp
Author: stsp Date: Sat May 21 18:15:37 2011 New Revision: 1125761 URL: http://svn.apache.org/viewvc?rev=1125761&view=rev Log: * subversion/tests/libsvn_subr/cache-test.c (test_funcs): Mark test_membuffer_cache_basic XFAIL if APR was compiled without support for threads. Fixes the follo

svn commit: r1125773 - /subversion/trunk/subversion/tests/libsvn_subr/cache-test.c

2011-05-21 Thread stsp
Author: stsp Date: Sat May 21 19:14:50 2011 New Revision: 1125773 URL: http://svn.apache.org/viewvc?rev=1125773&view=rev Log: * subversion/tests/libsvn_subr/cache-test.c (test_membuffer_cache_basic, test_funcs): Indicate to the cache constructor whether or not we're thread-safe. M

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

2011-05-21 Thread stsp
Author: stsp Date: Sat May 21 20:23:07 2011 New Revision: 1125797 URL: http://svn.apache.org/viewvc?rev=1125797&view=rev Log: * subversion/tests/libsvn_sutr/stream-test.c (test_stream_compressed): Fix a typo in macro name passed to #undef. Modified: subversion/trunk/subversion/t

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

2011-05-21 Thread stsp
Author: stsp Date: Sat May 21 20:50:26 2011 New Revision: 1125814 URL: http://svn.apache.org/viewvc?rev=1125814&view=rev Log: Add an XFAIL test for a problem discovered by Ivan. A compressed stream reading from an empty file results in a zlib error: subversion/tests/libsvn_subr/stream-te

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

2011-05-21 Thread stsp
Author: stsp Date: Sat May 21 20:52:41 2011 New Revision: 1125815 URL: http://svn.apache.org/viewvc?rev=1125815&view=rev Log: Follow-up to r1125814: * subversion/tests/libsvn_subr/stream-test.c (test_stream_compressed_empty_file): Remove unused variables. Modified: subversion/t

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

2011-05-21 Thread stsp
Author: stsp Date: Sat May 21 20:56:18 2011 New Revision: 1125817 URL: http://svn.apache.org/viewvc?rev=1125817&view=rev Log: * subversion/tests/libsvn_subr/stream-test.c (test_stream_compressed_empty_file): Eliminate TEST_BUF_SIZE macro. Modified: subversion/trunk/subversion/t

svn propchange: r1125817 - svn:log

2011-05-21 Thread stsp
Author: stsp Revision: 1125817 Modified property: svn:log Modified: svn:log at Sat May 21 21:11:42 2011 -- --- svn:log (original) +++ svn:log Sat May 21 21:11:42 2011 @@ -1,2 +1,3 @@ * subversion/tests/libsvn_subr/stream

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

2011-05-21 Thread stsp
Author: stsp Date: Sat May 21 22:15:13 2011 New Revision: 1125834 URL: http://svn.apache.org/viewvc?rev=1125834&view=rev Log: * subversion/libsvn_subr/stream.c (read_handler_gz): Exit early if the underlying stream ran out instead of trying to decompress more data. Based on an initial

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

2011-05-22 Thread stsp
Author: stsp Date: Sun May 22 15:11:52 2011 New Revision: 1125983 URL: http://svn.apache.org/viewvc?rev=1125983&view=rev Log: Fix issue #3895, "repos layer does not verify mergeinfo syntax" * subversion/libsvn_repos/commit.c (verify_mergeinfo): New helper function. (ch

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

2011-05-22 Thread stsp
Author: stsp Date: Sun May 22 15:19:29 2011 New Revision: 1125985 URL: http://svn.apache.org/viewvc?rev=1125985&view=rev Log: * STATUS: Nominate r1125983. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/viewvc/subver

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

2011-05-22 Thread stsp
Author: stsp Date: Sun May 22 16:00:56 2011 New Revision: 1126010 URL: http://svn.apache.org/viewvc?rev=1126010&view=rev Log: * STATUS: Collapse the two Notes sections in r1125983 group. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL:

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/subver

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=112647

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

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 fai

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. Suggeste

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_c

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 t

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

2011-05-24 Thread stsp
Author: stsp Date: Tue May 24 09:29:13 2011 New Revision: 1126951 URL: http://svn.apache.org/viewvc?rev=1126951&view=rev Log: * subversion/tests/cmdline/tree_conflict_tests.py (actual_only_node_behaviour): Test adding an obstruction of the actual-only node. Suggested by: philip Modi

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

2011-05-24 Thread stsp
Author: stsp Date: Tue May 24 09:32:19 2011 New Revision: 1126952 URL: http://svn.apache.org/viewvc?rev=1126952&view=rev Log: * subversion/tests/cmdline/tree_conflict_tests.py (actual_only_node_behaviour): Add "svn cat -rBASE" test case. Suggested by: philip Modified: su

svn commit: r1126980 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2011-05-24 Thread stsp
Author: stsp Date: Tue May 24 11:16:36 2011 New Revision: 1126980 URL: http://svn.apache.org/viewvc?rev=1126980&view=rev Log: * subversion/libsvn_fs_fs/fs_fs.c (write_config): Be crystal-clear about the default value of the rep-sharing option. Modified: subversion/trunk/subver

svn commit: r1127134 - in /subversion/trunk/subversion: libsvn_client/add.c libsvn_wc/adm_ops.c tests/cmdline/tree_conflict_tests.py

2011-05-24 Thread stsp
Author: stsp Date: Tue May 24 16:35:14 2011 New Revision: 1127134 URL: http://svn.apache.org/viewvc?rev=1127134&view=rev Log: As part of issue #3779, "actual-only nodes need regression tests", make 'svn add' detect tree conflict victims that do not exist on disk and pre

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

2011-05-24 Thread stsp
Author: stsp Date: Tue May 24 16:54:24 2011 New Revision: 1127143 URL: http://svn.apache.org/viewvc?rev=1127143&view=rev Log: * subversion/tests/cmdline/tree_conflict_tests.py (actual_only_node_behaviour): Note that the changelist problem is cosmetic. Modified: subversion/trunk/subver

svn commit: r1127166 - in /subversion/trunk/subversion: libsvn_client/update.c tests/cmdline/tree_conflict_tests.py

2011-05-24 Thread stsp
Author: stsp Date: Tue May 24 17:36:08 2011 New Revision: 1127166 URL: http://svn.apache.org/viewvc?rev=1127166&view=rev Log: As part of issue #3779, "actual-only nodes need regression tests", make 'svn update' skip targets that are tree conflict victims instead of perfor

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

2011-05-24 Thread stsp
Author: stsp Date: Tue May 24 17:37:11 2011 New Revision: 1127170 URL: http://svn.apache.org/viewvc?rev=1127170&view=rev Log: Follow-up to r1127166: * subversion/tests/cmdline/tree_conflict_tests.py (actual_only_node_behaviour): Remove obsolete comment. Modified: subversion/t

svn commit: r1127189 - /subversion/trunk/subversion/libsvn_client/update.c

2011-05-24 Thread stsp
Author: stsp Date: Tue May 24 18:03:46 2011 New Revision: 1127189 URL: http://svn.apache.org/viewvc?rev=1127189&view=rev Log: Follow-up to r1127166: * subversion/libsvn_client/update.c (update_internal): Handle any errors from svn_wc_conflicted_p3(). If it throws an error there is no

svn commit: r1127195 - in /subversion/trunk/subversion: libsvn_client/checkout.c tests/cmdline/tree_conflict_tests.py

2011-05-24 Thread stsp
Author: stsp Date: Tue May 24 18:23:10 2011 New Revision: 1127195 URL: http://svn.apache.org/viewvc?rev=1127195&view=rev Log: As part of issue #3779, "actual-only nodes need regression tests", make checkout refuse to create a new working copy at the path of a tree-conflicted item.

svn commit: r1127220 - in /subversion/trunk/subversion: libsvn_client/checkout.c tests/cmdline/tree_conflict_tests.py

2011-05-24 Thread stsp
Author: stsp Date: Tue May 24 19:00:25 2011 New Revision: 1127220 URL: http://svn.apache.org/viewvc?rev=1127220&view=rev Log: Revert r1127195 until mysterious buildbot failures like the one shown below are cleared up. CMD: /home/bt/slaves/x64-centos/build/subversion/svn/svn co http://local

svn propchange: r1127195 - svn:log

2011-05-24 Thread stsp
Author: stsp Revision: 1127195 Modified property: svn:log Modified: svn:log at Tue May 24 19:01:11 2011 -- --- svn:log (original) +++ svn:log Tue May 24 19:01:11 2011 @@ -1,3 +1,5 @@ +[ Note from the future: Reverted in

svn propchange: r1127220 - svn:log

2011-05-24 Thread stsp
Author: stsp Revision: 1127220 Modified property: svn:log Modified: svn:log at Tue May 24 19:15:08 2011 -- --- svn:log (original) +++ svn:log Tue May 24 19:15:08 2011 @@ -1,18 +1,2 @@ -Revert r1127195 until mysterious

svn commit: r1127545 - /subversion/trunk/subversion/libsvn_wc/entries.c

2011-05-25 Thread stsp
Author: stsp Date: Wed May 25 14:42:36 2011 New Revision: 1127545 URL: http://svn.apache.org/viewvc?rev=1127545&view=rev Log: Fix issue #3901, "upgrade doesn't handle depth=exclude" * subversion/libsvn_wc/entries.c (write_entry): Don't reset the base node's presen

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

2011-05-25 Thread stsp
Author: stsp Date: Wed May 25 15:46:47 2011 New Revision: 1127568 URL: http://svn.apache.org/viewvc?rev=1127568&view=rev Log: Fix another case of issue #3901, "upgrade doesn't handle depth=exclude", where the excluded item is within a copied tree. This makes the test associat

svn commit: r1127885 - /subversion/trunk/contrib/client-side/svn_load_dirs/svn_load_dirs.pl.in

2011-05-26 Thread stsp
Author: stsp Date: Thu May 26 12:20:58 2011 New Revision: 1127885 URL: http://svn.apache.org/viewvc?rev=1127885&view=rev Log: Fix issue #2794, svn_load_dirs.pl: execute bit on files triggers an "add" I could reproduce the problem and verify that the provided patch fixes

svn commit: r1127892 - in /subversion/trunk/subversion/tests/cmdline: svntest/actions.py update_tests.py

2011-05-26 Thread stsp
Author: stsp Date: Thu May 26 12:58:19 2011 New Revision: 1127892 URL: http://svn.apache.org/viewvc?rev=1127892&view=rev Log: In the tree_conflicts_on_update_2_3 test, fix an unpack error that was mentioned in a comment (and ergo well hidden from view since the error was simply plastered ove

svn commit: r1127906 - /subversion/site/publish/docs/release-notes/1.7.html

2011-05-26 Thread stsp
Author: stsp Date: Thu May 26 13:40:58 2011 New Revision: 1127906 URL: http://svn.apache.org/viewvc?rev=1127906&view=rev Log: * site/publish/docs/release-notes/1.7.html: wording tweak and typo fix Modified: subversion/site/publish/docs/release-notes/1.7.html Modified: subversion/

svn commit: r1127910 - /subversion/site/publish/roadmap.html

2011-05-26 Thread stsp
Author: stsp Date: Thu May 26 13:46:03 2011 New Revision: 1127910 URL: http://svn.apache.org/viewvc?rev=1127910&view=rev Log: * site/publish/roadmap.html: Update status on externals and ra_serf. Modified: subversion/site/publish/roadmap.html Modified: subversion/site/publish/roadmap.

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

2011-05-26 Thread stsp
Author: stsp Date: Thu May 26 14:12:59 2011 New Revision: 1127927 URL: http://svn.apache.org/viewvc?rev=1127927&view=rev Log: * tools/dev/unix-build/Makefile.svn: Bump some dep version numbers. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/tools

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

2011-05-26 Thread stsp
Author: stsp Date: Thu May 26 14:17:43 2011 New Revision: 1127930 URL: http://svn.apache.org/viewvc?rev=1127930&view=rev Log: * tools/dev/unix-build/Makefile.svn: Update to most recent sqlite. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/tools

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

2011-05-26 Thread stsp
Author: stsp Date: Thu May 26 14:23:38 2011 New Revision: 1127934 URL: http://svn.apache.org/viewvc?rev=1127934&view=rev Log: * subversion/libsvn_wc/wc-queries.sql: Remove an obsolete comment. Modified: subversion/trunk/subversion/libsvn_wc/wc-queries.sql Modified: subversion/t

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

2011-05-26 Thread stsp
Author: stsp Date: Thu May 26 14:41:46 2011 New Revision: 1127944 URL: http://svn.apache.org/viewvc?rev=1127944&view=rev Log: * STATUS: Vote for expat compilation fix branch. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache

svn commit: r1127950 - in /subversion/branches/1.6.x: ./ build/ac-macros/neon.m4

2011-05-26 Thread stsp
Author: stsp Date: Thu May 26 14:58:26 2011 New Revision: 1127950 URL: http://svn.apache.org/viewvc?rev=1127950&view=rev Log: Reintegrate the 1.6.x-neon-expat branch. * 1.6.x-neon-expat Fix the build to work with apr-util/expat 1.3.12/1.95.7. Justification: Those are likely to be

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

2011-05-26 Thread stsp
Author: stsp Date: Thu May 26 14:58:52 2011 New Revision: 1127951 URL: http://svn.apache.org/viewvc?rev=1127951&view=rev Log: * STATUS: Remove merged approved entry. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/vi

svn commit: r1128923 - /subversion/site/publish/docs/release-notes/1.7.html

2011-05-29 Thread stsp
Author: stsp Date: Sun May 29 18:27:59 2011 New Revision: 1128923 URL: http://svn.apache.org/viewvc?rev=1128923&view=rev Log: * publish/docs/release-notes/1.7.html: Mention 'svn relocate'. Modified: subversion/site/publish/docs/release-notes/1.7.html Modified: subversion/sit

svn commit: r1128928 - /subversion/trunk/CHANGES

2011-05-29 Thread stsp
Author: stsp Date: Sun May 29 18:39:24 2011 New Revision: 1128928 URL: http://svn.apache.org/viewvc?rev=1128928&view=rev Log: * CHANGES: Mention 'svn relocate' here as well. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/vie

svn commit: r1129222 - /subversion/trunk/subversion/libsvn_wc/util.c

2011-05-30 Thread stsp
Author: stsp Date: Mon May 30 15:34:40 2011 New Revision: 1129222 URL: http://svn.apache.org/viewvc?rev=1129222&view=rev Log: Fix issue #3905, incoming prop change on local delete should work with conflict * subversion/libsvn_wc/util.c (svn_wc__cd2_to_cd): Copy absolute tempfile paths in t

svn commit: r1129641 - in /subversion/trunk/subversion: include/private/svn_fs_util.h libsvn_fs/fs-loader.c libsvn_repos/dump.c tests/cmdline/svnadmin_tests.py

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 12:23:05 2011 New Revision: 1129641 URL: http://svn.apache.org/viewvc?rev=1129641&view=rev Log: Make 'svnadmin verify' error out if an invalid path is found in the repository. There have been reports of non-UTF-8 paths having entered repositories, p

svn commit: r1129643 - /subversion/trunk/CHANGES

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 12:26:49 2011 New Revision: 1129643 URL: http://svn.apache.org/viewvc?rev=1129643&view=rev Log: * CHANGES: Mention r1129641 for 1.7.0. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc/subversion/t

svn commit: r1129652 - /subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 12:43:04 2011 New Revision: 1129652 URL: http://svn.apache.org/viewvc?rev=1129652&view=rev Log: * subversion/tests/cmdline/svnadmin_tests.py (verify_non_utf8_paths): Attempt to fix this test on Windows by opening files in binary mode. Modified: subver

svn commit: r1129653 - /subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 12:45:44 2011 New Revision: 1129653 URL: http://svn.apache.org/viewvc?rev=1129653&view=rev Log: * subversion/tests/cmdline/svnadmin_tests.py (verify_non_utf8_paths): Fix an inaccuracy in a comment. Found by: danielsh Modified: subversion/trunk/subver

svn commit: r1129660 - in /subversion/trunk/subversion: include/private/svn_fs_private.h include/private/svn_fs_util.h libsvn_repos/dump.c

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 13:15:36 2011 New Revision: 1129660 URL: http://svn.apache.org/viewvc?rev=1129660&view=rev Log: * subversion/include/private/svn_fs_util.h (svn_fs__path_valid): Move declartion from here... * subversion/include/private/svn_fs_private.h (svn_fs__path_v

svn propchange: r1129663 - svn:log

2011-05-31 Thread stsp
Author: stsp Revision: 1129663 Modified property: svn:log Modified: svn:log at Tue May 31 13:29:55 2011 -- --- svn:log (original) +++ svn:log Tue May 31 13:29:55 2011 @@ -1,2 +1,3 @@ * site/publish/roadmap.html: Mark

svn commit: r1129669 - /subversion/site/publish/roadmap.html

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 13:38:08 2011 New Revision: 1129669 URL: http://svn.apache.org/viewvc?rev=1129669&view=rev Log: * site/publish/roadmap.html: Bert says API performance analysis is in progress. Modified: subversion/site/publish/roadmap.html Modified: subversion/site/pub

svn commit: r1129795 - /subversion/trunk/subversion/libsvn_diff/parse-diff.c

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 16:44:29 2011 New Revision: 1129795 URL: http://svn.apache.org/viewvc?rev=1129795&view=rev Log: Remove wrong constness from the git diff parsing code. * subversion/libsvn_diff/parse-diff.c (struct transition): The callback function needs a char * for input,

svn commit: r1129804 - /subversion/trunk/subversion/libsvn_diff/parse-diff.c

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 17:05:34 2011 New Revision: 1129804 URL: http://svn.apache.org/viewvc?rev=1129804&view=rev Log: * subversion/libsvn_diff/parse-diff.c (scan_eol): Handle the edge-case where the newline is "\r\n" but '\r' happens to be the last char

svn propchange: r1129804 - svn:log

2011-05-31 Thread stsp
Author: stsp Revision: 1129804 Modified property: svn:log Modified: svn:log at Tue May 31 17:06:09 2011 -- --- svn:log (original) +++ svn:log Tue May 31 17:06:09 2011 @@ -2,4 +2,4 @@ (scan_eol): Handle the edge-case

svn commit: r1129810 - /subversion/trunk/subversion/libsvn_diff/parse-diff.c

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 17:12:22 2011 New Revision: 1129810 URL: http://svn.apache.org/viewvc?rev=1129810&view=rev Log: * subversion/libsvn_diff/parse-diff.c (parse_state): Remove unused parser states. Modified: subversion/trunk/subversion/libsvn_diff/parse-diff.c Modi

svn commit: r1129947 - in /subversion/trunk/subversion: include/private/svn_eol_private.h libsvn_diff/diff_file.c libsvn_diff/parse-diff.c libsvn_subr/eol.c libsvn_subr/stream.c

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 22:36:13 2011 New Revision: 1129947 URL: http://svn.apache.org/viewvc?rev=1129947&view=rev Log: Make it easier for callers of svn_eol__detect_eol() to reliably detect two-byte newline sequences that overlap buffer boundaries. Update a few callers to take advantag

svn commit: r1129955 - in /subversion/trunk: build.conf subversion/include/private/svn_eol_private.h subversion/libsvn_subr/eol.c subversion/tests/libsvn_subr/eol-test.c

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 22:56:23 2011 New Revision: 1129955 URL: http://svn.apache.org/viewvc?rev=1129955&view=rev Log: Remove svn_eol__detect_file_eol() which was added during 1.7 development but is now unused. It also had known bugs. * subversion/include/private/svn_eol_priva

svn commit: r1129966 - /subversion/trunk/subversion/libsvn_diff/parse-diff.c

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 23:36:50 2011 New Revision: 1129966 URL: http://svn.apache.org/viewvc?rev=1129966&view=rev Log: * subversion/libsvn_diff/parse-diff.c (scan_eol): Remove a redundant 'break'. The loop will exit without it. Modified: subversion/trunk/subversion/lib

svn commit: r1129971 - in /subversion/trunk: notes/knobs subversion/libsvn_fs_fs/caching.c

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 23:51:43 2011 New Revision: 1129971 URL: http://svn.apache.org/viewvc?rev=1129971&view=rev Log: Rename DEBUG_CACHE_DUMP_STATS to SVN_DEBUG_CACHE_DUMP_STATS to make conflicts with other libraries defining a symbol with the same name less likely. * notes/k

svn commit: r1129973 - in /subversion/trunk: notes/knobs subversion/libsvn_subr/cache-membuffer.c

2011-05-31 Thread stsp
Author: stsp Date: Tue May 31 23:58:47 2011 New Revision: 1129973 URL: http://svn.apache.org/viewvc?rev=1129973&view=rev Log: Rename DEBUG_CACHE_MEMBUFFER to SVN_DEBUG_CACHE_MEMBUFFER to make conflicts with other libraries defining a symbol with the same name less likely. * notes/k

svn commit: r1129977 - in /subversion/trunk: notes/knobs subversion/libsvn_wc/workqueue.c

2011-05-31 Thread stsp
Author: stsp Date: Wed Jun 1 00:06:49 2011 New Revision: 1129977 URL: http://svn.apache.org/viewvc?rev=1129977&view=rev Log: Rename DEBUG_WORK_QUEUE to SVN_DEBUG_WORK_QUEUE to make conflicts with other libraries defining a symbol with the same name less likely. * notes/knobs, subver

svn commit: r1130059 - in /subversion/trunk/subversion: libsvn_diff/parse-diff.c libsvn_subr/stream.c

2011-06-01 Thread stsp
Author: stsp Date: Wed Jun 1 08:53:51 2011 New Revision: 1130059 URL: http://svn.apache.org/viewvc?rev=1130059&view=rev Log: * subversion/libsvn_diff/parse-diff.c, subversion/libsvn_subr/stream.c: (scan_eol, scan_eol): Fix an off-by-one in pointer comparison. We want to know whether

svn commit: r1130066 - /subversion/trunk/subversion/libsvn_diff/parse-diff.c

2011-06-01 Thread stsp
Author: stsp Date: Wed Jun 1 09:09:32 2011 New Revision: 1130066 URL: http://svn.apache.org/viewvc?rev=1130066&view=rev Log: * subversion/libsvn_diff/parse-diff.c, (scan_eol): Do not read the input past MAX_LEN while scanning for "\r\n". Modified: subversion/trunk/subversi

svn commit: r1130069 - /subversion/trunk/subversion/libsvn_diff/parse-diff.c

2011-06-01 Thread stsp
Author: stsp Date: Wed Jun 1 09:31:23 2011 New Revision: 1130069 URL: http://svn.apache.org/viewvc?rev=1130069&view=rev Log: * subversion/libsvn_diff/parse-diff.c, (scan_eol): Do not attempt to read past EOF, and properly detect "\r\n". Found by: julianfoad Modified: su

svn commit: r1130105 - /subversion/trunk/subversion/libsvn_diff/parse-diff.c

2011-06-01 Thread stsp
Author: stsp Date: Wed Jun 1 11:36:20 2011 New Revision: 1130105 URL: http://svn.apache.org/viewvc?rev=1130105&view=rev Log: Eliminate some redundant read and seek operations in the diff parser. * subversion/libsvn_diff/parse-diff.c, (scan_eol): Remove. (readline): Instead of reading

svn propchange: r1130105 - svn:log

2011-06-01 Thread stsp
Author: stsp Revision: 1130105 Modified property: svn:log Modified: svn:log at Wed Jun 1 11:42:53 2011 -- --- svn:log (original) +++ svn:log Wed Jun 1 11:42:53 2011 @@ -1,6 +1,6 @@ Eliminate some redundant read and

svn commit: r1130167 - /subversion/trunk/notes/knobs

2011-06-01 Thread stsp
Author: stsp Date: Wed Jun 1 14:44:36 2011 New Revision: 1130167 URL: http://svn.apache.org/viewvc?rev=1130167&view=rev Log: * notes/knobs: Remove SVN_DEBUG_WORK_QUEUE. It's not supposed to be documented as it is private to libsvn_wc/workqueue.c. Suggested by: gstein

svn commit: r1130165 - /subversion/trunk/subversion/include/svn_diff.h

2011-06-01 Thread stsp
Author: stsp Date: Wed Jun 1 14:39:20 2011 New Revision: 1130165 URL: http://svn.apache.org/viewvc?rev=1130165&view=rev Log: stats++ * subversion/include/svn_diff.h (svn_diff_operation_kind_t): Whitespace fix. Modified: subversion/trunk/subversion/include/svn_diff.h Modified: subver

  1   2   3   4   5   6   7   8   9   10   >