Displaying 1 result from an estimated 1 matches for "path_to_plugin_repo".
2006 Mar 20
1
script/plugin update [plugin_name] broken?
...of plugins for use with some internal projects
here and stuck them in their own svn repos.
Then I have other svn-stored projects I want to use the plugins with.
Both the projects and the plugins are updated quite a bit.
So I install the plugin from my project: script/plugin install
http://<path_to_plugin_repo>/<plugin_name>
Then later I commit some changes to the plugin.
So then I go to my project and try to update the plugin: script/plugin
update <plugin_name>
I get: Updating plugin: <plugin_name>
But the source code of the plugin is NOT updated. What gives?
Any suggestions...