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

Re: Latest Win32 binaries

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-10-11 20:01:06 CEST

Branko =?ISO-8859-2?Q?=C8ibej?= <brane@xbc.nu> writes:

> Well, as long as you don't have any local mods that would have to be
> merged with changes from the repo, diff and patch never get used.

Are you sure?

I mean, when a file gets updated, it first "materializes" in the tmp/
area by means of applying svndiff data to the pristine file.

I then believe that 'diff' is run between the pristine file and the
newly materialized file, and this difference is applied to the working
file via 'patch'. I think this happens every single time.

[Hmmm, if this *is* true, it's not efficient. If the file isn't
locally modified, then the newly materialized file should just be
copied over both the pristine and working files. I should go check.]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:44 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.