As I said, I'm using Subclipse and Tortoise on Windows.
I found a fix on the Tortoise mailing list. Tortoise has, besides the usual
config file a Registry Key for global ignores. My assumption that all
clients use the same config file was wrong, but I also didn't find any
registry entries. Tortoise creates that key only if you put something in the
Global ignore line.
Solution for Tortoise:
I had to enter something in the Global ignore pattern, press apply and clear
it again. That way Tortoise accepts all files.
Thank you for your help.
Kind regards
----- Original Message -----
From: "Ryan Schmidt" <subversion-20...@ryandesign.com>
To: "Soft" <s...@gmx.ch>
Cc: <users@subversion.apache.org>
Sent: Wednesday, January 27, 2010 4:46 AM
Subject: Re: file *.a ignored
On Jan 26, 2010, at 07:28, Soft wrote:
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
Which client are you using? Are you sure you edited the correct config file
for that client?