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

Re: export, checkout, commit performance

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-03-13 18:26:52 CET

"Peter N. Lundblad" <peter@famlundblad.se> writes:

> An alternative might be to fetch the timestamp of the working file
> when copying it in the svn_wc_transmit_text_deltas function and use
> that timestamp in the entries file in the post-commit processing.

Nearly right. We could fetch/store the working timestamp when copying
and then compare the stored and working values during post-commit and
only do the byte-for-byte comparison if the timestamp has changed.
This is essentially the same algorithm used to detect other text
changes.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 13 18:27:39 2006

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.