I setup a svn repository for my source code, and I would like to put a plugin what I''m using on the svn server, too. The plugin I''m using is HttpUrlValidationImproved. I installed thi plugin using following command. ./script/plugin install -x https://modzer0.cs.uaf.edu/repos/hank/code/http_url_validation_improved Could you tell me how to add this plugin to my svn? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Reinstall without the -x Of course, this is assuming you don''t want updates from the plugin''s repository. You can only have one way: either it stays in your repository or you read from the plugin''s repository. Jason On 3/8/07, Rubix <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > I setup a svn repository for my source code, and I would like to put a > plugin what I''m using on the svn server, too. > The plugin I''m using is HttpUrlValidationImproved. > I installed thi plugin using following command. > ./script/plugin install -x > https://modzer0.cs.uaf.edu/repos/hank/code/http_url_validation_improved > > Could you tell me how to add this plugin to my svn? > > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 8 Mar 2007, at 21:16, Jason Roelofs wrote:> Reinstall without the -x > > Of course, this is assuming you don''t want updates from the > plugin''s repository. You can only have one way: either it stays in > your repository or you read from the plugin''s repository.Or you can use Piston which gives you the best of both: http://piston.rubyforge.org/ Regards, Andy Stewart --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---