I have a project which is source controlled using Subversion and VisualSVN. Since the version of web.config is different on the server and the developers’ computers I want the file to remain on the computers but to be ignored by Subversion. I added it to the svn:ignore but it still remains (and still has a red exclamation mark too since we are not committing it).
How can I remove it from Subversion safely without it being deleted from the files system
Thanks, Adin
you’ll have to do both the remove and ignore operation
since i use tortoisesvn i can’t really tell you what svn commands you have to use, but using tortoisesvn it would be:
on my .net projects i include the following exclusion with svn:ignore: bin, obj, *.suo, *.user