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

Re: [PATCH] Issue #2105 - Add '--no-ignore' option to 'svn add' and

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-06-04 12:10:11 CEST

S.Ramaswamy wrote:
>>>- if (svn_cstring_match_glob_list (this_entry.name, ignores)) +
>>> if ((!no_ignore) && svn_cstring_match_glob_list (this_entry.name, +
>>> ignores))
>>
>>Indentation.
>
> Line up "ignores" with "this_entry.name" in the prev. line

Yes.

> Does this change look ok ?

Yes, that's good.

> Index: subversion/libsvn_subr/config_file.c
> ===================================================================
> --- config_file.c (revision 14960)
> +++ config_file.c (working copy)
> @@ -1168,8 +1168,10 @@
> APR_EOL_STR
> "### Set global-ignores to a set of whitespace-delimited globs"
> APR_EOL_STR
> - "### which Subversion will ignore in its 'status' output."
> + "### which Subversion will ignore in its 'status' output, and"
> APR_EOL_STR
> + "### while importing or adding files and directories."
> + APR_EOL_STR
> "# global-ignores = " SVN_CONFIG_DEFAULT_GLOBAL_IGNORES ""
> APR_EOL_STR
> "### Set log-encoding to the default encoding for log messages"

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 4 12:37:11 2005

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.