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

Re: Why temp files when diffing working copy?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-29 22:15:22 CEST

On Thu, 2004-07-29 at 14:57, Ed MacDonald wrote:
> I too like to edit in my diff editor. Without know the internals, it seems
> to make sense that if the product of the diff is intended for the developer,
> then any translation should be to the developers environment. Is there an
> advantage to de-translating the working copy as opposed to translating the
> repo file for the compare?

Hm, I think we did it this way for a couple of reasons:

* if we translated the repos (or text-base) file, then 'diff' would
always show changed keywords, which is a bit annoying.

* 'diff' doesn't always involve a working copy; it would be
inconsistent for 'svn diff URL1 URL2' to show something different than
'svn checkout URL1 wc; svn diff --old=wc --new=URL2'.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 29 22:17:27 2004

This is an archived mail posted to the Subversion Users mailing list.

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