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
Return to search
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.



Brett Porter made changes - 18/May/05 02:41 AM
Field Original Value New Value
Environment
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.
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.
Fix Version/s 1.8 [ 11440 ]
Brett Porter made changes - 03/Jun/05 11:10 PM
Fix Version/s 1.8 [ 11440 ]
Niall Pemberton added a comment - 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 made changes - 23/Sep/05 05:56 AM
Attachment SvnBug752ChangeLogGenerator.java [ 16780 ]
Niall Pemberton added a comment - 23/Sep/05 05:57 AM

ChangeLogFactory implementation for Bug 752


Niall Pemberton made changes - 23/Sep/05 05:57 AM
Attachment SvnBug752ChangeLogFactory.java [ 16781 ]