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

Re: svn commit: r18291 - in trunk/subversion: libsvn_wc tests/cmdline

From: <kfogel_at_collab.net>
Date: 2006-01-30 18:27:48 CET

Julian Foad <julianfoad@btopenworld.com> writes:
> Since this is not entirely obvious, and furthermore I remember getting
> confused by it (possibly by the corresponding output of "svn status"
> at the user level) when I was new to Subversion, I think we want a
> comment somewhere. How about this:
>
> [[[
> Clarify that the "ignored" status only applies to unversioned items.
>
> * subversion/include/svn_wc.h
> (svn_wc_status_ignored): Expand the doc string.
> ]]]
>
> Index: subversion/include/svn_wc.h
> ===================================================================
> --- subversion/include/svn_wc.h (revision 18266)
> +++ subversion/include/svn_wc.h (working copy)
> @@ -1612,7 +1612,7 @@
> /** local mods received conflicting repos mods */
> svn_wc_status_conflicted,
>
> - /** a resource marked as ignored */
> + /** is unversioned but configured to be ignored */
> svn_wc_status_ignored,
>
> /** an unversioned resource is in the way of the versioned resource */

+1 (assuming it's accurate, which I'm trusting your word on :-) ).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 30 20:06:23 2006

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.