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

Re: file modifications get lost due to FAT 2s time resolution

From: C.A.T.Magic <c.a.t.magic_at_gmx.at>
Date: 2004-07-19 18:28:47 CEST

kfogel@collab.net wrote:
> I'm puzzled -- what is the exact scenario by which the loss of
> timestamp precision (when copying a working copy to FAT) causes
> 'svn status' to take a long time?

if you do a 'touch' to every file you get a similar effect.
the timestamps in the entries file never get updated,
so svn status does a full compare on every file, every time
(even more annoying with TSVN).

and the problem is neither update nor commit seem to fully restore
the original speed. (and update/commit would also require
server access which you probably don't have when you bothered
to put it on a memory stick in the first place.)

:)
c.a.t.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 19 18:28:50 2004

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.