svn commit: r964348 - /subversion/site/publish/docs/index.html

2010-07-15 Thread hwright
Author: hwright Date: Thu Jul 15 09:20:43 2010 New Revision: 964348 URL: http://svn.apache.org/viewvc?rev=964348view=rev Log: * publish/docs/index.html: Add a link to the auto-generated JavaHL docs. Modified: subversion/site/publish/docs/index.html Modified:

svn commit: r964352 - in /subversion/trunk/subversion/bindings/javahl: native/MessageReceiver.cpp src/org/apache/subversion/javahl/ISVNAdmin.java src/org/apache/subversion/javahl/SVNAdmin.java src/org

2010-07-15 Thread hwright
Author: hwright Date: Thu Jul 15 09:34:00 2010 New Revision: 964352 URL: http://svn.apache.org/viewvc?rev=964352view=rev Log: Move the SVNAdmin.MessageReceiver interface to the ISVNAdmin interface, in an effort to consolidate the interfaces together. [ in subversion/bindings/javahl/ ] *

svn commit: r964357 - /subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c

2010-07-15 Thread rhuijben
Author: rhuijben Date: Thu Jul 15 09:57:30 2010 New Revision: 964357 URL: http://svn.apache.org/viewvc?rev=964357view=rev Log: * subversion/tests/libsvn_wc/entries-compat.c (test_access_baton_like_locking): Extend existing test to specifically show the regression in wcroot detection

svn commit: r964370 - /subversion/trunk/subversion/libsvn_wc/lock.c

2010-07-15 Thread philip
Author: philip Date: Thu Jul 15 10:29:34 2010 New Revision: 964370 URL: http://svn.apache.org/viewvc?rev=964370view=rev Log: * subversion/libsvn_wc/lock.c (child_is_disjoint): Remove unused variables. Modified: subversion/trunk/subversion/libsvn_wc/lock.c Modified:

svn propchange: r964369 - svn:log

2010-07-15 Thread danielsh
Author: danielsh Revision: 964369 Modified property: svn:log Modified: svn:log at Thu Jul 15 10:35:37 2010 -- --- svn:log (original) +++ svn:log Thu Jul 15 10:35:37 2010 @@ -1,3 +1,3 @@ Followup to r964349: -*

svn commit: r964382 - in /subversion/trunk: ./ subversion/bindings/javahl/native/ subversion/bindings/javahl/src/org/apache/subversion/javahl/ subversion/bindings/javahl/src/org/tigris/subversion/java

2010-07-15 Thread hwright
Author: hwright Date: Thu Jul 15 10:52:06 2010 New Revision: 964382 URL: http://svn.apache.org/viewvc?rev=964382view=rev Log: Rename the JavaHL SVNAdmin class to SVNRepos, which better reflects its role as a wrapper of that library. * build.conf (private-built-includes): Change the header file

svn commit: r964383 - in /subversion/trunk/subversion/libsvn_wc: wc_db.c wc_db_pdh.c wc_db_private.h

2010-07-15 Thread rhuijben
Author: rhuijben Date: Thu Jul 15 10:55:10 2010 New Revision: 964383 URL: http://svn.apache.org/viewvc?rev=964383view=rev Log: Following up on r95551, fix the is wcroot detection to don't rely on a cached value in the pdh that wasn't designed to keep track of relatedness. (The value is cached

svn commit: r964386 - in /subversion/trunk/subversion/bindings/javahl/native: CreateJ.cpp CreateJ.h LogMessageCallback.cpp

2010-07-15 Thread hwright
Author: hwright Date: Thu Jul 15 11:16:38 2010 New Revision: 964386 URL: http://svn.apache.org/viewvc?rev=964386view=rev Log: JavaHL: Move the creation of the Java ChangedPath object into its own native code function. * subversion/bindings/javahl/native/CreateJ.cpp (ChangedPath): New. *

svn commit: r964447 - /subversion/trunk/subversion/libsvn_ra_serf/auth.c

2010-07-15 Thread hwright
Author: hwright Date: Thu Jul 15 14:43:31 2010 New Revision: 964447 URL: http://svn.apache.org/viewvc?rev=964447view=rev Log: Don't compile a few functions when they aren't needed. * subversion/libsvn_ra_serf/auth.c (handle_proxy_basic_auth, init_proxy_basic_connection,

svn commit: r964448 - /subversion/trunk/subversion/libsvn_ra_serf/auth.c

2010-07-15 Thread hwright
Author: hwright Date: Thu Jul 15 14:45:59 2010 New Revision: 964448 URL: http://svn.apache.org/viewvc?rev=964448view=rev Log: * subversion/libsvn_ra_serf/auth.c (svn_ra_serf__encode_auth_header): Fix up the integer sizes required and returned by apr APIs. Modified:

svn commit: r964466 - /subversion/trunk/subversion/svn/info-cmd.c

2010-07-15 Thread hwright
Author: hwright Date: Thu Jul 15 15:30:07 2010 New Revision: 964466 URL: http://svn.apache.org/viewvc?rev=964466view=rev Log: Update the command line client's info command to use the latest client API. * subversion/svn/info-cmd.c (print_info_xml, print_info): Potentially trim path names to

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

2010-07-15 Thread philip
Author: philip Date: Thu Jul 15 15:41:32 2010 New Revision: 964471 URL: http://svn.apache.org/viewvc?rev=964471view=rev Log: * subversion/libsvn_client/update.c (internal_update): Don't unlock here. Modified: subversion/trunk/subversion/libsvn_client/update.c Modified:

svn commit: r964472 - in /subversion/branches/1.6.x-issue3648: ./ CHANGES subversion/include/private/svn_mergeinfo_private.h subversion/libsvn_client/merge.c subversion/libsvn_subr/mergeinfo.c subvers

2010-07-15 Thread pburba
Author: pburba Date: Thu Jul 15 15:47:23 2010 New Revision: 964472 URL: http://svn.apache.org/viewvc?rev=964472view=rev Log: On the 1.6.x-issue3648 branch: Merge r958024, r961055, and r964167 from trunk. These three revs are the sum of the issue #3648 fixes on trunk. None of them merge cleanly;

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

2010-07-15 Thread pburba
Author: pburba Date: Thu Jul 15 15:48:50 2010 New Revision: 964473 URL: http://svn.apache.org/viewvc?rev=964473view=rev Log: * STATUS: Nominate issue #3648 fixes for backport. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL:

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

2010-07-15 Thread philip
Author: philip Date: Thu Jul 15 15:51:25 2010 New Revision: 964474 URL: http://svn.apache.org/viewvc?rev=964474view=rev Log: * subversion/libsvn_wc/wc_db.c (svn_wc__db_temp_forget_directory): Don't unlock if SVN_WC__SINGLE_DB. (svn_wc__db_wclock_release): Use correct type for owned_locks.

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

2010-07-15 Thread hwright
Author: hwright Date: Thu Jul 15 15:53:02 2010 New Revision: 964475 URL: http://svn.apache.org/viewvc?rev=964475view=rev Log: * subversion/tests/cmdline/basic_tests.py (basic_rm_urls_multi_repos): Note that this test is for issue #1199. Modified:

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

2010-07-15 Thread philip
Author: philip Date: Thu Jul 15 16:32:54 2010 New Revision: 964482 URL: http://svn.apache.org/viewvc?rev=964482view=rev Log: Allow checkout into a single database; little else works. * subversion/libsvn_wc/update_editor.c (prep_directory): Don't create database if SINGLE_DB. (add_directory):

svn commit: r964483 - /subversion/trunk/subversion/libsvn_ra_serf/auth.c

2010-07-15 Thread pburba
Author: pburba Date: Thu Jul 15 16:33:40 2010 New Revision: 964483 URL: http://svn.apache.org/viewvc?rev=964483view=rev Log: Follow-up to r964447: Fix broken Windows build (a.k.a. hwright is up to his old tricks). * subversion/libsvn_ra_serf/auth.c (default_auth_response_handler): This is

svn propchange: r877660 - svn:log

2010-07-15 Thread hwright
Author: hwright Revision: 877660 Modified property: svn:log Modified: svn:log at Thu Jul 15 16:42:21 2010 -- --- svn:log (original) +++ svn:log Thu Jul 15 16:42:21 2010 @@ -11,7 +11,7 @@ Fixes some python testsuite

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

2010-07-15 Thread philip
Author: philip Date: Thu Jul 15 16:42:54 2010 New Revision: 964487 URL: http://svn.apache.org/viewvc?rev=964487view=rev Log: GCC was warning suggest parentheses around within ||. * subversion/libsvn_wc/wc_db.c (svn_wc__db_wclock_obtain): Don't check for empty path as it will be an

RE: svn commit: r964487 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2010-07-15 Thread Bert Huijben
-Original Message- From: phi...@apache.org [mailto:phi...@apache.org] Sent: donderdag 15 juli 2010 18:43 To: commits@subversion.apache.org Subject: svn commit: r964487 - /subversion/trunk/subversion/libsvn_wc/wc_db.c Author: philip Date: Thu Jul 15 16:42:54 2010 New Revision:

RE: svn commit: r964471 - /subversion/trunk/subversion/libsvn_client/update.c

2010-07-15 Thread Bert Huijben
-Original Message- From: phi...@apache.org [mailto:phi...@apache.org] Sent: donderdag 15 juli 2010 17:42 To: commits@subversion.apache.org Subject: svn commit: r964471 - /subversion/trunk/subversion/libsvn_client/update.c Author: philip Date: Thu Jul 15 15:41:32 2010 New

RE: svn commit: r964487 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2010-07-15 Thread Bert Huijben
-Original Message- From: Bert Huijben [mailto:b...@qqmail.nl] Sent: donderdag 15 juli 2010 22:05 To: d...@subversion.apache.org; commits@subversion.apache.org Subject: RE: svn commit: r964487 - /subversion/trunk/subversion/libsvn_wc/wc_db.c -Original Message-

svn commit: r964613 - in /subversion/trunk/subversion: libsvn_subr/sqlite.c libsvn_wc/wc_db.c

2010-07-15 Thread rhuijben
Author: rhuijben Date: Thu Jul 15 21:34:33 2010 New Revision: 964613 URL: http://svn.apache.org/viewvc?rev=964613view=rev Log: * subversion/libsvn_subr/sqlite.c (svn_sqlite__with_transaction): Don't ignore transaction rollback errors are they are hard enough to diagnose anyway. *

svn commit: r964557 - /subversion/trunk/COMMITTERS

2010-07-15 Thread stefan2
Author: stefan2 Date: Thu Jul 15 20:05:55 2010 New Revision: 964557 URL: http://svn.apache.org/viewvc?rev=964557view=rev Log: add stefan2 to COMMITTERS Modified: subversion/trunk/COMMITTERS Modified: subversion/trunk/COMMITTERS URL:

svn commit: r964568 - /subversion/branches/performance/

2010-07-15 Thread stefan2
Author: stefan2 Date: Thu Jul 15 20:20:40 2010 New Revision: 964568 URL: http://svn.apache.org/viewvc?rev=964568view=rev Log: Open performance improvement integration branch. The core changes will come from

svn commit: r964635 - in /subversion/trunk/subversion: include/svn_error_codes.h libsvn_subr/sqlite.c

2010-07-15 Thread rhuijben
Author: rhuijben Date: Thu Jul 15 23:02:44 2010 New Revision: 964635 URL: http://svn.apache.org/viewvc?rev=964635view=rev Log: Following up on r964613, make our SQLite code capable of recovering from a failed rollback because some statements were still busy. This patch ensures that a rollback is

svn commit: r964639 - in /subversion/trunk/subversion/libsvn_wc: wc_db.c wc_db_private.h

2010-07-15 Thread rhuijben
Author: rhuijben Date: Thu Jul 15 23:27:37 2010 New Revision: 964639 URL: http://svn.apache.org/viewvc?rev=964639view=rev Log: Rename the relpath field in svn_wc__db_wclock_t to local_relpath. * subversion/libsvn_wc/wc_db.c (wclock_obtain_cb): Update user. (svn_wc__db_wclock_obtain): Update

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

2010-07-15 Thread rhuijben
Author: rhuijben Date: Thu Jul 15 23:32:32 2010 New Revision: 964641 URL: http://svn.apache.org/viewvc?rev=964641view=rev Log: Following up on r961784, minor cleanup. * subversion/libsvn_wc/wc-queries.sql (STMT_APPLY_CHANGES_TO_BASE): Remove obsolete comment. * subversion/libsvn_wc/wc_db.c

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

2010-07-15 Thread rhuijben
Author: rhuijben Date: Thu Jul 15 23:58:17 2010 New Revision: 964649 URL: http://svn.apache.org/viewvc?rev=964649view=rev Log: Future proofing the code, use pointer to the real item in the array instead of a local copy. Fix a copy bug found, by implementing this suggestion. *

svn commit: r964652 - /subversion/trunk/subversion/libsvn_subr/sqlite.c

2010-07-15 Thread rhuijben
Author: rhuijben Date: Fri Jul 16 00:50:34 2010 New Revision: 964652 URL: http://svn.apache.org/viewvc?rev=964652view=rev Log: * subversion/libsvn_subr/sqlite.c (step_with_expectation): Reset statement if expectation failed. Modified: subversion/trunk/subversion/libsvn_subr/sqlite.c

svn commit: r964653 - /subversion/trunk/subversion/libsvn_wc/lock.c

2010-07-15 Thread rhuijben
Author: rhuijben Date: Fri Jul 16 01:23:03 2010 New Revision: 964653 URL: http://svn.apache.org/viewvc?rev=964653view=rev Log: When using single-db, obtain an infinite depth lock on the root of the operation instead of a lock on each separate directory below the root. *

svn commit: r964655 - in /subversion/trunk/subversion/libsvn_wc: props.c wc_db.c

2010-07-15 Thread rhuijben
Author: rhuijben Date: Fri Jul 16 01:45:16 2010 New Revision: 964655 URL: http://svn.apache.org/viewvc?rev=964655view=rev Log: Allow setting dav properties on any node whatever its status, but return an error when the node has no BASE_NODE record. * subversion/libsvn_wc/props.c

svn commit: r964656 - /subversion/trunk/subversion/libsvn_wc/lock.c

2010-07-15 Thread rhuijben
Author: rhuijben Date: Fri Jul 16 02:06:56 2010 New Revision: 964656 URL: http://svn.apache.org/viewvc?rev=964656view=rev Log: * subversion/libsvn_wc/lock.c (svn_wc__acquire_lock): Revert some accidentally committed test code accidentally introduced in r964653. Modified:

svn propchange: r964653 - svn:log

2010-07-15 Thread rhuijben
Author: rhuijben Revision: 964653 Modified property: svn:log Modified: svn:log at Fri Jul 16 02:07:58 2010 -- --- svn:log (original) +++ svn:log Fri Jul 16 02:07:58 2010 @@ -5,5 +5,7 @@ below the root. *