You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/02/07 22:00:17 UTC

svn commit: r1068129 - /subversion/trunk/subversion/include/svn_fs.h

Author: cmpilato
Date: Mon Feb  7 21:00:17 2011
New Revision: 1068129

URL: http://svn.apache.org/viewvc?rev=1068129&view=rev
Log:
* subversion/include/svn_fs.h
  (svn_fs_copied_from): Document the format of the returned path.

Modified:
    subversion/trunk/subversion/include/svn_fs.h

Modified: subversion/trunk/subversion/include/svn_fs.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_fs.h?rev=1068129&r1=1068128&r2=1068129&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_fs.h (original)
+++ subversion/trunk/subversion/include/svn_fs.h Mon Feb  7 21:00:17 2011
@@ -1397,8 +1397,9 @@ svn_fs_props_changed(svn_boolean_t *chan
 /** Discover a node's copy ancestry, if any.
  *
  * If the node at @a path in @a root was copied from some other node, set
- * @a *rev_p and @a *path_p to the revision and path of the other node,
- * allocating @a *path_p in @a pool.
+ * @a *rev_p and @a *path_p to the revision and path (expressed as an
+ * absolute filesystem path) of the other node, allocating @a *path_p
+ * in @a pool.
  *
  * Else if there is no copy ancestry for the node, set @a *rev_p to
  * #SVN_INVALID_REVNUM and @a *path_p to NULL.