Ruby on Rails Subversion Prep Tool
README                                                             rorsvnprep

This gem provides some aids for starting new Rails projects that will be managed with the subversion SCM system. The command line utility provides will create a new project, perform initial modifications and even the initial subversion specific actions to get your project under subversion management quickly and with a minimum of fuss.

This gem provides a simple command-line tool that handles everything:

rorsvnprep

It is recommended that you create an alias for this command to save you on typing. On most systems you can alias rorsvnprep to rsp without interfering with anything else, but double-check on your own system before deciding on an alias.

Using rorsvnprep

Give the command the name of your project and the full URI to your repository.

-------------------
Command-Line Syntax
-------------------

rorsvnprep projectname [--svn=svn://example.org/path/to/repos]