Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #3054 (closed defect: duplicate)

Opened 3 years ago

Last modified 1 year ago

Plugin naming scheme broken

Reported by: kyle.c.maxwell@gmail.com Assigned to: David
Priority: normal Milestone:
Component: ActiveRecord Version: 0.14.3
Severity: normal Keywords:
Cc:

Description

script/plugin install svn://www.myname.com/svn/project/trunk # => folder: project

script/plugin install svn://www.myname.com/svn/project/branches/alternate script/plugin install svn://www.myname.com/svn/project/tags/alternate # => folder: alternate

This should still name the folder project, or prehaps project_alternate, but certainly not alternate. This current behavior is really bad for forms like .../project/tags/release-0.1.

Change History

01/24/07 03:00:16 changed by jeremymcanally

  • status changed from new to closed.
  • resolution set to duplicate.

I've proposed a patch at #7292.