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

Re: Problems with hardlinks

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-10-07 16:46:50 CEST

On Mon, 2002-10-07 at 10:18, Ben Collins-Sussman wrote:
> I guess we could make this more complex... make
> a tmp copy of the working file, patch it, delete the original, copy
> the tmp file back?

If understand what you said right, we'd just stop using diff3 -e; that
is, we'd spit out the appropriately marked up file into a temp file,
then rename the temp file onto the original.

I'm sure diff3 -e starts out by making a copy of the original file under
the covers. Unix certainly has no concept of "editing a file in place";
you can overwrite data in place, but you can't insert or delete stuff.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 7 16:51:25 2002

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.