Bug 634 - Emtpy changelog
Status:
RESOLVED FIXED
Component:
Build-Env
Version:
1.8.4
Hardware:
All All
Importance:
P2 minor
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
May 2 2007 14:25:51 UTC
by:
Michael Piefel
Modified:
May 2 2007 21:23:44 UTC
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Rob Caelers | May 2 2007 21:23:44 UTC | status | NEW | RESOLVED |
| resolution | FIXED |
Description
Michael Piefel May 2 2007 14:25:51 UTC
In the tarball on Sourceforge, there is an empty ChangeLog and and empty ChangeLog.txt that deny Workrave’s history.
Comment 1
Rob Caelers May 2 2007 21:23:44 UTC
After some failed *) experiments with svn2cl, we decided to remove the ChangeLog. Moap (https://apestaart.org/moap/trac/wiki) seems promissing. *) Requirements - changes to ChangeLog must be in the same changeset as the actual changes. (afaik, not possible with svn2cl because you have to commit first to get the list of changes in 'svn log') - Either - user enters 'svn commit' without commit message. - a default changelog entry is generated. - user can edit entry - user completes commit. changelog entry is used as commit message Or - user enters 'svn commit -m message' - a default changelog entry is generated. This entry contains commit message - user does not edit message - should be executed server-side (seems impossible with svn...)