svn commit: r961621 - /subversion/trunk/subversion/tests/libsvn_client/client-test.c

2010-07-08 Thread rhuijben
Author: rhuijben Date: Thu Jul 8 08:11:42 2010 New Revision: 961621 URL: http://svn.apache.org/viewvc?rev=961621view=rev Log: * subversion/tests/libsvn_client/client-test.c (test_wc_add_scenarios): Remove test data from the previous run before starting the checkout. Modified:

svn commit: r961702 - /subversion/trunk/subversion/include/private/svn_eol_private.h

2010-07-08 Thread julianfoad
Author: julianfoad Date: Thu Jul 8 10:39:25 2010 New Revision: 961702 URL: http://svn.apache.org/viewvc?rev=961702view=rev Log: * subversion/include/private/svn_eol_private.h (svn_eol__detect_eol): Mention that the result is statically allocated. (svn_eol__detect_file_eol): Mention that the

svn commit: r961703 - /subversion/trunk/subversion/include/private/svn_eol_private.h

2010-07-08 Thread julianfoad
Author: julianfoad Date: Thu Jul 8 10:41:42 2010 New Revision: 961703 URL: http://svn.apache.org/viewvc?rev=961703view=rev Log: * subversion/include/private/svn_eol_private.h (svn_eol__detect_eol, svn_eol__detect_file_eol): Mention two bugs and two suggestions in the doc strings.

svn commit: r961773 - /subversion/trunk/subversion/tests/cmdline/switch_tests.py

2010-07-08 Thread rhuijben
Author: rhuijben Date: Thu Jul 8 14:05:34 2010 New Revision: 961773 URL: http://svn.apache.org/viewvc?rev=961773view=rev Log: Mark a test that never passed for serf as XFail. * subversion/tests/cmdline/switch_tests.py (forced_switch_failures, test_list): Mark forced_switch_failures as

svn commit: r961775 - /subversion/trunk/subversion/libsvn_client/diff.c

2010-07-08 Thread dannas
Author: dannas Date: Thu Jul 8 14:08:43 2010 New Revision: 961775 URL: http://svn.apache.org/viewvc?rev=961775view=rev Log: Move code that deals with adjusting paths for output to its own function. No semantic changes. Makes the code more readable and allows us to resuse the logic when creating

svn commit: r961784 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c wc_db.h workqueue.c

2010-07-08 Thread rhuijben
Author: rhuijben Date: Thu Jul 8 14:27:22 2010 New Revision: 961784 URL: http://svn.apache.org/viewvc?rev=961784view=rev Log: Prepare the wc-db layer for fixing issue #3676: Committing a tree copy updates the last modified revision of all descendants. This is a long way from fixing the real

svn commit: r961789 - /subversion/trunk/subversion/libsvn_client/diff.c

2010-07-08 Thread dannas
Author: dannas Date: Thu Jul 8 14:47:52 2010 New Revision: 961789 URL: http://svn.apache.org/viewvc?rev=961789view=rev Log: Follow-up to r961775. Make the doc string a bit clearer atleast. * subversion/libsvn_client/diff.c (adjust_paths_for_diff_labels): See above. Modified:

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

2010-07-08 Thread rhuijben
Author: rhuijben Date: Thu Jul 8 15:22:39 2010 New Revision: 961802 URL: http://svn.apache.org/viewvc?rev=961802view=rev Log: * subversion/libsvn_wc/wc_db.c (svn_wc__db_global_commit): Following up on r961784, fix typo that makes it impossible to set changed_revision. Modified:

svn commit: r961831 - in /subversion/trunk/subversion: libsvn_wc/adm_ops.c libsvn_wc/deprecated.c libsvn_wc/wc.h libsvn_wc/workqueue.c libsvn_wc/workqueue.h tests/cmdline/copy_tests.py

2010-07-08 Thread rhuijben
Author: rhuijben Date: Thu Jul 8 16:19:52 2010 New Revision: 961831 URL: http://svn.apache.org/viewvc?rev=961831view=rev Log: Resolve issue #3676 for files: Committing a tree copy updates the last modified revision of all descendants. Add a new test specifically for the directory behavior. *

svn commit: r961918 - /subversion/trunk/subversion/tests/cmdline/depth_tests.py

2010-07-08 Thread cmpilato
Author: cmpilato Date: Thu Jul 8 20:28:02 2010 New Revision: 961918 URL: http://svn.apache.org/viewvc?rev=961918view=rev Log: Add test for crazy sparse checkouts bug that's been wrecking my working copies ever since my switch to 1.7-dev. * subversion/tests/cmdline/depth_tests.py

svn commit: r961925 - in /subversion/trunk/subversion: libsvn_wc/ambient_depth_filter_editor.c tests/cmdline/depth_tests.py

2010-07-08 Thread cmpilato
Author: cmpilato Date: Thu Jul 8 20:36:08 2010 New Revision: 961925 URL: http://svn.apache.org/viewvc?rev=961925view=rev Log: Fix a bug in the ambient-depth update filter editor. * subversion/libsvn_wc/ambient_depth_filter_editor.c (make_dir_baton): Don't query the hiddenness of the node

svn commit: r961935 - in /subversion/trunk/subversion/tests/cmdline: checkout_tests.py svntest/sandbox.py tree_conflict_tests.py

2010-07-08 Thread rhuijben
Author: rhuijben Date: Thu Jul 8 21:03:01 2010 New Revision: 961935 URL: http://svn.apache.org/viewvc?rev=961935view=rev Log: Following up on r954830, which introduced the options class in our test framework fix a few references to the removed .verbose_mode variable. *

svn commit: r961969 - in /subversion/trunk/subversion: include/svn_diff.h include/svn_io.h libsvn_client/patch.c libsvn_diff/parse-diff.c libsvn_subr/stream.c tests/libsvn_diff/parse-diff-test.c tests

2010-07-08 Thread stsp
Author: stsp Date: Thu Jul 8 22:42:46 2010 New Revision: 961969 URL: http://svn.apache.org/viewvc?rev=961969view=rev Log: Fix issue #3555, 'Remove the line_filter and line_transformer callbacks from svn_stream_t'. Add custom functions similar to svn_stream_readline() to the diff parsing API,

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

2010-07-08 Thread danielsh
Author: danielsh Date: Thu Jul 8 22:45:46 2010 New Revision: 961970 URL: http://svn.apache.org/viewvc?rev=961970view=rev Log: Make an error message clearer. See this thread (on users@): http://thread.gmane.org/aanlktil446pxw9voj3fvykyxgtc-8tyq-91ihpr9p...@mail.gmail.com *

svn commit: r962356 - in /subversion/trunk/subversion: include/svn_diff.h libsvn_client/patch.c libsvn_diff/parse-diff.c

2010-07-08 Thread stsp
Author: stsp Date: Thu Jul 8 23:48:58 2010 New Revision: 962356 URL: http://svn.apache.org/viewvc?rev=962356view=rev Log: Make svn_hunk_t an opaque type. This makes sure that nothing outside the diff parser has access to the raw hunk text streams. These streams should only be read via the

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

2010-07-08 Thread danielsh
Author: danielsh Date: Thu Jul 8 23:55:50 2010 New Revision: 962368 URL: http://svn.apache.org/viewvc?rev=962368view=rev Log: Nominate r961970 with stsp's vote via IRC. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL:

svn commit: r962370 - /subversion/trunk/subversion/libsvn_subr/stream.c

2010-07-08 Thread stsp
Author: stsp Date: Fri Jul 9 00:13:57 2010 New Revision: 962370 URL: http://svn.apache.org/viewvc?rev=962370view=rev Log: * subversion/libsvn_subr/stream.c (stream_readline): Only set *EOL if DETECT_EOL is TRUE. Modified: subversion/trunk/subversion/libsvn_subr/stream.c Modified:

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

2010-07-08 Thread stsp
Author: stsp Date: Fri Jul 9 00:32:15 2010 New Revision: 962375 URL: http://svn.apache.org/viewvc?rev=962375view=rev Log: * subversion/libsvn_diff/parse-diff.c (readline): Rename this function to ... (hunk_readline): ... this. Turns out we only need it for reading original and modified