Removing web.config from subversion (ASP.NET Project)
        Posted  
        
            by adinas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by adinas
        
        
        
        Published on 2008-09-11T09:06:06Z
        Indexed on 
            2010/04/21
            17:23 UTC
        
        
        Read the original article
        Hit count: 266
        
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
© Stack Overflow or respective owner