Modify ↓
Opened 18 years ago
Closed 18 years ago
#558 closed defect (wontfix)
Zip file name should match the latest version of their contents, not of the whole repository
Reported by: | Emmanuel Blot | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | low | Component: | TracHacks |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
When a ZIP archive is created from the source code of a project (plugin, macro, etc.), it is named with the latest version of the repository.
It would be more useful to name it against the name of the last revision of the more recent file in the project.
The current implementation generates identical archives with a different name, if any other project is updated between two subsequent downloads of a project which has not been changed.
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Ok, I created a new ticket: t:ticket:3584.
Closing this ticket for now.
Note: See
TracTickets for help on using
tickets.
TracHacks uses the default Trac ZIP download facility now, so this is really a Trac issue. If it were possible to override the filename that Trac generates, this should be possible.