This is a balloon. Balloons are web pages that double as Ruby programs. To run this page: ruby -ropen-uri -e 'eval(open("http://balloon.hobix.com/svn_configure").read)'

BE ALERT! Running this script could be dangerous. Be sure to review this page. You know: it's like anything else on the Internet.

svn_configure, a balloon

by packagethief

Configure subversion for a new Rails project.

* Adds all files
* Ignores files in tmp/ and log/
* Creates a sample database.yml and ignores the original
* Sets permissions for log/ and public/dispatch.*
* Tells subversion which files should be executable

This won't automatically check in changes; you must check them in yourself.

  1. Runs some Ruby.

    Click here to view the code.