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

Re: CVS update: subversion/subversion/client cl.h main.c status.c

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-11-12 16:50:10 CET

Bruce: please revert that change. The code makes a distinction
between the status for one entity, and the statuses of many entities
(see the svn_wc_status() versus svn_wc_statuses(), for example).

The fact that English doesn't make this distinction is beside the
point. We need the distinction, and so we make it, reflecting our
intentions as best we can in our human language.

-K

bkorb@tigris.org writes:
> User: bkorb
> Date: 00/11/12 09:58:09
>
> Modified: subversion/client cl.h main.c status.c
> Log:
> The plural form of "status" is "status"
>
> Revision Changes Path
> 1.6 +1 -1 subversion/subversion/client/cl.h
>
> Index: cl.h
> ===================================================================
> RCS file: /cvs/subversion/subversion/client/cl.h,v
> retrieving revision 1.5
> retrieving revision 1.6
> diff -u -r1.5 -r1.6
> --- cl.h 2000/11/09 21:42:02 1.5
> +++ cl.h 2000/11/12 17:58:09 1.6
> @@ -65,7 +65,7 @@
>
> /* Print a hash that maps names to status-structs to stdout for human
> consumption. */
> -void svn_cl__print_statuses (apr_hash_t *statushash, apr_pool_t *pool);
> +void svn_cl__print_status (apr_hash_t *statushash, apr_pool_t *pool);
>
>
>
>
>
>
> 1.19 +1 -1 subversion/subversion/client/main.c
>
> Index: main.c
> ===================================================================
> RCS file: /cvs/subversion/subversion/client/main.c,v
> retrieving revision 1.18
> retrieving revision 1.19
> diff -u -r1.18 -r1.19
> --- main.c 2000/11/09 21:42:02 1.18
> +++ main.c 2000/11/12 17:58:09 1.19
> @@ -308,7 +308,7 @@
> apr_hash_t *statushash;
> err = svn_client_status (&statushash, target, pool);
> if (! err)
> - svn_cl__print_statuses (statushash, pool);
> + svn_cl__print_status (statushash, pool);
> break;
> }
> default:
>
>
>
> 1.10 +1 -1 subversion/subversion/client/status.c
>
> Index: status.c
> ===================================================================
> RCS file: /cvs/subversion/subversion/client/status.c,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -u -r1.9 -r1.10
> --- status.c 2000/11/09 21:42:02 1.9
> +++ status.c 2000/11/12 17:58:09 1.10
> @@ -114,7 +114,7 @@
>
>
> void
> -svn_cl__print_statuses (apr_hash_t *statushash, apr_pool_t *pool)
> +svn_cl__print_status (apr_hash_t *statushash, apr_pool_t *pool)
> {
> int i;
> apr_array_header_t *statusarray;
>
>
>
Received on Sat Oct 21 14:36:14 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.