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 in http://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 install http://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 rubyonrails-talk@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to