Thanks Kristis.
http://bugzilla.mkgnu.net/show_bug.cgi?id=948 integration_get_vdd: Still needs rework, have you an example output? At the moment it's generated but no bugs in it.I'm afraid I don't. I tried to produce one and got no bugs in response either. I'd recommend you look at the existingBugzilla.pm.in source for 2.20.x
OK, I've found an issue here.I've reworked code for bz3 which was quite buggy, nevertheless it continues to produce results without bugs. I debugged SQL statements and found that the parameters $from_label_date and $to_label_date in integration_get_vdd are wrong.
We are parsing the label dates from 'svn log -xml' and SVN stores its dates as UTC date/time. So at least at my machine there was a mismatch UTC != LOCALTIME.
I've patched SCM_Functions.pm.in (using Time::Locale) and it works.
SCM_Functions.pm.in.patch
Description: Binary data
Kristis, can you confirm this behavior? -- Oliver
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
