svn commit: r1333324 - in /subversion/trunk/subversion: include/ include/private/ libsvn_client/ libsvn_fs/ libsvn_fs_fs/ libsvn_repos/ libsvn_subr/ libsvn_wc/ svnrdump/

2012-05-03 Thread stefan2
Author: stefan2 Date: Thu May 3 06:58:26 2012 New Revision: 124 URL: http://svn.apache.org/viewvc?rev=124view=rev Log: Move private svn_hash API to a private header. * subversion/include/svn_hash.h (svn_hash__clear, svn_hash__get_cstring, svn_hash__get_bool): move from here ... *

svn commit: r1333328 - /subversion/trunk/subversion/libsvn_subr/hash.c

2012-05-03 Thread stefan2
Author: stefan2 Date: Thu May 3 07:18:03 2012 New Revision: 128 URL: http://svn.apache.org/viewvc?rev=128view=rev Log: No functional change. * subversion/libsvn_subr/hash.c remove used include; add docstrings Modified: subversion/trunk/subversion/libsvn_subr/hash.c Modified:

svn commit: r1333340 - in /subversion/trunk/subversion: include/private/ libsvn_client/ libsvn_fs/ libsvn_fs_fs/ libsvn_ra_serf/ libsvn_repos/ libsvn_subr/ libsvn_wc/ svnrdump/

2012-05-03 Thread stefan2
Author: stefan2 Date: Thu May 3 07:54:28 2012 New Revision: 140 URL: http://svn.apache.org/viewvc?rev=140view=rev Log: Move private API declarations from svn_hash_private.h to svn_subr_private.h. Also, fix serf build. * subversion/include/private/svn_hash_pivate.h drop *

svn commit: r1333354 - in /subversion/trunk/subversion: include/private/svn_subr_private.h libsvn_subr/hash.c

2012-05-03 Thread stefan2
Author: stefan2 Date: Thu May 3 08:23:25 2012 New Revision: 154 URL: http://svn.apache.org/viewvc?rev=154view=rev Log: Make clear that svn_hash__make_fast returns a hash with platform- dependent item order. Also, improve READ_CHUNK macro. * subversion/include/private/svn_subr_private.h

[Subversion Wiki] Update of MultiLayerMoves by PhilipMartin

2012-05-03 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=26rev2=27 * Suppose the user attempts to revert, or

svn commit: r1333399 - /subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

2012-05-03 Thread philip
Author: philip Date: Thu May 3 10:23:45 2012 New Revision: 199 URL: http://svn.apache.org/viewvc?rev=199view=rev Log: A new multi-layer move test. It's a PASS for now but I'm not sure exactly how it should behave. * subversion/tests/libsvn_wc/op-depth-test.c (mixed_rev_move): New

svn commit: r1333458 - /subversion/trunk/subversion/svnrdump/load_editor.c

2012-05-03 Thread hwright
Author: hwright Date: Thu May 3 13:47:03 2012 New Revision: 1333458 URL: http://svn.apache.org/viewvc?rev=1333458view=rev Log: * subversion/svnrdump/load_editor.c (new_revision_record): Fix binding of a cast. Modified: subversion/trunk/subversion/svnrdump/load_editor.c Modified:

svn commit: r1333514 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2012-05-03 Thread stsp
Author: stsp Date: Thu May 3 15:47:43 2012 New Revision: 1333514 URL: http://svn.apache.org/viewvc?rev=1333514view=rev Log: * subversion/tests/cmdline/svntest/main.py (_create_parser): Document available levels for --set-log-level. Modified:

[Subversion Wiki] Update of MultiLayerMoves by PhilipMartin

2012-05-03 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=27rev2=28 Move A to X, a mixed-rev move: - ||

[Subversion Wiki] Update of MultiLayerMoves by PhilipMartin

2012-05-03 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=28rev2=29 the op-depth=2 tree X/B gets removed and a

svn commit: r1333521 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2012-05-03 Thread stsp
Author: stsp Date: Thu May 3 16:05:49 2012 New Revision: 1333521 URL: http://svn.apache.org/viewvc?rev=1333521view=rev Log: Disable logging with timestamps in the test suite by default. Add a new option --log-with-timestamps that enables timestamp logging. The output with timestamps is often

svn commit: r1333523 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2012-05-03 Thread stsp
Author: stsp Date: Thu May 3 16:11:13 2012 New Revision: 1333523 URL: http://svn.apache.org/viewvc?rev=1333523view=rev Log: * subversion/tests/cmdline/svntest/main.py: Stop showing the log level of each line in the log. It clutters the output and makes it hard to copy/paste test output for

svn commit: r1333596 - in /subversion/branches/ev2-export: ./ subversion/include/ subversion/include/private/ subversion/libsvn_client/ subversion/libsvn_delta/ subversion/libsvn_fs/ subversion/libsvn

2012-05-03 Thread hwright
Author: hwright Date: Thu May 3 19:48:38 2012 New Revision: 1333596 URL: http://svn.apache.org/viewvc?rev=1333596view=rev Log: On the ev2-export branch: Bring up-to-date with trunk. Modified: subversion/branches/ev2-export/ (props changed) subversion/branches/ev2-export/COMMITTERS

Re: svn commit: r1333326 - in /subversion/trunk/subversion: include/private/svn_hash_private.h libsvn_fs_fs/temp_serializer.c libsvn_subr/hash.c

2012-05-03 Thread Hyrum K Wright
On Thu, May 3, 2012 at 2:16 AM, stef...@apache.org wrote: Author: stefan2 Date: Thu May  3 07:16:11 2012 New Revision: 126 URL: http://svn.apache.org/viewvc?rev=126view=rev Log: Introduce private API functions that wrap apr_hash_make_custom and return hash tables that are 2 to 4

svn commit: r1333601 - in /subversion/branches/ev2-export/subversion/libsvn_client: client.h commit.c commit_util.c copy.c

2012-05-03 Thread hwright
Author: hwright Date: Thu May 3 20:05:40 2012 New Revision: 1333601 URL: http://svn.apache.org/viewvc?rev=1333601view=rev Log: On the ev2-export branch: A first hack at commit support. This fails miserably, because we don't yet install the pristine file during the commit, and the post commit

svn commit: r1333602 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2012-05-03 Thread gstein
Author: gstein Date: Thu May 3 20:12:52 2012 New Revision: 1333602 URL: http://svn.apache.org/viewvc?rev=1333602view=rev Log: As a followup to some recent logging changes in the tests, write a custom Formatter in order to have short loglevel indicators. This also takes some care to insert

svn commit: r1333631 - /subversion/trunk/tools/server-side/svnpubsub/svnwcsub.py

2012-05-03 Thread danielsh
Author: danielsh Date: Thu May 3 21:23:36 2012 New Revision: 1333631 URL: http://svn.apache.org/viewvc?rev=1333631view=rev Log: Force svnwcsub working copies to use consistent timestamps between multiple dentically-configured svnwcsub instances. * tools/server-side/svnpubsub/svnwcsub.py

svn commit: r1333728 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2012-05-03 Thread gstein
Author: gstein Date: Fri May 4 01:12:34 2012 New Revision: 1333728 URL: http://svn.apache.org/viewvc?rev=1333728view=rev Log: Followup to r1333602: don't keep installing handlers. One is more than enough! (symptom: massive repeat of output) * subversion/tests/cmdline/svntest/main.py:

svn commit: r1333739 - /subversion/trunk/subversion/libsvn_delta/editor.c

2012-05-03 Thread gstein
Author: gstein Date: Fri May 4 01:39:23 2012 New Revision: 1333739 URL: http://svn.apache.org/viewvc?rev=1333739view=rev Log: Ev2 shims: The editor collects a bunch of data while in debug mode, to verify a bunch of constraints. There are a number of other constraints we can look for, so code up