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

Re: possible bug

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-06-28 01:43:19 CEST

"Andy Cutright" <Andy.Cutright@borland.com> writes:

> the time stamp i get back from the client libraries is a long,
> representing milliseconds since the epoch, so supposedly i've got a
> window of milliseconds, i believe. please correct me if i'm wrong.

A long? Which libraries?

I don't really do Java, but as far as I can tell the javhl bindings
use Date, see org.tigris.subversion.javahl/LogMessage.java. Goggle
tells me that Java's Date is in milliseconds so the javahl bindings
don't return the full timestamp.

> i do hear what you're saying about multiple commits potentially making
> the timestamp a weak key.
>
> should i file a bug then?

On Java perhaps :) Does Java have a time/date class that represents
microseconds? If not then the bindings would need to use something
other than, or in addition to, the native Java type.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 28 01:44:15 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.