svn commit: r1021282 - /subversion/trunk/subversion/libsvn_diff/diff_file.c

2010-10-11 Thread julianfoad
Author: julianfoad Date: Mon Oct 11 08:44:33 2010 New Revision: 1021282 URL: http://svn.apache.org/viewvc?rev=1021282view=rev Log: Re-factor a group of array variables into an array of structures, and thereby simplify their usage. * subversion/libsvn_diff/diff_file.c (svn_diff__file_baton_t):

svn commit: r1021313 - /subversion/trunk/subversion/include/svn_wc.h

2010-10-11 Thread julianfoad
Author: julianfoad Date: Mon Oct 11 11:55:03 2010 New Revision: 1021313 URL: http://svn.apache.org/viewvc?rev=1021313view=rev Log: * subversion/include/svn_wc.h (svn_wc_add4): Tweak doc string for clarity. Modified: subversion/trunk/subversion/include/svn_wc.h Modified:

svn commit: r1021402 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

2010-10-11 Thread julianfoad
Author: julianfoad Date: Mon Oct 11 16:09:43 2010 New Revision: 1021402 URL: http://svn.apache.org/viewvc?rev=1021402view=rev Log: * subversion/libsvn_wc/adm_ops.c (svn_wc_add4): Move variables to tighter scope. Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c Modified:

svn commit: r1021405 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

2010-10-11 Thread julianfoad
Author: julianfoad Date: Mon Oct 11 16:16:50 2010 New Revision: 1021405 URL: http://svn.apache.org/viewvc?rev=1021405view=rev Log: * subversion/libsvn_wc/adm_ops.c (svn_wc_add4): Improve comments. Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c Modified:

svn commit: r1021412 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

2010-10-11 Thread julianfoad
Author: julianfoad Date: Mon Oct 11 16:29:53 2010 New Revision: 1021412 URL: http://svn.apache.org/viewvc?rev=1021412view=rev Log: * subversion/libsvn_wc/adm_ops.c (svn_wc_add4): Rearrange some code for clarity. Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c Modified:

svn commit: r1021416 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

2010-10-11 Thread julianfoad
Author: julianfoad Date: Mon Oct 11 16:39:16 2010 New Revision: 1021416 URL: http://svn.apache.org/viewvc?rev=1021416view=rev Log: * subversion/libsvn_wc/adm_ops.c (svn_wc_add4): Add another comment. Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c Modified:

svn commit: r1021430 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

2010-10-11 Thread julianfoad
Author: julianfoad Date: Mon Oct 11 17:08:54 2010 New Revision: 1021430 URL: http://svn.apache.org/viewvc?rev=1021430view=rev Log: * subversion/libsvn_wc/adm_ops.c (svn_wc_add4): Remove an unused variable. Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c Modified:

svn commit: r1021431 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

2010-10-11 Thread julianfoad
Author: julianfoad Date: Mon Oct 11 17:10:35 2010 New Revision: 1021431 URL: http://svn.apache.org/viewvc?rev=1021431view=rev Log: * subversion/libsvn_wc/adm_ops.c (svn_wc_add4): Update a comment after r1021430. Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c Modified:

Re: svn commit: r1021431 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

2010-10-11 Thread Julian Foad
On Mon, 2010-10-11, julianf...@apache.org wrote: Author: julianfoad Date: Mon Oct 11 17:10:35 2010 New Revision: 1021431 URL: http://svn.apache.org/viewvc?rev=1021431view=rev Log: * subversion/libsvn_wc/adm_ops.c (svn_wc_add4): Update a comment after r1021430. Please excuse this spate

svn commit: r1021434 - /subversion/branches/object-model/subversion/bindings/c++/include/Types.h

2010-10-11 Thread hwright
Author: hwright Date: Mon Oct 11 17:15:50 2010 New Revision: 1021434 URL: http://svn.apache.org/viewvc?rev=1021434view=rev Log: On the object-model branch: More fun with templates. Instead of obtaining the object duplication function from a class (and having to define a wrapper in that class),

svn commit: r1021436 - in /subversion/branches/object-model/subversion/bindings/c++: Types.cpp include/Types.h

2010-10-11 Thread hwright
Author: hwright Date: Mon Oct 11 17:20:05 2010 New Revision: 1021436 URL: http://svn.apache.org/viewvc?rev=1021436view=rev Log: On the object-model branch: Move a privately-defined method implementation out of a header. * subversion/bindings/c++/include/Types.h (Version::dup): Move definition

svn commit: r1021477 - in /subversion/trunk/subversion: include/svn_config.h libsvn_repos/repos.c svnserve/cyrus_auth.c svnserve/main.c svnserve/serve.c svnserve/server.h

2010-10-11 Thread cmpilato
Author: cmpilato Date: Mon Oct 11 19:26:36 2010 New Revision: 1021477 URL: http://svn.apache.org/viewvc?rev=1021477view=rev Log: Finish issue #3726 (svnserve lacks the equivalent of AuthzForceUsernameCase) by introducing a new 'force-username-case' svnserve.conf option. *

svn commit: r1021493 - in /subversion/trunk/subversion/tests/cmdline: svnsync_tests.py svnsync_tests_data/delete-revprops.dump svnsync_tests_data/delete-revprops.expected.dump

2010-10-11 Thread cmpilato
Author: cmpilato Date: Mon Oct 11 20:15:54 2010 New Revision: 1021493 URL: http://svn.apache.org/viewvc?rev=1021493view=rev Log: Write a regression test for issue #3728 ('svnsync copy-revprops' doesn't sync revprop deletions.). * subversion/tests/cmdline/svnsync_tests.py (setup_and_sync,

svn commit: r1021511 - /subversion/site/publish/source-code.html

2010-10-11 Thread hwright
Author: hwright Date: Mon Oct 11 21:18:24 2010 New Revision: 1021511 URL: http://svn.apache.org/viewvc?rev=1021511view=rev Log: One more bit of post-release house-keeping. (How many places do we need this information?!?) Found by: Mark Poole mark.po...@wandisco.com * publish/source-code.html: