Browse the Ruby on Rails Community.

You are here: Browse Railsplugins Svn Tools

Svn Tools

SVN Tools is a Rake plugin designed to make the common tasks under Rails more easy. The main things you might want to try are

rake svn:add rake svn:del
  1. these two are just wrappers for some fancy sed stuff I got from the internets.
rake svn:commit
  1. this one takes your commit message at a prompt—but it only take one line messages, yeah, just a gets.
rake svn:bootstrap
  1. this is the one I really wrote all this for. Run it on a brand new project to get things imported into a repository properly. It sets svn:ignore in the proper places, like log, tmp, and database.yml

questions, commments: jchris@mfdz.com

NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly