svn propchange: r1142315 - svn:log

2011-07-02 Thread rhuijben
Author: rhuijben Revision: 1142315 Modified property: svn:log Modified: svn:log at Sat Jul 2 21:40:12 2011 -- --- svn:log (original) +++ svn:log Sat Jul 2 21:40:12 2011 @@ -12,6 +12,8 @@ additional database call in svn.

svn commit: r1142315 - in /subversion/trunk/subversion: libsvn_wc/status.c svn/status.c

2011-07-02 Thread rhuijben
Author: rhuijben Date: Sat Jul 2 21:35:43 2011 New Revision: 1142315 URL: http://svn.apache.org/viewvc?rev=1142315&view=rev Log: In the status walker: remove one database call for every unversioned node found by passing the tree conflict status downwards. And for the specific case where we have

Re: svn commit: r1142191 - in /subversion/branches/svn_mutex/subversion: include/private/ libsvn_fs/ libsvn_fs_fs/ libsvn_subr/

2011-07-02 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, Jul 02, 2011 at 10:20:57 -: > Author: stefan2 > Date: Sat Jul 2 10:20:56 2011 > New Revision: 1142191 > > URL: http://svn.apache.org/viewvc?rev=1142191&view=rev > Log: > Bring svn_mutex__* API more in line with its APR counterpart. > > * subversion/include/pr

svn propchange: r1142193 - svn:log

2011-07-02 Thread arfrever
Author: arfrever Revision: 1142193 Modified property: svn:log Modified: svn:log at Sat Jul 2 15:53:59 2011 -- --- svn:log (original) +++ svn:log Sat Jul 2 15:53:59 2011 @@ -6,4 +6,5 @@ Introduce a *__with_lock function t

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

2011-07-02 Thread rhuijben
Author: rhuijben Date: Sat Jul 2 12:56:04 2011 New Revision: 1142216 URL: http://svn.apache.org/viewvc?rev=1142216&view=rev Log: * subversion/libsvn_wc/wc_db.c (scan_addition_txn, (svn_wc__db_read_conflict_victims, svn_wc__db_get_conflict_marker_files): Use relpath functions on relpaths.

svn commit: r1142212 - /subversion/trunk/subversion/tests/cmdline/upgrade_tests.py

2011-07-02 Thread rhuijben
Author: rhuijben Date: Sat Jul 2 12:09:29 2011 New Revision: 1142212 URL: http://svn.apache.org/viewvc?rev=1142212&view=rev Log: * subversion/tests/cmdline/upgrade_tests.py (upgrade_with_missing_subdir): Expect that the incomplete directory is restored before the actual update processing, i

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

2011-07-02 Thread rhuijben
Author: rhuijben Date: Sat Jul 2 12:05:56 2011 New Revision: 1142211 URL: http://svn.apache.org/viewvc?rev=1142211&view=rev Log: * subversion/libsvn_wc/update_editor.c (modcheck_callback): Handle directory externals like unversioned files, like how we handled them in 1.6 with the custom sta

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

2011-07-02 Thread rhuijben
Author: rhuijben Date: Sat Jul 2 11:49:01 2011 New Revision: 1142207 URL: http://svn.apache.org/viewvc?rev=1142207&view=rev Log: Make the restore step of 'svn update' capable of restoring missing added and incomplete directories. This should fix a few usability problems that were found by daniels

svn commit: r1142193 - in /subversion/branches/svn_mutex/subversion: include/private/svn_mutex.h libsvn_subr/svn_mutex.c

2011-07-02 Thread stefan2
Author: stefan2 Date: Sat Jul 2 10:35:55 2011 New Revision: 1142193 URL: http://svn.apache.org/viewvc?rev=1142193&view=rev Log: Introduce a *__with_lock function to the svn_mutex__* API. * subversion/include/private/svn_mutex.h (svn_mutex__callback_t): new callback function (svn_mutex__with_

svn commit: r1142191 - in /subversion/branches/svn_mutex/subversion: include/private/ libsvn_fs/ libsvn_fs_fs/ libsvn_subr/

2011-07-02 Thread stefan2
Author: stefan2 Date: Sat Jul 2 10:20:56 2011 New Revision: 1142191 URL: http://svn.apache.org/viewvc?rev=1142191&view=rev Log: Bring svn_mutex__* API more in line with its APR counterpart. * subversion/include/private/svn_mutex.h (svn_mutex__t): make it an actual typedef instead of a wrapper