[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-07 17:32:49 CEST

Ben Collins-Sussman <sussman@collab.net> writes:
> If a file has changed on the server, svn simply applies a patch to the
> working copy file, in-place, using diff3. That's how it preserves
> local modifications. 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?

But isn't that what we do (the second way, I mean)? We have to anyway
to deal with keyword and eol untranslation... We don't do the "delete
the original" step, of course, we just rename over the original.

?

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 7 18:00:06 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.