SVN installation problem in ferret

Hello,

I am not able to run this command given in the tutorial

http://projects.jkraemer.net/acts_as_ferret/

Inside your Rails project

Please use

script/plugin install
svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret

gem is installed.

i have added the desired line in environment.rb as well

but while running this particular command of svn://… nothing actually
happening

i again come back to prompt…also i cant see any thing happening in my
plugin directory.

I am a newbie for ROR. but i have installed other plugin with
http://…in there repository link …like authenticate or tagging.

but ferret i am not able to.

please either install the acts_as_ferret gem (wiill need the require in
environment.rb) OR the plugin via script/plugin install…

when the latter doesn’t work for you, chances are some firewall is
blocking access to the svn:// protocol ports (google knows which these
are).

Cheers,
Jens

On Sun, Aug 19, 2007 at 08:24:59AM +0200, Anurag Jain wrote:

script/plugin install
i again come back to prompt…also i cant see any thing happening in my
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk


Jens Krämer
http://www.jkraemer.net/ - Blog
http://www.omdb.org/ - The new free film database

Thanks Jens,
i am able to do it using gem.

Jens K. wrote:

please either install the acts_as_ferret gem (wiill need the require in
environment.rb) OR the plugin via script/plugin install…

when the latter doesn’t work for you, chances are some firewall is
blocking access to the svn:// protocol ports (google knows which these
are).

Cheers,
Jens

On Sun, Aug 19, 2007 at 08:24:59AM +0200, Anurag Jain wrote:

script/plugin install
i again come back to prompt…also i cant see any thing happening in my
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk


Jens Kr�mer
http://www.jkraemer.net/ - Blog
http://www.omdb.org/ - The new free film database

Since AAF is basically useless in a production environment without the
plugin being installed (ie the gem is of no use) would it be possible to
get the plugin exposed over http?

On Tue, Sep 11, 2007 at 02:37:34PM +0200, Paul K. wrote:

Since AAF is basically useless in a production environment without the
plugin being installed (ie the gem is of no use) would it be possible to
get the plugin exposed over http?

Yeah that’s already on my list.

There also is a tarball of the latest stable (0.4.1) available at [0]

just unpack into vendor/plugins, and copy over script/ferret_st* to
script/, and config/ferret_server.yml to config/ (or use the plugin’s
install.rb for this).

Btw, I just checked and the gem contains the scripts and config, it just
lacked an installer to copy them into a project. I already created one,
and updated the docs at [1] for the time until the next release.

Cheers,
Jens

[0]
http://projects.jkraemer.net/acts_as_ferret/attachment/wiki/WikiStart/acts_as_ferret_0.4.1.tar.gz
[1]
http://projects.jkraemer.net/acts_as_ferret/wiki/WikiStart#System-wideinstallation


Jens Krämer
http://www.jkraemer.net/ - Blog
http://www.omdb.org/ - The new free film database