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

Re: Defaults of 'svn diff' not understood

From: Martin Tomes <lists_at_tomes.org>
Date: 2004-06-10 10:51:08 CEST

Lukas Ruf wrote:
> I assume I can achieve this functionality by running:
>
> svn diff -r BASE:HEAD paper.tex
>
> But what is the reason that the latter form is not the default
> behaviour of 'svn diff'?

Because what you would normally want to know is how you have changed the file since your last
checkout/update. In Subversion this doesn't require communicating with the server as you have a
local pristine copy of your files.

I very rarely want to know what others have done to a file before I update, perhaps I have too much
faith in others to make reasonable changes and Subversion to merge it properly!

-- 
Martin Tomes
echo 'Martin x Tomes at controls x eurotherm x co x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 10 10:52:46 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.