Sorry, should have said, I have done that as well but I get a "Plugin not found error", which is why I'm guessing that something is wrong with my setup.
On 6 Nov, 16:49, Philip Hallstrom <[EMAIL PROTECTED]> wrote: > On Nov 6, 2008, at 8:29 AM, Adam wrote: > > > > > > > Hi all, > > > I've written a couple of rails plugins and want to be able to use > > Rails' script/plugin script to add and remove them from my projects. > > I've put them in a svn repository, yet the plugin script doesn't seem > > to recognise them. I'm doing the following: > > > $ script/plugin -v list --source=http://my_repos/trunk > > Discovering plugins inhttp://my_repos/trunk/ > > nil > > > The repository has the structure > > trunk/ > > plugin1/ > > plugin2/ > > etc. > > > Is there another step to get the script to recognise these plugins? > > Why don't you just do... > > ./script/plugin installhttp://my_repos/trunk/plugin1 > > ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

