How to tell svn to not manage history for one file
        Posted  
        
            by Prabu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Prabu
        
        
        
        Published on 2010-06-03T13:33:05Z
        Indexed on 
            2010/06/03
            13:34 UTC
        
        
        Read the original article
        Hit count: 278
        
svn
I don't know whether SVN has this feature, How do I tell svn to not maintain the history of changes for a file but it should have only the latest version of the file. Of course this is not the work of a version control, but it will be useful if I want to have some binary files within the repo without versioning.
© Stack Overflow or respective owner