Missing log entries using default BASE:1
Brought to you by:
benoitx,
dougculnane
Not all entries are fetched from SVN. So the report is incomplete - missing newer dates.
Figured out that it can be configured via svn parameter -r.
You use
"svn log -v --xml > svn.log"
(which is equivalent to "svn log -v --xml -r BASE:1 > svn.log") in code.
But only "svn log -v --xml -r HEAD:1 > svn.log" returns all entries.
Can you fix it in code or introduce a new configuration parameter?
Thanks and greetings. Benno
Added to source. revision 174.