svn commit: r979955 - /subversion/trunk/subversion/tests/cmdline/diff_tests.py

2010-07-28 Thread dannas
Author: dannas Date: Wed Jul 28 06:17:09 2010 New Revision: 979955 URL: http://svn.apache.org/viewvc?rev=979955view=rev Log: Simplify the testdata for an XFailing property diff test. The actual diff still misses one context line; 'line 3'. Using the same testdata and changes on a text file shows

svn commit: r979972 - /subversion/trunk/COMMITTERS

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 07:28:00 2010 New Revision: 979972 URL: http://svn.apache.org/viewvc?rev=979972view=rev Log: * COMMITTERS (artagnon): Extend partial commit privileges to the common cmdline test suite framework (svntest). Modified: subversion/trunk/COMMITTERS

svn commit: r979975 - /subversion/trunk/subversion/tests/cmdline/svntest/verify.py

2010-07-28 Thread artagnon
Author: artagnon Date: Wed Jul 28 07:41:21 2010 New Revision: 979975 URL: http://svn.apache.org/viewvc?rev=979975view=rev Log: Followup r979295 to handle the expected_is_regexp case in display_lines. * subversion/tests/cmdline/svntest/verify.py (display_lines): When expected is a string and

svn commit: r979976 - /subversion/trunk/subversion/libsvn_client/patch.c

2010-07-28 Thread dannas
Author: dannas Date: Wed Jul 28 07:44:58 2010 New Revision: 979976 URL: http://svn.apache.org/viewvc?rev=979976view=rev Log: Follow-up to r979835. Allow more than just a deleted prop to be installed for a path. Before this change, the code stopped looping over property targets after a deleted

svn propchange: r979976 - svn:log

2010-07-28 Thread dannas
Author: dannas Revision: 979976 Modified property: svn:log Modified: svn:log at Wed Jul 28 08:12:47 2010 -- --- svn:log (original) +++ svn:log Wed Jul 28 08:12:47 2010 @@ -3,5 +3,5 @@ installed for a path. Before this

svn commit: r980011 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

2010-07-28 Thread philip
Author: philip Date: Wed Jul 28 09:55:10 2010 New Revision: 980011 URL: http://svn.apache.org/viewvc?rev=980011view=rev Log: * subversion/libsvn_wc/adm_ops.c (svn_wc_add4): Always use the same function to check for locks. Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c Modified:

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

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 10:04:30 2010 New Revision: 980012 URL: http://svn.apache.org/viewvc?rev=980012view=rev Log: * subversion/libsvn_wc/wc_db.c (is_wclocked): Fix error leak. Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c Modified:

svn commit: r980016 - /subversion/trunk/subversion/tests/cmdline/commit_tests.py

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 10:43:43 2010 New Revision: 980016 URL: http://svn.apache.org/viewvc?rev=980016view=rev Log: * subversion/tests/cmdline/commit_tests.py (make_standard_slew_of_changes): Remove assumption that after a 'svn rm DIR', DIR is still on disk, in preparation

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

2010-07-28 Thread philip
Author: philip Date: Wed Jul 28 10:50:10 2010 New Revision: 980017 URL: http://svn.apache.org/viewvc?rev=980017view=rev Log: * subversion/libsvn_wc/update_editor.c: (close_file): Remove some out-of-db props code. Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c Modified:

svn commit: r980031 - in /subversion/trunk/subversion/tests/cmdline: entries-dump.c svntest/main.py svntest/wc.py

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 11:59:17 2010 New Revision: 980031 URL: http://svn.apache.org/viewvc?rev=980031view=rev Log: Make the entry verification code in our testsuite use the real list of directories in a working copy instead of just using all the on-disk directories and ignoring

svn commit: r980037 - in /subversion/trunk: subversion/tests/cmdline/svntest/main.py win-tests.py

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 12:37:25 2010 New Revision: 980037 URL: http://svn.apache.org/viewvc?rev=980037view=rev Log: Don't print an unnecessary blank line after every entries-dump invocation, and allow using the not verbose mode on Windows. * subversion/tests/cmdline/svntest/main.py

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

2010-07-28 Thread julianfoad
Author: julianfoad Date: Wed Jul 28 13:18:28 2010 New Revision: 980046 URL: http://svn.apache.org/viewvc?rev=980046view=rev Log: Add assertions in FSFS to trap an internal error that is believed to have occurred in real life. See email from me on 2010-06-22, FSFS error in DAV MERGE - Can't open

svn commit: r980050 - /subversion/trunk/subversion/tests/cmdline/patch_tests.py

2010-07-28 Thread dannas
Author: dannas Date: Wed Jul 28 13:35:21 2010 New Revision: 980050 URL: http://svn.apache.org/viewvc?rev=980050view=rev Log: Add XFailing test for 'svn patch' involving added paths with properties. We have to be able to deal with diffs created on those. Currently, we fail when we try to invoke

svn commit: r980060 - in /subversion/trunk/subversion/tests/cmdline: basic_tests.py commit_tests.py

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 14:01:23 2010 New Revision: 980060 URL: http://svn.apache.org/viewvc?rev=980060view=rev Log: Remove a few more assumptions on directories that exist after calling 'svn rm' on them from our test suite. This for forward compatibility with single-db. *

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

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 14:26:32 2010 New Revision: 980068 URL: http://svn.apache.org/viewvc?rev=980068view=rev Log: * subversion/libsvn_wc/status.c (handle_dir_entry): In single-db mode, directories that don't exist on disk can just be handled as a directory. Modified:

svn commit: r980069 - /subversion/trunk/subversion/libsvn_wc/adm_crawler.c

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 14:28:24 2010 New Revision: 980069 URL: http://svn.apache.org/viewvc?rev=980069view=rev Log: * subversion/libsvn_wc/adm_crawler.c (report_revisions_and_depths): When using a single db, it is not an issue if a directory does not exist. We have the

svn commit: r980075 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_wc/adm_ops.c libsvn_wc/entries.c libsvn_wc/node.c libsvn_wc/wc_db.c libsvn_wc/wc_db.h libsvn_wc/workqueue

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 14:44:19 2010 New Revision: 980075 URL: http://svn.apache.org/viewvc?rev=980075view=rev Log: For WC-NG single db: Make 'svn rm DIR' directly remove the on-disk directory, instead of scheduling it for delete at commit time. This patch will make a few more tests

svn commit: r980084 - /subversion/trunk/subversion/libsvn_wc/adm_crawler.c

2010-07-28 Thread philip
Author: philip Date: Wed Jul 28 15:01:28 2010 New Revision: 980084 URL: http://svn.apache.org/viewvc?rev=980084view=rev Log: * subversion/libsvn_wc/adm_crawler.c (report_revisions_and_depths): Remove shadow variable declaration. Modified: subversion/trunk/subversion/libsvn_wc/adm_crawler.c

svn commit: r980087 - /subversion/trunk/subversion/tests/cmdline/basic_tests.py

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 15:10:32 2010 New Revision: 980087 URL: http://svn.apache.org/viewvc?rev=980087view=rev Log: Turn basic_tests.py 16 attempt to change node kind into a work in progress test, as this scenario is now supported in single-db mode. Updated the test to check for the

svn commit: r980088 - /subversion/trunk/subversion/tests/cmdline/commit_tests.py

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 15:14:09 2010 New Revision: 980088 URL: http://svn.apache.org/viewvc?rev=980088view=rev Log: * subversion/tests/cmdline/commit_tests.py (nested_dir_replacements): Following up on r980060, also recreate the second tested directory. Modified:

svn commit: r980104 - /subversion/trunk/subversion/libsvn_wc/upgrade.c

2010-07-28 Thread julianfoad
Author: julianfoad Date: Wed Jul 28 15:52:48 2010 New Revision: 980104 URL: http://svn.apache.org/viewvc?rev=980104view=rev Log: * subversion/libsvn_wc/upgrade.c (migrate_props): Remove this forward declaration as it is no longer needed. Modified:

svn commit: r980110 - in /subversion/trunk/subversion/include: private/svn_wc_private.h svn_ra.h

2010-07-28 Thread julianfoad
Author: julianfoad Date: Wed Jul 28 16:12:34 2010 New Revision: 980110 URL: http://svn.apache.org/viewvc?rev=980110view=rev Log: Fix Doxygen mark-up. * subversion/include/private/svn_wc_private.h (svn_wc__node_get_repos_info, svn_wc__node_get_working_rev_info): Write @a arg instead of

svn commit: r980118 - in /subversion/branches/performance/subversion: include/private/svn_cache.h libsvn_subr/cache-membuffer.c

2010-07-28 Thread stefan2
Author: stefan2 Date: Wed Jul 28 16:42:10 2010 New Revision: 980118 URL: http://svn.apache.org/viewvc?rev=980118view=rev Log: Rename membuffer_cache_t to svn_membuffer_t as requested in http://svn.haxx.se/dev/archive-2010-07/0625.shtml It is not using the svn_cache__ prefix, though, because it

svn commit: r980136 - in /subversion/trunk/subversion: include/svn_types.h libsvn_subr/io.c libsvn_wc/adm_crawler.c libsvn_wc/adm_ops.c libsvn_wc/upgrade.c libsvn_wc/workqueue.c

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 17:35:57 2010 New Revision: 980136 URL: http://svn.apache.org/viewvc?rev=980136view=rev Log: Standardize our use of APR_STATUS_IS_ENOTDIR() to use a subversion specific macro, to document why we catch an extra error in one place, instead of all over the place.

svn commit: r980139 - in /subversion/trunk/subversion: include/svn_dirent_uri.h libsvn_subr/dirent_uri.c

2010-07-28 Thread julianfoad
Author: julianfoad Date: Wed Jul 28 17:51:10 2010 New Revision: 980139 URL: http://svn.apache.org/viewvc?rev=980139view=rev Log: Rename some function parameters for clarity: where xxx1 and xxx2 represent two paths in a parent-child relationship, rename them to parent_xxx and child_xxx

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

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 18:43:57 2010 New Revision: 980153 URL: http://svn.apache.org/viewvc?rev=980153view=rev Log: Following up on r960708 and r980075, make our status walker also use a directories' dirents when doing a 'svn status -u'. This makes the information stable enough to

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

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 19:33:02 2010 New Revision: 980176 URL: http://svn.apache.org/viewvc?rev=980176view=rev Log: * subversion/libsvn_wc/status.c (get_dir_status): Fix compilation for single-db mode. Modified: subversion/trunk/subversion/libsvn_wc/status.c Modified:

svn commit: r980179 - in /subversion/trunk/subversion/svnrdump: dumpfile_parser.c load_editor.c load_editor.h svnrdump.c

2010-07-28 Thread artagnon
Author: artagnon Date: Wed Jul 28 19:35:31 2010 New Revision: 980179 URL: http://svn.apache.org/viewvc?rev=980179view=rev Log: svnrdump: Add a wireframe structure to parse a dumpstream and build a commit editor. * subversion/svnrdump/dumpfile_parser.c (build_dumpfile_parser): Build and return

svn commit: r980184 - /subversion/trunk/subversion/include/svn_types.h

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 19:39:57 2010 New Revision: 980184 URL: http://svn.apache.org/viewvc?rev=980184view=rev Log: * subversion/include/svn_types.h (SVN__APR_STATUS_IS_ENOTDIR): Fix stupid type that breaks the !WIN32 build. Modified:

svn commit: r980188 - in /subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl: ./ callback/

2010-07-28 Thread hwright
Author: hwright Date: Wed Jul 28 19:47:50 2010 New Revision: 980188 URL: http://svn.apache.org/viewvc?rev=980188view=rev Log: [ in subversion/bindings/javahl/src/org/apache/subversion/javahl/ ] * ClientNotifyInformation.java, DirEntry.java, ProgressEvent.java, callback/StatusCallback.java,

svn propchange: r980171 - svn:log

2010-07-28 Thread rhuijben
Author: rhuijben Revision: 980171 Modified property: svn:log Modified: svn:log at Wed Jul 28 20:03:11 2010 -- --- svn:log (original) +++ svn:log Wed Jul 28 20:03:11 2010 @@ -5,7 +5,7 @@ retrievals I added in r980153, as

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

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 20:30:48 2010 New Revision: 980196 URL: http://svn.apache.org/viewvc?rev=980196view=rev Log: Use SVN_WC__SINGLE_DB as check for sharding pristines instead of SVN__SKIP_SUBDIR. The single DB format should be as close as (currently) possible to the final 1.7

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

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 20:43:24 2010 New Revision: 980203 URL: http://svn.apache.org/viewvc?rev=980203view=rev Log: * subversion/libsvn_wc/wc_db.c (svn_wc__db_temp_op_set_base_incomplete): Fix possible NULL reference. Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c

svn commit: r980231 - /subversion/trunk/build.conf

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 21:09:03 2010 New Revision: 980231 URL: http://svn.apache.org/viewvc?rev=980231view=rev Log: * build.conf (svnrdump): Following up on r980179, add libsvn_repos in an attempt to fix the build on two buildbots. Modified: subversion/trunk/build.conf

svn commit: r980235 - /subversion/trunk/subversion/tests/cmdline/svntest/wc.py

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 21:31:31 2010 New Revision: 980235 URL: http://svn.apache.org/viewvc?rev=980235view=rev Log: Fix pristine location finder for sharded single db and non '/' paths. * subversion/tests/cmdline/svntest/wc.py (text_base_path): Update location calculation.

svn commit: r980241 - /subversion/trunk/subversion/tests/cmdline/svntest/verify.py

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 21:39:27 2010 New Revision: 980241 URL: http://svn.apache.org/viewvc?rev=980241view=rev Log: * subversion/tests/cmdline/svntest/verify.py (display_lines): If expected or actual is a string, convert it to a list before calling unified_diff() on it.

svn commit: r980251 - in /subversion/trunk/subversion: include/private/svn_fs_util.h libsvn_fs_base/bdb/lock-tokens-table.c libsvn_fs_base/bdb/locks-table.c libsvn_fs_base/lock.c libsvn_fs_base/tree.c

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 22:21:22 2010 New Revision: 980251 URL: http://svn.apache.org/viewvc?rev=980251view=rev Log: Convert dirents to local style in several libsvn_fs_(base|fs) error messages. * subversion/include/private/svn_fs_util.h (SVN_FS__ERR_NOT_MUTABLE,

svn commit: r980258 - /subversion/trunk/subversion/libsvn_wc/crop.c

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 22:40:53 2010 New Revision: 980258 URL: http://svn.apache.org/viewvc?rev=980258view=rev Log: * subversion/libsvn_wc/crop.c (crop_children): Use depth infinity for depth unknown before comparing with the new depth. Modified:

svn commit: r980263 - in /subversion/trunk/subversion/libsvn_wc: adm_files.c adm_files.h adm_ops.c

2010-07-28 Thread rhuijben
Author: rhuijben Date: Wed Jul 28 23:13:05 2010 New Revision: 980263 URL: http://svn.apache.org/viewvc?rev=980263view=rev Log: Allow destroying a single-db working copy via its root using svn_wc__adm_destroy(). This should fix a few externals tests for single-db. *

svn commit: r980278 - in /subversion/trunk/subversion: libsvn_client/patch.c tests/cmdline/patch_tests.py

2010-07-28 Thread rhuijben
Author: rhuijben Date: Thu Jul 29 00:49:57 2010 New Revision: 980278 URL: http://svn.apache.org/viewvc?rev=980278view=rev Log: Make 'svn patch' handle adding directories over deleted nodes. This feature was documented as 'needs wc-ng', while replacing directories just works in 1.6. The old