Yet another ruby script
This time, taken from Rails Cookbook by O’Reilly. Checking in your spankin’-new Rails app to and SVN repository: svnizerails.rb. (It’s a little more complicated than it seems; hence the script.)
UPDATE: October 13, 2011: My advice: dump svn, go with git! With git, all you need to do is specify file patterns that you want to exclude (which is really the bulk of what svnizerails.rb was trying to do. So much simpler, so much cleaner!!