Author: julianfoad
Date: Thu Jul 7 09:59:56 2011
New Revision: 1143741
URL: http://svn.apache.org/viewvc?rev=1143741&view=rev
Log:
* subversion/include/svn_dirent_uri.h
(svn_dirent_is_child, svn_dirent_is_ancestor): Add a note that we intend
to deprecate these.
Modified:
subversion/trunk/subversion/include/svn_dirent_uri.h
Modified: subversion/trunk/subversion/include/svn_dirent_uri.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_dirent_uri.h?rev=1143741&r1=1143740&r2=1143741&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_dirent_uri.h (original)
+++ subversion/trunk/subversion/include/svn_dirent_uri.h Thu Jul 7 09:59:56
2011
@@ -575,6 +575,9 @@ svn_uri__is_child(const char *parent_uri
* the same as @a parent_dirent, it is not considered a child, so the result
* is @c NULL; an empty string is never returned.
*
+ * ### TODO: Deprecate, as the semantics are trivially
+ * obtainable from *_skip_ancestor().
+ *
* @since New in 1.6.
*/
const char *
@@ -594,6 +597,9 @@ svn_relpath__is_child(const char *parent
/** Return TRUE if @a parent_dirent is an ancestor of @a child_dirent or
* the dirents are equal, and FALSE otherwise.
*
+ * ### TODO: Deprecate, as the semantics are trivially
+ * obtainable from *_skip_ancestor().
+ *
* @since New in 1.6.
*/
svn_boolean_t