If I tie a plugin to SVN with the -x switch, won''t that mean the plugin will get updated everytime the author checks in a new version of the plugin? TIA Jeroen -- 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 -~----------~----~----~----~------~----~------~--~---
chad-fjaoLfFeGWpl57MIdRCFDg@public.gmane.org
2006-Sep-06 14:24 UTC
Re: isn''t ./script/plugin install -x dangerous?
Yes, typically you will only want to do this with sources you trust. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
chad-fjaoLfFeGWpl57MIdRCFDg@public.gmane.org wrote:> Yes, typically you will only want to do this with sources you trust.It would also be a bad idea to do this with a production app. _Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Francois Beausoleil
2006-Sep-06 16:29 UTC
Re: isn''t ./script/plugin install -x dangerous?
2006/9/6, _Kevin <kevin.olbrich@gmail.com>:> chad@spicycode.com wrote: > > Yes, typically you will only want to do this with sources you trust. > > It would also be a bad idea to do this with a production app.Which is where Piston comes in: http://piston.rubyforge.org/ Piston is a command line utility I wrote to manage vendor branches. Bye ! -- François Beausoleil http://blog.teksol.info/ http://piston.rubyforge.org/ --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---
François Beausoleil wrote:> 2006/9/6, _Kevin <kevin.olbrich-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: >> chad-fjaoLfFeGWpl57MIdRCFDg@public.gmane.org wrote: >> > Yes, typically you will only want to do this with sources you trust. >> >> It would also be a bad idea to do this with a production app. > > Which is where Piston comes in: http://piston.rubyforge.org/ > > Piston is a command line utility I wrote to manage vendor branches.Looks nice! Isn''t this something should (and maybe is!) be available in Subversion? Jeroen -- 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---