I am trying to prevent ankhsvn from checking in the app.config files in my projects. A bit of background.
I like to generate my app.config and not check them in to source control because in my experience each developer likes to keep a different version of it (so that for a multi-tier system, they can point to their own dev system).
However I still want the file in my project, just not in source control. However Ankh seems to get it in its head that means I must want to check it in. Is there someway to globally (scoped to that file, but across ALL users and ALL branches) prevent Ankh from checking in this one file?