Author: stsp
Date: Fri May 20 13:38:29 2011
New Revision: 1125379
URL: http://svn.apache.org/viewvc?rev=1125379&view=rev
Log:
* subversion/libsvn_wc/wc_db.c (flush_entries): Add docstring.
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=1125379&r1=1125378&r2=1125379&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Fri May 20 13:38:29 2011
@@ -1199,7 +1199,10 @@ gather_repo_children(const apr_array_hea
}
-/* */
+/* Flush the access baton for LOCAL_ABSPATH from the access baton cache in
+ * WCROOT. This function must be called when the access baton cache goes
+ * stale, i.e. data about LOCAL_ABSPATH will need to be read again from disk.
+ * Use SCRATCH_POOL for temporary allocations. */
static svn_error_t *
flush_entries(svn_wc__db_wcroot_t *wcroot,
const char *local_abspath,