> 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.kolinko_at_gmail.com>
To: "Soft" <soft_at_gmx.ch>
Cc: <users_at_subversion.apache.org>
Sent: Tuesday, January 26, 2010 4:59 PM
Subject: Re: file *.a ignored
> 2010/1/26 Soft <soft_at_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
Received on 2010-01-27 09:19:46 CET