moved everything into /trunk/ to create the standard svn layout, for use with tools that require this (eg. git-svn). IMPORTANT: do NOT do an `svn up`. instead, re-use your working copy's existing files with `svn switch` (http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html).
autoremove: `svn rm`: Fixed bug where needed to add --force in case the file had already been modified before being autoremoved
autoremove: Try `svn rm` first in case the file is in svn
Added autoremove