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

Re: Rép. : Re: wc doesn't see a local file modification

From: Yves Bergeron <yves.bergeron_at_shq.gouv.qc.ca>
Date: 2005-08-26 13:42:54 CEST

I guess the precision of the timestamp is dependent of the operating system. For my tests, I use Novell NetWare as a network filesystem from Windows. I have also to check the timestamp precision on our Unix (Sun Solaris) filesystem. I hope it goes to the milliseconds.
 
We intend to use Subversion to assist in an automated staging system for our source code. In some cases, the working copy to checkout is very small and the time between the checking out and the copy of the modified source file into the working copy is a split second.
 
Yves

>>> Branko (BÈibej <brane@xbc.nu> 08/25/05 6:52 pm >>>
Ben Collins-Sussman wrote:

>
> On Aug 25, 2005, at 3:14 PM, Yves Bergeron wrote:
>
>> Does it also check if the size is changed ?
>>
>
>
> if (timestamp hasn't changed)
> return NO_CHANGE;
> else if (filesize has changed)
> return CHANGED:

Not quite. If the timestamt hasn't changed, but the size has, SVN *will*
notice. :)

-- Brane

« Le présent courriel peut contenir des renseignements confidentiels et ne s'adresse qu'au destinataire dont le nom apparaît ci-dessus. Si ce courriel vous est parvenu par mégarde, veuillez le supprimer et nous en aviser aussitôt. Merci. »
Received on Fri Aug 26 13:44:15 2005

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

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