Author: cmpilato
Date: Tue Apr 12 17:33:39 2011
New Revision: 1091512
URL: http://svn.apache.org/viewvc?rev=1091512&view=rev
Log:
Followup to r1091495 with minor docstring tweaks.
* subversion/libsvn_wc/wc.h
(svn_wc__internal_file_modified_p): Describe "timestamp repair" a
little more fully to the benefit of the undoctrinated developer.
Modified:
subversion/trunk/subversion/libsvn_wc/wc.h
Modified: subversion/trunk/subversion/libsvn_wc/wc.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc.h?rev=1091512&r1=1091511&r2=1091512&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc.h Tue Apr 12 17:33:39 2011
@@ -393,7 +393,11 @@ void svn_wc__compat_call_notify_func(voi
* addition), return the error SVN_ERR_ENTRY_NOT_FOUND.
*
* If the text is unmodified and a write-lock is held this function
- * will repair "broken" timestamps and filesizes.
+ * will ensure that the last-known-unmodified timestamp and
+ * filesize of the file as recorded in DB matches the corresponding
+ * attributes of the actual file. (This is often referred to as
+ * "timestamp repair", and serves to help future unforced is-modified
+ * checks return quickly if the file remains untouched.)
*/
svn_error_t *
svn_wc__internal_file_modified_p(svn_boolean_t *modified_p,