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

Re: Default global-ignores setting

From: <cmpilato_at_collab.net>
Date: 2002-12-11 14:33:48 CET

Eric Gillespie <epg@pretzelnet.org> writes:

> <brane@xbc.nu> writes:
>
> > Not so. It's not only about editing files, it's also about unit testing
> > the chantes to make sure that they actually work. If you come up with a
> > patch, and a description of how you tested it, that can save other
> > people a lot of time. Really.
>
> Index: subversion/libsvn_wc/status.c
> ===================================================================
> --- subversion/libsvn_wc/status.c (revision 4007)
> +++ subversion/libsvn_wc/status.c (working copy)
> @@ -45,7 +45,7 @@
>
> SVN_ERR (svn_config_read_config (&cfg, pool));
> svn_config_get (cfg, &val, "miscellany", "global_ignores",
> - "*.o *.lo *.la #*# *.rej *~ .#*");
> + "*.o *.lo *.la #*# *.rej .*.rej *~ .*~ .#*");
> *patterns = apr_array_make (pool, 4, sizeof (const char *));
> svn_cstring_split_append (*patterns, val, "\n\r\t\v ", FALSE, pool);

This patch is incomplete. The default values written to the config
file should also be changed to reflect these same additions.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 11 14:37:54 2002

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.