[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Wrong date/time in "svn log" output

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2005-12-06 13:28:10 CET

On Tue, Dec 06, 2005 at 12:01:23PM +0100, Erik Huelsmann wrote:
> > Is the rollover a bug in Subversion (use of a 32-bit time field) which
> > will be fixed, or is it just a problem on Windows servers that requires
> > a regularly reboot at least after 49 days?
>
> I have no idea, but never heard about this before (while I do guess
> others have been running servers for more than 49 days...)
>

We depend upon APR's apr_time_now() function to set the time for the
svn:date revprop. APR's win32 implementation looks fine, but I guess
Cygwin might use the unix implementation, in which case there may be
something up with Cygwin's gettimeofday() implementation.

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 6 13:29:29 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.