Doesn't _update handle this specific reset? If not I think it should. Bert Huijben (mobile phone)
----- Oorspronkelijk bericht ----- Van: phi...@apache.org Verzonden: vrijdag 16 juli 2010 9:57 Aan: comm...@subversion.apache.org Onderwerp: svn commit: r964704 - /subversion/trunk/subversion/libsvn_wc/wc_db.c Author: philip Date: Fri Jul 16 07:57:02 2010 New Revision: 964704 URL: http://svn.apache.org/viewvc?rev=964704&view=rev Log: * subversion/libsvn_wc/wc_db.c (svn_wc__db_base_set_dav_cache): Reset stmt on error, this adds a missing parameter to svn_error_createf. Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=964704&r1=964703&r2=964704&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_wc/wc_db.c (original) +++ subversion/trunk/subversion/libsvn_wc/wc_db.c Fri Jul 16 07:57:02 2010 @@ -2158,6 +2158,7 @@ svn_wc__db_base_set_dav_cache(svn_wc__db if (affected_rows != 1) return svn_error_createf(SVN_ERR_WC_PATH_NOT_FOUND, + svn_sqlite__reset(stmt), _("The node '%s' was not found."), svn_dirent_local_style(local_abspath, scratch_pool));