Browse the Ruby on Rails Community.

You are here: Browse Railsplugins Svn Configure

Svn Configure

= Task: SVN Configure

A Rake task that automatically configures a new Rails project in subversion in the following fashion:

  • Adds all files
  • Ignores files in tmp/ and log/
  • Creates a sample database.yml and ignores the original
  • Optionally commits all changes

== Usage

Assuming the cwd is a working copy with a newly generated Rails application,

rake svn:configure

To commit the changes automatically, use the COMMIT flag.

rake svn:configure COMMIT=true


Copyright© 2006 Jeffrey Allan Hardy <packagethief>, released under the MIT license

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