You are here: Browse Railsplugins Svn Configure
= Task: SVN Configure
A Rake task that automatically configures a new Rails project in subversion in the following fashion:
== 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
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly