Hello,
I’m trying to install acts as Solr plugin. I have install TortoiseSVN
on my Windows environement.
On my rails application, I tried to checkout the plugin with this
command line :
ruby script/plugin install
svn://svn.railsfreaks.com/projects/acts_as_solr/trunk
(as they say : http://acts-as-solr.railsfreaks.com/acts_as_solr)
But only the ‘acts_as_solr’ folder was created on ‘vendor/plugins/’.
I tried this command line too :
ruby script/plugin install -x
svn://svn.railsfreaks.com/projects/acts_as_solr/trunk
And have a SVN error : “Connot install using subversion because ‘svn’
cannot be found in your PATH”
Have you any idea on how to resolve this problem?
Thanks !
Vincent