Add bin and target to global svn ignore in Eclipse
This will keep you from committing bin and target directory files when you add projects to svn
Click on Window -> Preferences
Select Team -> Ignored Resources
Click on Add Pattern and enter "bin"
Click on Add Pattern and enter "target"
Click on Add Pattern and enter "m2-target"
Click on Apply and then OK