[Scummvm-devel] SVN Properties: Keywords & MIME type

Marcus Comstedt marcus at mc.pp.se
Wed Feb 15 13:27:02 CET 2006


Max Horn <max at quendi.de> writes:

> The config file also allows you to specify a list of filenames that
> should be ignore. On my config file, I have this:
>
> global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
> lib*.a
>
>
> So it never bothers me about any file matching one of those
> patterns. :-)


The flipside of this is of course that it might make you prone to
forget to add these files to svn:ignore where appropriate, thus
bothering _others_ with them.  For this reason I recommend that
global-ignores is left at the default value.

Auto-props don't have this problems, since the props set automatically
are committed to the repository and shared with the other developers,
regardless of whether they have autoprops enabled or not.


  // Marcus






More information about the Scummvm-devel mailing list