Re: svn commit: r919992 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2010-03-10 Thread Julian Foad
On Sun, 2010-03-07, rhuij...@apache.org wrote: Author: rhuijben Date: Sun Mar 7 13:37:09 2010 New Revision: 919992 URL: http://svn.apache.org/viewvc?rev=919992view=rev Log: Replace the loggy_tweak_entry() function in the update editor by two more specific functions. One for updating

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

2010-03-10 Thread julianfoad
Author: julianfoad Date: Wed Mar 10 11:11:58 2010 New Revision: 921304 URL: http://svn.apache.org/viewvc?rev=921304view=rev Log: Remove a redundant check. * subversion/libsvn_wc/update_editor.c (prep_directory): Don't check edit_baton-repos is non-null, because it's known to be so

svn commit: r921353 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_wc/adm_ops.c libsvn_wc/deprecated.c

2010-03-10 Thread philip
Author: philip Date: Wed Mar 10 13:58:24 2010 New Revision: 921353 URL: http://svn.apache.org/viewvc?rev=921353view=rev Log: Make post-commit use absolute paths. * subversion/include/svn_wc.h (svn_wc_queue_committed3): Rename path parameter to local_abspath. * subversion/libsvn_wc/adm_ops.c

svn commit: r921364 - in /subversion/trunk/subversion/bindings/javahl: native/org_apache_subversion_javahl_SVNClient.cpp src/org/apache/subversion/javahl/SVNClient.java

2010-03-10 Thread hwright
Author: hwright Date: Wed Mar 10 14:29:33 2010 New Revision: 921364 URL: http://svn.apache.org/viewvc?rev=921364view=rev Log: JavaHL: More nativization of collections, this time with revision range lists. [ in subversion/bindings/javahl/ ] * native/org_apache_subversion_javahl_SVNClient.cpp

svn commit: r921380 - /subversion/site/publish/security/index.html

2010-03-10 Thread cmpilato
Author: cmpilato Date: Wed Mar 10 15:03:02 2010 New Revision: 921380 URL: http://svn.apache.org/viewvc?rev=921380view=rev Log: * site/publish/security/index.html Update the instructions on this page to point folks who need to report security vulnerabilities in Subversion toward the ASF

svn commit: r921386 - in /subversion/trunk/subversion/bindings/javahl: native/CopySources.cpp native/CopySources.h native/org_apache_subversion_javahl_SVNClient.cpp src/org/apache/subversion/javahl/SV

2010-03-10 Thread hwright
Author: hwright Date: Wed Mar 10 15:08:31 2010 New Revision: 921386 URL: http://svn.apache.org/viewvc?rev=921386view=rev Log: JavaHL: Update the last bit of collection-handling code to go directly to the native interface. [ in subversion/bindings/javahl/ ] * native/CopySources.cpp,

svn commit: r921453 - /subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py

2010-03-10 Thread pburba
Author: pburba Date: Wed Mar 10 17:05:09 2010 New Revision: 921453 URL: http://svn.apache.org/viewvc?rev=921453view=rev Log: Follow-up to r869105, correct test expectations for issue #3020 test. * subversion/tests/cmdline/svnadmin_tests.py (reflect_dropped_renumbered_revs): Expect correct

svn commit: r921462 - in /subversion/trunk/subversion/libsvn_wc: adm_ops.c deprecated.c wc.h

2010-03-10 Thread cmpilato
Author: cmpilato Date: Wed Mar 10 17:27:12 2010 New Revision: 921462 URL: http://svn.apache.org/viewvc?rev=921462view=rev Log: Jump the hoops required to get another deprecated function into deprecated.c. (It helps the count-progress.py statistics look marginally better.) *

svn commit: r921477 - /subversion/trunk/subversion/libsvn_wc/entries.c

2010-03-10 Thread philip
Author: philip Date: Wed Mar 10 17:50:36 2010 New Revision: 921477 URL: http://svn.apache.org/viewvc?rev=921477view=rev Log: * subversion/libsvn_wc/entries.c (svn_wc__temp_mark_missing_not_present): Tweak modify2 call. Suggested by: rhuijben Modified:

svn commit: r921482 - /subversion/trunk/subversion/include/private/svn_mergeinfo_private.h

2010-03-10 Thread julianfoad
Author: julianfoad Date: Wed Mar 10 17:54:49 2010 New Revision: 921482 URL: http://svn.apache.org/viewvc?rev=921482view=rev Log: * subversion/include/private/svn_mergeinfo_private.h (svn_mergeinfo__filter_catalog_by_ranges): Fix a typo. Modified:

svn commit: r921503 - in /subversion/trunk/subversion/libsvn_wc: adm_ops.c deprecated.c wc.h

2010-03-10 Thread cmpilato
Author: cmpilato Date: Wed Mar 10 18:28:10 2010 New Revision: 921503 URL: http://svn.apache.org/viewvc?rev=921503view=rev Log: Continue doing what it takes to get deprecated stuff into deprecated.c. * subversion/libsvn_wc/wc.h (svn_wc__process_committed_internal): New prototype (and real

svn commit: r921556 - in /subversion/trunk/subversion: libsvn_client/cat.c libsvn_client/export.c libsvn_wc/adm_crawler.c libsvn_wc/copy.c libsvn_wc/diff.c libsvn_wc/questions.c libsvn_wc/update_edito

2010-03-10 Thread neels
Author: neels Date: Wed Mar 10 20:37:13 2010 New Revision: 921556 URL: http://svn.apache.org/viewvc?rev=921556view=rev Log: Fix all callers of svn_wc_get_pristine_contents2() and svn_wc__get_pristine_contents(): make them able to cope with a returned NULL stream pointer in *CONTENTS, as

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

2010-03-10 Thread philip
Author: philip Date: Wed Mar 10 22:39:18 2010 New Revision: 921601 URL: http://svn.apache.org/viewvc?rev=921601view=rev Log: * subversion/libsvn_wc/adm_files.c (svn_wc__process_committed_internal): Remove spurious comment introduced in r920875. Modified:

svn commit: r921604 - /subversion/trunk/subversion/libsvn_client/export.c

2010-03-10 Thread neels
Author: neels Date: Wed Mar 10 22:44:15 2010 New Revision: 921604 URL: http://svn.apache.org/viewvc?rev=921604view=rev Log: Remove some code duplication. * subversion/libsvn_client/export.c (copy_one_versioned_file): Use the return value of svn_wc_get_pristine_contents2() instead of an own

svn commit: r921657 - in /subversion/trunk/subversion/libsvn_wc: adm_ops.c wc.h

2010-03-10 Thread gstein
Author: gstein Date: Thu Mar 11 01:20:04 2010 New Revision: 921657 URL: http://svn.apache.org/viewvc?rev=921657view=rev Log: Followup to r921462. Constify a param. * subversion/libsvn_wc/wc.h: * subversion/libsvn_wc/adm_ops.c: (svn_wc__get_committed_queue_pool): constify QUEUE param Modified:

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

2010-03-10 Thread gstein
Author: gstein Date: Thu Mar 11 06:37:44 2010 New Revision: 921703 URL: http://svn.apache.org/viewvc?rev=921703view=rev Log: Revamp the property reading within the upgrade code. A simple utility to read a property has, given a filename is the key change here. * subversion/libsvn_wc/upgrade.c:

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

2010-03-10 Thread gstein
Author: gstein Date: Thu Mar 11 06:41:19 2010 New Revision: 921705 URL: http://svn.apache.org/viewvc?rev=921705view=rev Log: Fix an error leak introduced in r921703 * subversion/libsvn_wc/upgrade.c: (read_propfile): if the file isn't there, clear the indicating error. Modified:

svn commit: r921713 - /subversion/trunk/subversion/libsvn_subr/mergeinfo.c

2010-03-10 Thread julianfoad
Author: julianfoad Date: Thu Mar 11 07:54:16 2010 New Revision: 921713 URL: http://svn.apache.org/viewvc?rev=921713view=rev Log: Simplify two mergeinfo functions. * subversion/libsvn_subr/mergeinfo.c (svn_mergeinfo_inheritable): Replace the body with a call to svn_mergeinfo_inheritable2().