You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2013/11/22 16:41:56 UTC

svn commit: r1544579 - /subversion/trunk/subversion/libsvn_wc/wc_db.h

Author: rhuijben
Date: Fri Nov 22 15:41:56 2013
New Revision: 1544579

URL: http://svn.apache.org/r1544579
Log:
* subversion/libsvn_wc/wc_db.h
  (svn_wc__db_scan_moved): Update documentation.

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

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.h?rev=1544579&r1=1544578&r2=1544579&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Fri Nov 22 15:41:56 2013
@@ -2685,7 +2685,8 @@ svn_wc__db_scan_addition(svn_wc__db_stat
                          apr_pool_t *scratch_pool);
 
 /* Scan the working copy for move information of the node LOCAL_ABSPATH.
- * If LOCAL_ABSPATH return a SVN_ERR_WC_PATH_UNEXPECTED_STATUS error.
+ * If LOCAL_ABSPATH is not moved here return an
+ * SVN_ERR_WC_PATH_UNEXPECTED_STATUS error.
  *
  * If not NULL *MOVED_FROM_ABSPATH will be set to the previous location
  * of LOCAL_ABSPATH, before it or an ancestror was moved.