Note, that you have to do the above not only on the server, but on
every client computer.
The global parameters are only in the client config as far as I know. I did
it on every client computer.
TortoiseSVN configuration dialog updates the registry setting. See
Settings > General > Global ignore pattern.
I found a fix on the Tortoise Mailinglist. Tortoise has, besides the usual
config file a Registry entry for global ignores. I had to enter something in
the Global ignore pattern to create that key. Then have to delete it again.
Kind regards
----- Original Message -----
From: "Konstantin Kolinko" <knst.koli...@gmail.com>
To: "Soft" <s...@gmx.ch>
Cc: <users@subversion.apache.org>
Sent: Tuesday, January 26, 2010 4:59 PM
Subject: Re: file *.a ignored
2010/1/26 Soft <s...@gmx.ch>:
Thank you for your answer. Unfortunately it didn't help.
I did remove the comment on the global-ignores line. It didn't help. *.a
files are still marked as ignored.
This is a snipped of the config file.
[miscellany]
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output.
global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
Also on Windows the settings can also be stored in the Windows
registry, and AFAIK registry takes precedence over configuration files
(see README.txt in the configuration directory).
TortoiseSVN configuration dialog updates the registry setting. See
Settings > General > Global ignore pattern.
Best regards,
Konstantin Kolinko