I’m working with a plugin that I wrote. I want to pull the plugin into an app I’m writing, but still be able to make changes to the plugin and commit those changes back to my repository.
script/plugin install -x
Uses svn:externals to grab the plugin. This enables plugin updates and plugin versioning.
(see script/plugin install –help)