jh100000
2006-Jul-26 16:44 UTC
[Rails] svn command doesn''t work when trying to install plugins
Trying to install BackgroundRdb $ script/plugin install svn://rubyforge.org//var/svn/backgroundrb sh: line 1: svn: command not found What am I doing wrong? I''m using a MacBook pro with OSX10.4 and what I think is a standard version of Ruby 1.8.4 and Rails 1.1 ---John -- Posted via http://www.ruby-forum.com/.
Andrew Knott (was ActionWebService::Struct oops!)
2006-Jul-27 08:33 UTC
[Rails] Re: svn command doesn''t work when trying to install plugins
Have you installed subversion? jh100000 wrote:> Trying to install BackgroundRdb > > $ script/plugin install svn://rubyforge.org//var/svn/backgroundrb > sh: line 1: svn: command not found > > What am I doing wrong? > > I''m using a MacBook pro with OSX10.4 and what I think is a standard > version of Ruby 1.8.4 and Rails 1.1 > > ---John-- Posted via http://www.ruby-forum.com/.
Andrew Knott
2006-Jul-27 08:34 UTC
[Rails] Re: svn command doesn''t work when trying to install plugins
Have you installed subversion? jh100000 wrote:> Trying to install BackgroundRdb > > $ script/plugin install svn://rubyforge.org//var/svn/backgroundrb > sh: line 1: svn: command not found > > What am I doing wrong? > > I''m using a MacBook pro with OSX10.4 and what I think is a standard > version of Ruby 1.8.4 and Rails 1.1 > > ---John-- Posted via http://www.ruby-forum.com/.
jh100000
2006-Jul-27 08:51 UTC
[Rails] Re: svn command doesn''t work when trying to install plugins
Andrew Knott wrote:> Have you installed subversion? > > jh100000 wrote: >> Trying to install BackgroundRdb >> >> $ script/plugin install svn://rubyforge.org//var/svn/backgroundrb >> sh: line 1: svn: command not found >> >> What am I doing wrong? >> >> I''m using a MacBook pro with OSX10.4 and what I think is a standard >> version of Ruby 1.8.4 and Rails 1.1 >> >> ---JohnI have now, and it works! thanks --John -- Posted via http://www.ruby-forum.com/.