views:

43

answers:

1

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

+1  A: 

If it turns out that you can't, just use SVN or (if on Windows) Tortoise to add the files outside of Eclipe, directly from the file system.

Chris Thornton