How to remove Piston imported plugin

I have accidentally installed a plugin in the wrong directory

(ran Piston import [url] from root and not from /vendor/plugins )

Now, how do I remove it again as I want to install it properly?

Thanks!

/Jesper
blog: www.justaddwater.dk

You can just use Subversion’s move command. It will preserve the
piston-specific properties. I just did this earlier this week. For
example,

~/work/sample $ svn mv vendor/rspec_on_rails
vendor/plugins/rspec_on_rails

Craig

Craig D. wrote:

You can just use Subversion’s move command. It will preserve the piston-specific properties.

Thanks Craig.
svn rm folder_name --force
did the trick for me.

I really think Piston should wrap this command so it has 2-way
commands: Both do and undo.
piston import is diffiicult to give an reverse-name, though: Export?
hardly.

piston add/remove would be a better name pair. Any other suggestions?