<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);
--
Eric Gillespie <*> epg@pretzelnet.org
Build a fire for a man, and he'll be warm for a day. Set a man on
fire, and he'll be warm for the rest of his life. -Terry Pratchett
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 11 09:07:14 2002