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/05/18 13:11:34 UTC

svn commit: r945589 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

Author: julianfoad
Date: Tue May 18 11:11:34 2010
New Revision: 945589

URL: http://svn.apache.org/viewvc?rev=945589&view=rev
Log:
* subversion/libsvn_wc/adm_ops.c
  (revert_entry): Update the doc string.

Modified:
    subversion/trunk/subversion/libsvn_wc/adm_ops.c

Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/adm_ops.c?rev=945589&r1=945588&r2=945589&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/adm_ops.c (original)
+++ subversion/trunk/subversion/libsvn_wc/adm_ops.c Tue May 18 11:11:34 2010
@@ -1813,11 +1813,11 @@ revert_admin_things(svn_boolean_t *rever
 }
 
 
-/* Revert PATH of on-disk KIND.  ENTRY is the working copy entry for
-   PATH.  *DEPTH is the depth of the reversion crawl the caller is
+/* Revert LOCAL_ABSPATH in DB, where the on-disk node kind is DISK_KIND.
+   *DEPTH is the depth of the reversion crawl the caller is
    using; this function may choose to override that value as needed.
 
-   See svn_wc_revert3() for the interpretations of PARENT_ACCESS,
+   See svn_wc_revert4() for the interpretations of
    USE_COMMIT_TIMES, CANCEL_FUNC and CANCEL_BATON.
 
    Set *DID_REVERT to true if actually reverting anything, else do not