[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: Aaron Wood <woody77_at_gmail.com>
Date: 2005-08-25 22:53:54 CEST

On 8/25/05, Ben Collins-Sussman <sussman@collab.net> 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:
> else
> compare working and text-base byte by byte
>

Adding a 1-2 second sleep too your script, between the checkout/update
of the files, and the modification of the files should bump the
timestamp enough to make it happy.

-Aaron

---------------------------------------------------------------------
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:55:38 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.