Adding images to version control with Subclipse
        Posted  
        
            by Brian
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Brian
        
        
        
        Published on 2010-05-01T21:23:19Z
        Indexed on 
            2010/05/01
            21:27 UTC
        
        
        Read the original article
        Hit count: 428
        
Hello,
I know that when using Subversion, adding/copying/renaming files must be done via 'svn add' or 'svn copy' etc. In my Eclipse IDE, I use Subclipse to work with subversion. It's easy enough to add text-based files to version control (ie. php/html/js files) - but how do I properly add images to version control using Subclipse?
Thanks, Brian
© Stack Overflow or respective owner