SVN - FTSRG/cheat-sheets GitHub Wiki
- https://www.clear.rice.edu/comp314/svn.html
- http://pointbeing.net/weblog/2009/03/command-line-subversion-tutorial-part-1.html
- Apache Subversion (http://subversion.apache.org/packages.html)
- Windows: Tortoise SVN (http://tortoisesvn.tigris.org/)
Use Subversive, see notes on installing in Eclipse
svn propset svn:ignore -F .svnignore .
(See http://stackoverflow.com/questions/86049/how-do-i-ignore-files-in-subversion).