So, can someone please apply this. This would save us like one bug-report a week! All of my plugins use tags, trunk, and branching because they are fairly complex. And the fact that using well-tested methods for revision control means that you break ./script/plugin install is a bit of a tragedy. Can someone please apply this already? http://dev.rubyonrails.org/ticket/8188 I will ILY forever and ever! -hampton. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On 9/22/07, Hampton <hcatlin@gmail.com> wrote:> > > Can someone please apply this already? > > http://dev.rubyonrails.org/ticket/8188 >I went ahead and added the "verified" keyword as described in bullet 5.2 on http://dev.rubyonrails.org/wiki. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On 9/23/07, Hampton <hcatlin@gmail.com> wrote:> > > So, can someone please apply this. This would save us like one > bug-report a week! All of my plugins use tags, trunk, and branching > because they are fairly complex.Plugins with trunk/ already work for some time now: http://dev.rubyonrails.org/browser/trunk/railties/lib/commands/plugin.rb?rev=7585#L261 However, it still doesn''t behave with tags and branches. +1 for a more complete solution that we currently have --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On 9/23/07, Mislav Marohnić <mislav.marohnic@gmail.com> wrote:> > > Plugins with trunk/ already work for some time now: > > http://dev.rubyonrails.org/browser/trunk/railties/lib/commands/plugin.rb?rev=7585#L261Oops I spoke too soon - it worked for me because I was using svn:externals, and this is the only method that actually uses the "guessed" name. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---