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

[TSVN] Re: Re: Commit dialog taking ages to populate

From: Simon Large <slarge_at_blazepoint.co.uk>
Date: 2004-09-10 11:02:00 CEST

"Hughes, Bill" wrote:
> > Sounds like the fix in SVN is trivial - if you have to compare a file
> > byte-by-byte and they turn out to be the same, just change
> > the timestamp on
> > the pristine copy to match the user copy, so that the
> > slowness does not
> > re-occur.
> This looks like a BAD idea - if you have multiple devs than you'd be
forever
> changing the timestamp to the date of whoever accessed it last and sloaw
> everyone down.

We are talking about working copy here, not commit times. The timestamps on
the pristine local copy in the .svn folder, and the user's working file
should be the same after you do a checkout or update. They diverge when the
user edits the file, and then come back into sync on commit/update.

But if the user file timestamp changes without the content changing, there
is nothing to commit, so they do not get resync'd.

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Sep 11 20:19:34 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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