In the help file for the Subversive plugin there is a describtion for each icon.
More Icons and their meaning may be dound here: http://www.eclipse.org/subversive/documentation/teamSupport/workspace_synch.php
Bath to clear svn subs
Execute this from CMD to del .svn subfolders
FOR /F "tokens=*" %G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%G"