On Sun, Aug 20, 2006 at 06:40:02AM +0200, Tamim wrote: > BTW, I have tried installing the stable version, and the "bleeding edge" > version and none of them have installed. During the installation, I get > no error messages or messages of any kind, but when I go to the > vendor\plugins directory, there is still nothing there besides my other > plugins.
you could try to export the plugin code with a standard svn client from these repository urls: stable: svn://projects.jkraemer.net/acts_as_ferret/tags/plugin/stable/acts_as_ferret or for the trunk: svn://projects.jkraemer.net/acts_as_ferret/trunk/plugin/acts_as_ferret then move the acts_as_ferret directory to vendor/plugins/ Or, if your project is svn hosted, too, you can use svn externals: svn propset svn:externals 'acts_as_ferret svn://projects.jkraemer.net/acts_as_ferret/tags/plugin/stable/acts_as_ferret' vendor/plugins from your RAILS_ROOT. Jens -- webit! Gesellschaft für neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Krämer [EMAIL PROTECTED] Schnorrstraße 76 Tel +49 351 46766 0 D-01069 Dresden Fax +49 351 46766 66 _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

