Adding plugins to svn

You can clean out the svn folders like this:

find . -name ".svn" -exec rm -rf {} \;

Or, if you want to keep them as an SVN working copy, you can set them up as svn:externals: Externals Definitions

OR! You can use Piston: http://www.rubyinside.com/advent2006/12-piston.html

--Jeremy