Hey, how can i run console commands form my rails app. I have tried using backticks. eg
result = `svn checkout <url> <path>` They work fine when i run the sciprt from the command line with ruby something.rb but when the same script is run form my rails app nothing happens. It seems the commands are ignored. Does anyone know a different way of doing this with out backticks or a solution for getting around this problem. Thanks in advance, Stewart --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

