After enter in the command line :ruby script/plugin install svn://projects.jkraemer.net/acts_as_ferret/trunk/plugin/acts_as_ferret under WIndows XP , nothing happened. I wonder why? Thank you for your help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
any help? On Nov 27, 8:32 pm, lookon <areyouloo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> After enter in the command line :ruby script/plugin install > svn://projects.jkraemer.net/acts_as_ferret/trunk/plugin/acts_as_ferret > under WIndows XP , nothing happened. I wonder why? Thank you for your > help.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
This happens when you dont have svn installed on your system as you can see svn:// at the beginning of the uri which expects you to have svn. You can check this by just typing svn on your command line. Grab it from here http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100&expandFolder=8100&folderID=8100 then everything will work smoothly. Guess the correct version for you is given at the bottom of the page , svn-win32-1.4.5.zip On Nov 29, 8:48 am, lookon <areyouloo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> any help? > > On Nov 27, 8:32 pm, lookon <areyouloo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > After enter in the command line :ruby script/plugin install > > svn://projects.jkraemer.net/acts_as_ferret/trunk/plugin/acts_as_ferret > > under WIndows XP , nothing happened. I wonder why? Thank you for your > > help.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---