PDA

View Full Version : Anybody Know about Rails Plugins??



daz4126
December 13th, 2006, 09:04 AM
Hi,

I'm tryin to install the haml plugin for rails. It says that I have to run the following command:

./script/plugin install -x svn://hamptoncatlin.com/haml/trunk

When I do, I get the following message:

Cannot install using externals because this project is not under subversion.

I know absolutely nothing about subversion and can't find an easy guide online. Could anybody point me in the right direction about how to install this (or any) plugins?

thanks in advance,

DAZ

Blacktalon
December 14th, 2006, 12:24 AM
Simiply to say you need your project to be a Subversion. It is most likely you are using the default which is probably CVS, just change it to subversion and you should be ok. (Not to sure on how to change at the moment...finals week got me brain fried!!!)

Edit:
I did think of something I should probably have asked, have you done sudo gem install Subversion in your rails project? If not give it a try its either that or sudo gem install svn ........I think this will help.

Good Luck
~BT