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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 23 Apr 2008, at 09:26, Vincent Pérès wrote:> > 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" >You need the actual subversion binaries, not just tortoise svn (ie you should be able to run svn from a command prompt) Fred> Have you any idea on how to resolve this problem? > Thanks ! > Vincent > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Yes, It was the binaries which are not installed. Thanks ! Vincent --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---