29 July 2008

Install a plugin on a svn Rails 2.1.0 app from github

I am still using subversion (shame!) but now more and more plugins are hosted on github ...
To install a plugin with this configuration, you'll need the following commands:

cd vendor/plugins
git clone git://github.com/dchelimsky/rspec.git
rm -rf rspec/.git
svn add rspec
svn commit . -m "added plugin


No comments: