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

improve default setting for global-ignores

From: Antoine Pitrou <solipsis_at_pitrou.net>
Date: 2005-08-09 11:23:36 CEST

Hi,

The default setting for global-ignores seems to be something like this:

global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store

It helps capture widespread cases of object files, patch rejects,
automatic backups and the like.
It should probably be helpful to users to include more of these
"widespread cases" in the default setting, so that you don't need to
alter this setting on every client machine you use Subversion from.

In any case, I'm proposing that the patterns "*.pyc" and "*.pyo" be
added to this default setting, as they are solely used for bytecode
compiled versions of Python scripts (automatically generated by the
Python compiler when the source is fresher, thus of no use in a version
control system). This makes the output of commands like "svn status"
much much nicer :))

Regards

Antoine.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 9 11:26:36 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.