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

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

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

Andrew K. 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

—John

I have now, and it works! thanks

–John