jmtrac kirjoitti: > I could not find any item on this...Is there a way to generate a > changelog file? Tipically it would be done when closing a milestone... > > Or this must be done outside, directly on svn?
Typically changelog contains only major, important fixes, and usually very short summaries (oneliners). It doesn't really provide anything extra value to generate all changes - except if Trac is used to record changes instead of tasks. If you take a look for example Tracs change log it's pretty much typical (some minor variations happens). Specially pay attention about pre 0.10-beta1 and post 0.9.6 changelogs. And usually SVN doesn't reflect any way change log. Like there might be merges, intermediate commits etc. Incorrect bug fixes that are fixed properly later. It could be possible to generate "nice" output with short piece of python script by using Trac library. -- Jani Tiainen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
