Maven 1.x Changelog Plugin

allow showing last X revisions of a file instead of dates

Details

  • Type: New Feature New Feature
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    2

Description

currently, dates based logs can be broken on some repositories where multiple CVS imports have occured (eg, the Apache SVN repository).

Add an option to just show the last 20 changes instead of 30 days.

Activity

Hide
Niall Pemberton added a comment -

ChangeLogGenerator implementation which gets round the issue of Bug 752 in Subversion:

http://subversion.tigris.org/issues/show_bug.cgi?id=752

This version gets all log entries using command "svn log -v" and then filters out ChangeLogEntry's that are not within the specified timescale.

Show
Niall Pemberton added a comment - ChangeLogGenerator implementation which gets round the issue of Bug 752 in Subversion: http://subversion.tigris.org/issues/show_bug.cgi?id=752 This version gets all log entries using command "svn log -v" and then filters out ChangeLogEntry's that are not within the specified timescale.
Hide
Niall Pemberton added a comment -

ChangeLogFactory implementation for Bug 752

Show
Niall Pemberton added a comment - ChangeLogFactory implementation for Bug 752

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated: