René Hjortskov Nielsen wrote on Tue, Jan 04, 2011 at 13:08:51 +0100:
> Hopefully this is useful information for someone :)
It's useful, yes. You could pass this information directly to the APR
project: http://apr.apache.org/ should identify the mailing list you
need.
Thanks,
Daniel
René Hjor
Thanks for your input.
I ended up debugging the subversion and apr code and found the solution.
I corrected the timestamps by making some typecasts in
subversion-1.6.13/apr/time/unix/time.c:
"
APR_DECLARE(apr_time_t) apr_time_now(void)
{
struct timeval tv;
gettimeofday(&tv, NULL);
//