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

Re: include/svn_wc.h refers to obsolete svn_wc_statuses()

From: <kfogel_at_collab.net>
Date: 2004-02-06 18:16:34 CET

Florian, can you repost this (and any other patches) with "[PATCH] "
starting out the Subject line? That helps our patch manager, Sander
Roobol, notice them and record them in the issue tracker if they don't
get applied quickly (sometimes they do, sometimes they don't).

It also helps if you write a log message (see HACKING) for each patch,
though it's not a big deal -- in these cases, the description in your
email and the patch itself is enough to figure out what's going on.

Thanks,
-Karl

Florian Weimer <fw@deneb.enyo.de> writes:
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 6 19:16:40 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.