Since you want to ignore this folder worldwide, you should use & hellip; global disregard!
Take a look at the file
%APPDATA%\Subversion\config
and uncomment the global-ignores and add .settings to it.
Example
An example of the full path to the config file:
C:\Documents and Settings\pmn\Application Data\Subversion\config
An example of the new contents of the global-ignores :
global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store .settings
Michael hackner
source share