Why do I need to commit ignores under TortoiseSVN?
        Posted  
        
            by James McMahon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by James McMahon
        
        
        
        Published on 2010-04-29T17:41:15Z
        Indexed on 
            2010/04/29
            17:47 UTC
        
        
        Read the original article
        Hit count: 334
        
When I select ignore on a files under version control it marks the parent directory as changes, then when I then do a commit, it checks in svn:ignore property to the repository, resulting in another revision.
Why do I need to commit the svn:ignore property? Is this a TortoiseSVN issue or just the way SVN works?
© Stack Overflow or respective owner