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 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 On 9/14/07, Jesper Rønn-Jensen <jesperrr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > 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 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Craig Demyanovich 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? --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---