svn commit: r1325652 - in /subversion/trunk/subversion/libsvn_fs_fs: temp_serializer.c temp_serializer.h

2012-04-13 Thread julianfoad
Author: julianfoad Date: Fri Apr 13 08:36:20 2012 New Revision: 1325652 URL: http://svn.apache.org/viewvc?rev=1325652view=rev Log: * subversion/libsvn_fs_fs/temp_serializer.h, subversion/libsvn_fs_fs/temp_serializer.c (svn_fs_fs__combine_number_and_string, svn_fs_fs__combine_two_numbers):

[Subversion Wiki] Update of MultiLayerMoves by PhilipMartin

2012-04-13 Thread Apache subversion Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Subversion Wiki for change notification. The MultiLayerMoves page has been changed by PhilipMartin: http://wiki.apache.org/subversion/MultiLayerMoves?action=diffrev1=20rev2=21 ||0 ||A/B|| normal ||

[Subversion Wiki] Update of MultiLayerMoves by PhilipMartin

2012-04-13 Thread Apache subversion Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Subversion Wiki for change notification. The MultiLayerMoves page has been changed by PhilipMartin: http://wiki.apache.org/subversion/MultiLayerMoves?action=diffrev1=21rev2=22 ||2 ||B/G|| normal

svn commit: r1325719 - in /subversion/trunk/subversion: include/private/svn_client_private.h libsvn_client/copy.c libsvn_client/merge.c libsvn_client/mergeinfo.c libsvn_client/util.c

2012-04-13 Thread julianfoad
Author: julianfoad Date: Fri Apr 13 11:33:07 2012 New Revision: 1325719 URL: http://svn.apache.org/viewvc?rev=1325719view=rev Log: Simplify the semantics of svn_client__wc_node_get_origin(). Only one of its callers cared about getting the repository root URL when the node itself has no origin in

svn commit: r1325725 - /subversion/trunk/subversion/libsvn_client/copy.c

2012-04-13 Thread julianfoad
Author: julianfoad Date: Fri Apr 13 11:55:21 2012 New Revision: 1325725 URL: http://svn.apache.org/viewvc?rev=1325725view=rev Log: Remove a local function that's no longer helpful. In copy.c, the calculate_target_mergeinfo() function has for years not done any calculating or combining like its

svn commit: r1325776 - /subversion/trunk/subversion/libsvn_wc/ambient_depth_filter_editor.c

2012-04-13 Thread julianfoad
Author: julianfoad Date: Fri Apr 13 14:02:14 2012 New Revision: 1325776 URL: http://svn.apache.org/viewvc?rev=1325776view=rev Log: * subversion/libsvn_wc/ambient_depth_filter_editor.c (ambient_read_info): Write a true and proper doc string. Modified:

Re: svn commit: r1325478 - in /subversion/trunk/subversion: include/svn_pools.h libsvn_subr/pool.c

2012-04-13 Thread Daniel Shahaf
stef...@apache.org wrote on Thu, Apr 12, 2012 at 20:02:37 -: Author: stefan2 Date: Thu Apr 12 20:02:36 2012 New Revision: 1325478 URL: http://svn.apache.org/viewvc?rev=1325478view=rev Log: Introduce a new API function to create and initialize a new APR pool allocator. Make its

svn commit: r1325787 - in /subversion/trunk/subversion/libsvn_wc: adm_crawler.c entries.c wc_db.h

2012-04-13 Thread julianfoad
Author: julianfoad Date: Fri Apr 13 14:39:44 2012 New Revision: 1325787 URL: http://svn.apache.org/viewvc?rev=1325787view=rev Log: Since ages ago, svn_wc__db_base_get_info() never returns null repository info when status is normal, so there's no need for the caller to check and scan for the

svn commit: r1325829 - /subversion/branches/ev2-export/subversion/libsvn_ra/ra_loader.c

2012-04-13 Thread hwright
Author: hwright Date: Fri Apr 13 16:27:48 2012 New Revision: 1325829 URL: http://svn.apache.org/viewvc?rev=1325829view=rev Log: On the ev2-export branch: Provide repos_root and base_relpath when wrapping an Ev1 editor. * subversion/libsvn_ra/ra_loader.c (svn_ra_get_commit_editor4): As above.

svn commit: r1325832 - /subversion/trunk/subversion/libsvn_client/copy.c

2012-04-13 Thread hwright
Author: hwright Date: Fri Apr 13 16:37:03 2012 New Revision: 1325832 URL: http://svn.apache.org/viewvc?rev=1325832view=rev Log: * subversion/libsvn_client/copy.c (repos_to_repos_copy): Remove a constant-value variable. Modified: subversion/trunk/subversion/libsvn_client/copy.c Modified:

svn commit: r1325833 - /subversion/branches/1.7.x/STATUS

2012-04-13 Thread philip
Author: philip Date: Fri Apr 13 16:37:15 2012 New Revision: 1325833 URL: http://svn.apache.org/viewvc?rev=1325833view=rev Log: * STATUS: Propose #4046, vote/approve issue 4136. Modified: subversion/branches/1.7.x/STATUS Modified: subversion/branches/1.7.x/STATUS URL:

svn commit: r1325862 - /subversion/trunk/subversion/tests/libsvn_subr/crypto-test.c

2012-04-13 Thread cmpilato
Author: cmpilato Date: Fri Apr 13 17:40:26 2012 New Revision: 1325862 URL: http://svn.apache.org/viewvc?rev=1325862view=rev Log: Non-logic changes only. * subversion/tests/libsvn_subr/crypto-test.c (): Clearly separate helper and test funcs. (test_passphrase_check): Move (and expand) a

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

2012-04-13 Thread stefan2
Author: stefan2 Date: Fri Apr 13 17:52:59 2012 New Revision: 1325870 URL: http://svn.apache.org/viewvc?rev=1325870view=rev Log: Minimize hash key creation overhead by directly applying MD5 instead of copying / duplicating the key. Also, check for NULL keys directly on the interface. *

svn commit: r1325880 - in /subversion/trunk/subversion/libsvn_subr: config_file.c mergeinfo.c

2012-04-13 Thread stefan2
Author: stefan2 Date: Fri Apr 13 17:59:32 2012 New Revision: 1325880 URL: http://svn.apache.org/viewvc?rev=1325880view=rev Log: Silence compiler warnings concerning variables possibly not being initialized (none of these warnings seem to be correct). * subversion/libsvn_subr/config_file.c

svn commit: r1325896 - in /subversion/trunk/subversion: include/private/svn_string_private.h libsvn_subr/svn_string.c tests/libsvn_subr/string-test.c

2012-04-13 Thread stefan2
Author: stefan2 Date: Fri Apr 13 18:27:38 2012 New Revision: 1325896 URL: http://svn.apache.org/viewvc?rev=1325896view=rev Log: Provide functions for efficient int64 - ASCII conversion. They have been designed for usage in serialization code (e.g. svn://) *

svn commit: r1325898 - /subversion/branches/ev2-export/subversion/libsvn_client/copy.c

2012-04-13 Thread hwright
Author: hwright Date: Fri Apr 13 18:36:36 2012 New Revision: 1325898 URL: http://svn.apache.org/viewvc?rev=1325898view=rev Log: On the ev2-export branch: More work at getting tests to pass again after the recent merge, this time specific to the repos-repos copy implementation. *

svn commit: r1325899 - in /subversion/trunk/subversion/libsvn_ra_svn: marshal.c ra_svn.h

2012-04-13 Thread stefan2
Author: stefan2 Date: Fri Apr 13 18:36:46 2012 New Revision: 1325899 URL: http://svn.apache.org/viewvc?rev=1325899view=rev Log: Various performance improvements to the ra_svn marshaller. The total effect is roughly a duplication in throughput. * subversion/libsvn_ra_svn/ra_svn.h

svn commit: r1325914 - /subversion/branches/ev2-export/subversion/libsvn_delta/compat.c

2012-04-13 Thread hwright
Author: hwright Date: Fri Apr 13 19:32:41 2012 New Revision: 1325914 URL: http://svn.apache.org/viewvc?rev=1325914view=rev Log: On the ev2-export branch: Normalize the base_relpath for each shim individually, so direct callers get the benefit. * subversion/libsvn_delta/compat.c

svn commit: r1325932 - /subversion/trunk/subversion/libsvn_ra_neon/fetch.c

2012-04-13 Thread pburba
Author: pburba Date: Fri Apr 13 20:15:07 2012 New Revision: 1325932 URL: http://svn.apache.org/viewvc?rev=1325932view=rev Log: Fix a bug in the ra_neon implementation of svn_ra_get_dir*. * subversion/libsvn_ra_neon/fetch.c (svn_ra_neon__get_dir): Correctly skip the effective '.' entry that

svn commit: r1325936 - /subversion/branches/ev2-export/subversion/libsvn_client/copy.c

2012-04-13 Thread hwright
Author: hwright Date: Fri Apr 13 20:27:50 2012 New Revision: 1325936 URL: http://svn.apache.org/viewvc?rev=1325936view=rev Log: On the ev2-export branch: * subversion/libsvn_client/copy.c (drive_single_path): Use the correct path for doing comparisons. Modified:

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

2012-04-13 Thread stefan2
Author: stefan2 Date: Fri Apr 13 20:44:06 2012 New Revision: 1325942 URL: http://svn.apache.org/viewvc?rev=1325942view=rev Log: Follow-up to r1325870: Remove an unused parameter and update commentaries. (last commit did not update the docstrings). * subversion/libsvn_subr/cache-membuffer.c

svn commit: r1325946 - /subversion/trunk/subversion/libsvn_fs_fs/caching.c

2012-04-13 Thread stefan2
Author: stefan2 Date: Fri Apr 13 21:00:16 2012 New Revision: 1325946 URL: http://svn.apache.org/viewvc?rev=1325946view=rev Log: * subversion/libsvn_fs_fs/caching.c (svn_fs_fs__initialize_caches): minor comment fix Modified: subversion/trunk/subversion/libsvn_fs_fs/caching.c Modified:

svn commit: r1325956 - in /subversion/branches/master-passphrase/subversion: include/svn_error_codes.h libsvn_subr/auth_store.h libsvn_subr/pathetic_auth_store.c tests/libsvn_subr/crypto-test.c

2012-04-13 Thread cmpilato
Author: cmpilato Date: Fri Apr 13 21:16:29 2012 New Revision: 1325956 URL: http://svn.apache.org/viewvc?rev=1325956view=rev Log: On the 'master-passphrase' branch, actually start playing with encrypted storage. ### No, this is *absolutely not* a serious storage proposal! ### *

svn commit: r1325957 - in /subversion/trunk/subversion: libsvn_fs_fs/id.c libsvn_subr/skel.c

2012-04-13 Thread stefan2
Author: stefan2 Date: Fri Apr 13 21:17:41 2012 New Revision: 1325957 URL: http://svn.apache.org/viewvc?rev=1325957view=rev Log: Use the new int64-string conversion functions in another two frequently called functions. * subversion/libsvn_fs_fs/id.c (svn_fs_fs__id_unparse): create results with

svn commit: r1325958 - /subversion/branches/ev2-export/subversion/libsvn_client/copy.c

2012-04-13 Thread hwright
Author: hwright Date: Fri Apr 13 21:18:09 2012 New Revision: 1325958 URL: http://svn.apache.org/viewvc?rev=1325958view=rev Log: On the ev2-export branch: Followup to r1325936. * subversion/libsvn_client/copy.c (drive_single_path): *Really* compare dest and source relpaths. Modified:

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

2012-04-13 Thread stefan2
Author: stefan2 Date: Fri Apr 13 21:47:38 2012 New Revision: 1325974 URL: http://svn.apache.org/viewvc?rev=1325974view=rev Log: Fix build on platforms that don't allow for unaligned data access. * subversion/libsvn_subr/svn_string.c (COPY_TWO_BYTES): always put parentheses around macro

svn commit: r1325986 - /subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd

2012-04-13 Thread rhuijben
Author: rhuijben Date: Fri Apr 13 22:21:39 2012 New Revision: 1325986 URL: http://svn.apache.org/viewvc?rev=1325986view=rev Log: * tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd Also try to kill fs-test.exe when restarting Modified:

svn commit: r1326019 - /subversion/branches/ev2-export/subversion/libsvn_client/add.c

2012-04-13 Thread hwright
Author: hwright Date: Fri Apr 13 23:45:38 2012 New Revision: 1326019 URL: http://svn.apache.org/viewvc?rev=1326019view=rev Log: On the ev2-export branch: Update the repos-mkdir editor to use repos-root relative paths. * subversion/libsvn_client/add.c (drive_editor): Construct and use

svn commit: r1326052 - in /subversion/branches/1.7.x: ./ STATUS subversion/libsvn_wc/adm_crawler.c subversion/tests/cmdline/depth_tests.py

2012-04-13 Thread svn-role
Author: svn-role Date: Sat Apr 14 04:01:12 2012 New Revision: 1326052 URL: http://svn.apache.org/viewvc?rev=1326052view=rev Log: Merge the r1296251 group from trunk: * r1296251, r1296303, r1297522 Resolve issue 4136, Deep commit followed by --depth immediates update triggers checksum