On 12/28/07, Oliver Schäfer <[EMAIL PROTECTED]> wrote: > > > 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.
One thing to keep in mind is: http://bugzilla.mkgnu.net/show_bug.cgi?id=947 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. > Kristis, can you confirm this behavior? Are you aware of this: http://bugzilla.mkgnu.net/show_bug.cgi?id=931 There may be additional issues here.
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
