[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

include/svn_wc.h refers to obsolete svn_wc_statuses()

From: Florian Weimer <fw_at_deneb.enyo.de>
Date: 2004-02-06 09:12:45 CET

Last summer, svn_wc_statuses() was removed and replaced by
svn_wc_get_status_editor(), but the doc comment was not updated.

Index: subversion/include/svn_wc.h
===================================================================
--- subversion/include/svn_wc.h (revision 8550)
+++ subversion/include/svn_wc.h (working copy)
@@ -986,14 +986,12 @@
  * become cumbersome: you'd have to roll through a hash to find one
  * lone status.
  *
- * So we have @c svn_wc_status() for depth 0, and @c svn_wc_statuses() for
- * depths 1 and 2, since the latter two involve multiple return
- * values.
+ * So we have @c svn_wc_status() for depth 0, and @c
+ * svn_wc_get_status_editor() for depths 1 and 2, since the latter two
+ * involve multiple return values.
  *
- * NOTE: Status structures returned by @c svn_wc_status() or found in
- * the hash created by @c svn_wc_statuses() may contain a @c NULL ->entry
- * field. This indicates an item that is not versioned in the working
- * copy.
+ * NOTE: The status structures may contain a @c NULL ->entry field.
+ * This indicates an item that is not versioned in the working copy.
  */
 
 enum svn_wc_status_kind

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 6 09:12:59 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.