[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-07-19 18:56:25 CEST

"C.A.T.Magic" <c.a.t.magic@gmx.at> writes:

> and the problem is neither update nor commit seem to fully restore
> the original speed.

An operation that both takes a write-lock and checks timestamps is
required, so commit should do the trick as should revert. Update
won't do it as it doesn't examine timestamps.

> (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.)

A Unix user can use 'SVN_EDITOR=/bin/false svn commit' which doesn't
get as far as committing and doesn't require server access.

-- 
Philip Martin
---------------------------------------------------------------------
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:56:44 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.