History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MPCHANGELOG-58
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Brett Porter
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Changelog Plugin

allow showing last X revisions of a file instead of dates

Created: 10/Feb/05 10:23 PM   Updated: 23/Sep/05 05:57 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Java Source File SvnBug752ChangeLogFactory.java (2 kb)
2. Java Source File SvnBug752ChangeLogGenerator.java (6 kb)



 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Niall Pemberton - 23/Sep/05 05:56 AM
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.


Niall Pemberton - 23/Sep/05 05:57 AM
ChangeLogFactory implementation for Bug 752