You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/03/03 12:21:04 UTC

svn commit: r918420 - /subversion/trunk/subversion/libsvn_wc/adm_files.h

Author: julianfoad
Date: Wed Mar  3 11:21:03 2010
New Revision: 918420

URL: http://svn.apache.org/viewvc?rev=918420&view=rev
Log:
* subversion/libsvn_wc/adm_files.h
  (svn_wc__sync_text_base): Document the PATH parameter.

Modified:
    subversion/trunk/subversion/libsvn_wc/adm_files.h

Modified: subversion/trunk/subversion/libsvn_wc/adm_files.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/adm_files.h?rev=918420&r1=918419&r2=918420&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/adm_files.h (original)
+++ subversion/trunk/subversion/libsvn_wc/adm_files.h Wed Mar  3 11:21:03 2010
@@ -53,7 +53,8 @@
 
 
 /* Atomically rename a temporary text-base file to its canonical
-   location.  The tmp file should be closed already. */
+   location.  PATH is the path of the working file whose text-base is
+   to be moved.  The tmp file should be closed already. */
 svn_error_t *
 svn_wc__sync_text_base(const char *path, apr_pool_t *pool);