[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: Branko Čibej <brane_at_xbc.nu>
Date: 2002-12-11 12:24:24 CET

Eric Gillespie wrote:

><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);
>

And the log message is? :-)

Maybe you think I'm nitpicking here, but writing a log message takes
time, even a trivial one. Please, help us make the patch submission
process smoother by following the rules. They're there for a purpose.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 11 12:25:20 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.