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.
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.
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.
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.