svn commit: r1100937 - /subversion/trunk/subversion/libsvn_subr/svn_string.c

2011-05-09 Thread danielsh
Author: danielsh Date: Mon May 9 10:02:49 2011 New Revision: 1100937 URL: http://svn.apache.org/viewvc?rev=1100937view=rev Log: * subversion/libsvn_subr/svn_string.c (svn_cstring_strtoui64, svn_cstring_strtoi64): Remove superfluous svn_error_return() wrappers. Modified:

svn commit: r1100941 - /subversion/trunk/subversion/libsvn_wc/externals.c

2011-05-09 Thread julianfoad
Author: julianfoad Date: Mon May 9 10:11:07 2011 New Revision: 1100941 URL: http://svn.apache.org/viewvc?rev=1100941view=rev Log: * subversion/libsvn_wc/externals.c (svn_wc__crawl_file_external): Rename a local variable to avoid shadowing an different variable of the same name. Modified:

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

2011-05-09 Thread julianfoad
Author: julianfoad Date: Mon May 9 10:13:40 2011 New Revision: 1100942 URL: http://svn.apache.org/viewvc?rev=1100942view=rev Log: Simplify some code. * subversion/libsvn_wc/update_editor.c (create_tree_conflict): Assert that the 'their_relpath' parameter is non-null, as it always is now.

svn commit: r1100943 - /subversion/trunk/subversion/libsvn_subr/svn_string.c

2011-05-09 Thread danielsh
Author: danielsh Date: Mon May 9 10:25:45 2011 New Revision: 1100943 URL: http://svn.apache.org/viewvc?rev=1100943view=rev Log: Fix incorrect format strings. Note: this un-marks the strings for translation. * subversion/libsvn_subr/svn_string.c (svn_cstring_strtoui64, svn_cstring_strtoi64):

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

2011-05-09 Thread julianfoad
Author: julianfoad Date: Mon May 9 11:21:02 2011 New Revision: 1100962 URL: http://svn.apache.org/viewvc?rev=1100962view=rev Log: * STATUS: Veto r1084575+r1084581. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL:

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=1100964view=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 Modified:

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

2011-05-09 Thread julianfoad
Author: julianfoad Date: Mon May 9 11:51:06 2011 New Revision: 1100970 URL: http://svn.apache.org/viewvc?rev=1100970view=rev Log: * STATUS: Remove my veto and instead approve r1084575+r1084581. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL:

svn propchange: r1084581 - svn:log

2011-05-09 Thread julianfoad
Author: julianfoad Revision: 1084581 Modified property: svn:log Modified: svn:log at Mon May 9 12:19:38 2011 -- --- svn:log (original) +++ svn:log Mon May 9 12:19:38 2011 @@ -1,7 +1,17 @@ Change the descriptive version

svn commit: r1100991 - in /subversion/branches/1.6.x: ./ STATUS subversion/include/svn_version.h subversion/tests/cmdline/getopt_tests.py

2011-05-09 Thread hwright
Author: hwright Date: Mon May 9 12:42:36 2011 New Revision: 1100991 URL: http://svn.apache.org/viewvc?rev=1100991view=rev Log: Merge r1084575, r1084581 from trunk: * r1084575, r1084581 Change the version string from (dev build) to (under development). Justification: Same as for

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=1100999view=rev Log: * subversion/libsvn_repos/rev_hunt.c (svn_repos_trace_node_locations): Remember to destroy local pools before returning because of unreadable paths. Modified:

svn commit: r1101028 - in /subversion/trunk/subversion: libsvn_client/cleanup.c svn/cleanup-cmd.c

2011-05-09 Thread pburba
Author: pburba Date: Mon May 9 13:54:04 2011 New Revision: 1101028 URL: http://svn.apache.org/viewvc?rev=1101028view=rev Log: Follow-up to r1100349, move error for issue #3835 from libsvn_client to svn. * subversion/libsvn_client/cleanup.c (svn_client_cleanup): Fix last Friday's brain cramp:

Re: svn commit: r1100704 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2011-05-09 Thread Hyrum K Wright
On Sun, May 8, 2011 at 3:34 AM, rhuij...@apache.org wrote: Author: rhuijben Date: Sun May  8 08:34:56 2011 New Revision: 1100704 URL: http://svn.apache.org/viewvc?rev=1100704view=rev Log: * subversion/libsvn_wc/wc_db.c  (scan_addition_txn,   wclock_obtain_cb,   svn_wc__db_wclock_obtain,

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

2011-05-09 Thread Bert Huijben
-Original Message- From: Hyrum K Wright [mailto:hy...@hyrumwright.org] Sent: maandag 9 mei 2011 16:32 To: d...@subversion.apache.org Cc: commits@subversion.apache.org Subject: Re: svn commit: r1100704 - /subversion/trunk/subversion/libsvn_wc/wc_db.c Instead of all the casting, why

Re: svn commit: r1100704 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2011-05-09 Thread Julian Foad
Hyrum K Wright wrote: On Sun, May 8, 2011 at 3:34 AM, rhuij...@apache.org wrote: -for (i = relpath_depth(local_relpath); i op_depth; --i) +for (i = (int)relpath_depth(local_relpath); i op_depth; --i) -for (i = relpath_depth(current_relpath); i op_depth; i--) +

Re: svn commit: r1100756 - in /subversion/trunk/subversion/libsvn_wc: update_editor.c wc.h

2011-05-09 Thread Hyrum K Wright
On Sun, May 8, 2011 at 10:22 AM, rhuij...@apache.org wrote: Author: rhuijben Date: Sun May  8 15:22:01 2011 New Revision: 1100756 URL: http://svn.apache.org/viewvc?rev=1100756view=rev Log: Extract some logic from the update_editor's merge_file code to its own function to allow reusing

svn commit: r1101060 - /subversion/trunk/subversion/libsvn_subr/properties.c

2011-05-09 Thread hwright
Author: hwright Date: Mon May 9 15:19:41 2011 New Revision: 1101060 URL: http://svn.apache.org/viewvc?rev=1101060view=rev Log: * subversion/libsvn_subr/properties.c (svn_property_kind): Quash a couple of warnings with casts (we can't change the variable type because it is part of the

svn commit: r1101071 - in /subversion/trunk/subversion/libsvn_wc: upgrade.c wc-metadata.sql wc_db.c

2011-05-09 Thread rhuijben
Author: rhuijben Date: Mon May 9 15:43:56 2011 New Revision: 1101071 URL: http://svn.apache.org/viewvc?rev=1101071view=rev Log: Prepare some things for a future version 29 format bump and at the same time document some of my ideas. * subversion/libsvn_wc/upgrade.c (bump_to_29): New function.

Re: svn commit: r1100704 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2011-05-09 Thread Philip Martin
Julian Foad julian.f...@wandisco.com writes: Alternatively... I'd like to change all our uses of apr_int64_t for (wc_id, repos_id, op_depth) to plain int. I think that would be better because it would only occupy one syllable of thought-space rather than eight syllables. And I believe

svn commit: r1101086 - in /subversion/trunk/subversion/tests/cmdline: basic_tests.py blame_tests.py info_tests.py

2011-05-09 Thread rhuijben
Author: rhuijben Date: Mon May 9 16:13:24 2011 New Revision: 1101086 URL: http://svn.apache.org/viewvc?rev=1101086view=rev Log: Move two recently added 'basic' tests to their proper location. * subversion/tests/cmdline/basic_tests.py (info_multiple_targets): Move to info_tests.py.

svn commit: r1101089 - in /subversion/site/publish/docs/api/1.6: ./ search/

2011-05-09 Thread hwright
Author: hwright Date: Mon May 9 16:24:33 2011 New Revision: 1101089 URL: http://svn.apache.org/viewvc?rev=1101089view=rev Log: Update the static 1.6 doxygen markup on the public website from doxygen based on version 1.6.6 to that based on 1.6.16. While we both know that there isn't any material

svn commit: r1101091 - /subversion/trunk/subversion/libsvn_subr/cache-membuffer.c

2011-05-09 Thread stefan2
Author: stefan2 Date: Mon May 9 16:28:16 2011 New Revision: 1101091 URL: http://svn.apache.org/viewvc?rev=1101091view=rev Log: Fix a number of conversion and formatting issues. * subversion/libsvn_subr/cache-membuffer.c (MIN_SEGMENT_SIZE): ensure that cache sizes 4GB work

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

2011-05-09 Thread danielsh
Author: danielsh Date: Mon May 9 16:31:57 2011 New Revision: 1101095 URL: http://svn.apache.org/viewvc?rev=1101095view=rev Log: * subversion/libsvn_wc/ugprade.c (bump_to_29): Fail fast, i.e., before making any changes. Modified: subversion/trunk/subversion/libsvn_wc/upgrade.c Modified:

Re: svn commit: r1100738 - /subversion/trunk/subversion/libsvn_subr/cache-membuffer.c

2011-05-09 Thread Stefan Fuhrmann
On 08.05.2011 18:40, Daniel Shahaf wrote: A few questions: stef...@apache.org wrote on Sun, May 08, 2011 at 13:48:33 -: Author: stefan2 Date: Sun May 8 13:48:33 2011 New Revision: 1100738 URL: http://svn.apache.org/viewvc?rev=1100738view=rev Log: Make membuffer cache segmentation

svn commit: r1101124 - /subversion/trunk/CHANGES

2011-05-09 Thread hwright
Author: hwright Date: Mon May 9 17:50:56 2011 New Revision: 1101124 URL: http://svn.apache.org/viewvc?rev=1101124view=rev Log: * CHANGES (1.6.17): Add section. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL:

svn commit: r1101126 - /subversion/trunk/subversion/libsvn_ra_neon/commit.c

2011-05-09 Thread philip
Author: philip Date: Mon May 9 18:01:59 2011 New Revision: 1101126 URL: http://svn.apache.org/viewvc?rev=1101126view=rev Log: * subversion/libsvn_ra_neon/commit.c (commit_open_root): Use VTXN stubs with VTXN name. Modified: subversion/trunk/subversion/libsvn_ra_neon/commit.c Modified:

svn commit: r1101171 - in /subversion/trunk/subversion: libsvn_wc/wc-queries.sql libsvn_wc/wc_db.c tests/libsvn_wc/db-test.c

2011-05-09 Thread rhuijben
Author: rhuijben Date: Mon May 9 19:49:44 2011 New Revision: 1101171 URL: http://svn.apache.org/viewvc?rev=1101171view=rev Log: Implement the insertion and reading of nodes in the EXTERNALS table. * subversion/libsvn_wc/wc-queries.sql (STMT_INSERT_EXTERNAL): New query.

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

2011-05-09 Thread pburba
Author: pburba Date: Mon May 9 20:03:50 2011 New Revision: 1101195 URL: http://svn.apache.org/viewvc?rev=1101195view=rev Log: Don't create subpools in merge svn_wc_diff_callbacks4_t callbacks when there are already scratch_pools available. Suggested by: rhuijben *

svn commit: r1101196 - /subversion/trunk/subversion/libsvn_wc/wc_db_private.h

2011-05-09 Thread julianfoad
Author: julianfoad Date: Mon May 9 20:04:15 2011 New Revision: 1101196 URL: http://svn.apache.org/viewvc?rev=1101196view=rev Log: * subversion/libsvn_wc/wc_db_private.h Change the include-guard name to 'WC_DB_PRIVATE_H' to match the file name. Modified:

svn commit: r1101205 - in /subversion/trunk/subversion/libsvn_client: diff.c merge.c

2011-05-09 Thread pburba
Author: pburba Date: Mon May 9 20:18:16 2011 New Revision: 1101205 URL: http://svn.apache.org/viewvc?rev=1101205view=rev Log: Follow-up to r1101195, remove some unnecessary subpools from svn_wc_diff_callbacks4_t callback helpers. * subversion/libsvn_client/diff.c (diff_props_changed): Use

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

2011-05-09 Thread stefan2
Author: stefan2 Date: Mon May 9 20:54:37 2011 New Revision: 1101219 URL: http://svn.apache.org/viewvc?rev=1101219view=rev Log: * notes/knobs: reformat; add all SVN-specific defines used by #ifdef or #ifndef Modified: subversion/trunk/notes/knobs Modified: subversion/trunk/notes/knobs URL:

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

2011-05-09 Thread rhuijben
Author: rhuijben Date: Mon May 9 20:57:05 2011 New Revision: 1101220 URL: http://svn.apache.org/viewvc?rev=1101220view=rev Log: Optimize the status walker a bit for the specific case where it is used on an single target inside a huge directory. Fix two pool lifetime issues and a small lock

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

2011-05-09 Thread gstein
Author: gstein Date: Mon May 9 21:21:25 2011 New Revision: 1101224 URL: http://svn.apache.org/viewvc?rev=1101224view=rev Log: Simplify the changelist change-notifications. We never need to filter the notifications (unlike revert), so if it is in the table: we notify. *

svn commit: r1101226 - in /subversion/trunk/subversion/libsvn_wc: wc-metadata.sql wc-queries.sql

2011-05-09 Thread rhuijben
Author: rhuijben Date: Mon May 9 21:26:28 2011 New Revision: 1101226 URL: http://svn.apache.org/viewvc?rev=1101226view=rev Log: Rename a few columns while we still can to match our latest thoughts about this (instead of the old names in NODES). * subversion/libsvn_wc/wc-metadata.sql

svn commit: r1101227 - /subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh

2011-05-09 Thread danielsh
Author: danielsh Date: Mon May 9 21:28:44 2011 New Revision: 1101227 URL: http://svn.apache.org/viewvc?rev=1101227view=rev Log: * tools/dev/benchmarks/large_dirs/create_bigdir.sh (get_sequence): Use a Python 3 -compatible syntax. Suggested by: arfrever Modified:

svn commit: r1101235 - in /subversion/trunk/subversion: libsvn_client/status.c libsvn_wc/update_editor.c

2011-05-09 Thread rhuijben
Author: rhuijben Date: Mon May 9 21:42:14 2011 New Revision: 1101235 URL: http://svn.apache.org/viewvc?rev=1101235view=rev Log: Stop handling an old entry error message that will never be returned from our new apis. * subversion/libsvn_client/status.c (svn_client_status5): SVN_ERR_WC_MISSING

svn commit: r1101241 - in /subversion/site/publish: download.cgi download.html

2011-05-09 Thread hwright
Author: hwright Date: Mon May 9 21:57:30 2011 New Revision: 1101241 URL: http://svn.apache.org/viewvc?rev=1101241view=rev Log: Start to support mirroring releases on ASF infrastructure, by introducing a shell download script. This is still pretty rough, so changes to prose and formatting are

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

2011-05-09 Thread danielsh
Author: danielsh Date: Mon May 9 22:18:46 2011 New Revision: 1101246 URL: http://svn.apache.org/viewvc?rev=1101246view=rev Log: * notes/knobs: (Re-)Add 'SVN_DEPRECATED'. Modified: subversion/trunk/notes/knobs Modified: subversion/trunk/notes/knobs URL:

Re: svn commit: r1101219 - /subversion/trunk/notes/knobs

2011-05-09 Thread Daniel Shahaf
stef...@apache.org wrote on Mon, May 09, 2011 at 20:54:37 -: Author: stefan2 Date: Mon May 9 20:54:37 2011 New Revision: 1101219 URL: http://svn.apache.org/viewvc?rev=1101219view=rev Log: * notes/knobs: reformat; add all SVN-specific defines used by #ifdef or #ifndef Nice :-)

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

2011-05-09 Thread danielsh
Author: danielsh Date: Mon May 9 22:25:26 2011 New Revision: 1101247 URL: http://svn.apache.org/viewvc?rev=1101247view=rev Log: * notes/knobs: Add 'SVN_FS__TRAIL_DEBUG'. Modified: subversion/trunk/notes/knobs Modified: subversion/trunk/notes/knobs URL:

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

2011-05-09 Thread rhuijben
Author: rhuijben Date: Tue May 10 00:02:30 2011 New Revision: 1101275 URL: http://svn.apache.org/viewvc?rev=1101275view=rev Log: Add more format 29 implementations for file externals. * subversion/libsvn_wc/wc_db.h (svn_wc__db_external_record_fileinfo): New function. *

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

2011-05-09 Thread rhuijben
Author: rhuijben Date: Tue May 10 00:20:19 2011 New Revision: 1101278 URL: http://svn.apache.org/viewvc?rev=1101278view=rev Log: * subversion/libsvn_wc/wc_db.c (has_local_mods): Revert accidental change from r1101275. Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c Modified: