[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: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2002-12-11 17:35:52 CET

cmpilato@collab.net writes:

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

No, i just diffed the wrong file. Whoops!

* subversion/libsvn_subr/config_file.c:
  (svn_config_ensure): Add .*.rej and .*~ patterns to the
  default global_ignores setting; *.rej and *~ do not match
  files that begin with a . ("hidden" files).

Index: subversion/libsvn_subr/config_file.c
===================================================================
--- subversion/libsvn_subr/config_file.c (revision 4007)
+++ subversion/libsvn_subr/config_file.c (working copy)
@@ -772,7 +772,7 @@
         "### default, this value is '*.o *.lo *.la #*# *.rej *~ .#*'. \n"
         "### To turn off global ignores, simply set the value to be\n"
         "### empty (as in \"global_ignores = \").\n"
- "# global_ignores = *.o *.lo *.la #*# *.rej *~ .#*"
+ "# global_ignores = *.o *.lo *.la #*# *.rej .*.rej *~ .*~ .#*"
         "\n"
         "### Set compression to 'no' to avoid compressing requests\n"
         "### to a DAV-enabled Subversion server. It defaults to 'yes'.\n"

--
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 17:36:39 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.