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

RE: pdel svn:ignore being ignored

From: Sander Striker <striker_at_apache.org>
Date: 2002-07-10 16:56:57 CEST

> From: cmpilato@collab.net [mailto:cmpilato@collab.net]
> Sent: 10 July 2002 16:34

[...]
> For reasons which I assume are entirely based on CVS's behavior, there
> are some magical hidden path globs that are always ignored. This from
> libsvn_wc/status.c:
>
> static const char * const ignores[] =
> {
> "*.o", "*.lo", "*.la", "#*#", "*.rej", "*~", ".#*",
> /* what else? */
> NULL
> };

Maybe this should be less magical and just be in the user config file.
Defaulting to:
  global_ignore=*.o, *.lo, *.la, #*#, *.rej, *~, .#*

Unset it with:
  global_ignore=

Is that an option? I think it is a bit better than hardcoding it.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 10 16:48:16 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.