Script/server install error on windows

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

On 23 Apr 2008, at 09:26, Vincent Pérès wrote:

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”

You need the actual subversion binaries, not just tortoise svn (ie you
should be able to run svn from a command prompt)

Fred

Yes, It was the binaries which are not installed.
Thanks !
Vincent