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

Default ignores, cmdline ignores

From: Sander Striker <striker_at_apache.org>
Date: 2002-08-09 10:02:56 CEST

Hi,

Currently we have some hardcoded 'default' ignores:

  static const char * const ignores[] =$
  {
    "*.o", "*.lo", "*.la", "#*#", "*.rej", "*~", ".#*",
    /* what else? */
    NULL
  };

Personally I think we should get rid of those. If
you wish to ignore something be explicit about it.

Secondly it would be very nice to pass --ignore <pattern>
or --ignore -F <filename> on the commandline. This
would indeed be very helpfull for svn import, but could
also be usefull for svn status.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 9 09:53:00 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.