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

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

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-03-25 15:18:59 CET

philip@tigris.org wrote:
> Author: philip
> Date: Wed Mar 24 13:57:40 2004
> New Revision: 9203

A couple of typos I mentioned got missed:

> Log:
> Fix issue 1751, non-recursive switch updates all files in a directory.
>
> Patch from <makl@tigris.org>
>
> * subversion/libsvn_wc/adm_ops.c
> (tweak_entries): Renamed from non_recursively_tweak_entries, add

"non_recursively_tweak_entries" -> "recursively_tweak_entries"

> Modified: trunk/subversion/libsvn_wc/adm_ops.c
> ==============================================================================
> --- trunk/subversion/libsvn_wc/adm_ops.c (original)
> +++ trunk/subversion/libsvn_wc/adm_ops.c Wed Mar 24 13:57:40 2004
> @@ -54,15 +54,16 @@
[...]
> -recursively_tweak_entries (svn_wc_adm_access_t *dirpath,
[...]
> +tweak_entries (svn_wc_adm_access_t *dirpath,
[...]
> @@ -98,19 +101,18 @@
[...]
> + /* If a directory and recursiv... */

"recursiv" -> "recursive" (This one is hardly worth a separate commit on its own; I'll add it to my monthly batch of spelling fixes ... done ... committed.)

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 25 15:15:37 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.