SVN commands
check status: svn status
add files to staging area: svn add filename
Remove files from staging area: svn remove filename
commit: svn ci -m "commit log"
(http://svnbook.red-bean.com/en/1.7/svn.ref.svn.html)
edit log after committing: http://stackoverflow.com/questions/1007012/pre-revprop-change-hook-in-tortoisesvn