[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-25 22:34:10 CEST

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:
else
    compare working and text-base byte by byte

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 25 22:35:59 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.