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

Re: Diff output inconsistentices

From: Ling Li <liling_at_gmail.com>
Date: 2005-10-25 06:23:07 CEST

* This is an old email but seems it got no response. *

I also feel this inconsistency annoying. Can we also have the option
"--no-diff-added" or "--diff-copy-from" for svn diff? I've noticed
that explicitly specifying --old and --new might give similar effect,
but this doesn't help much if one revision contains several file copy
operations with different sources/destinations (e.g., when you move
things around).

On 5/18/05, Peter N. Lundblad <peter@famlundblad.se> wrote:
> Hi,
>
> This message is related to issue #2233, that is a request to make svn look
> diff output diffs against the copy source instead of the empty file.
>
> I've noticed that our diff output is a little inconsistent, and want to
> check fi this is delibarte.
>
> If you do
> svn cp a b
> edit b
> svn diff
> (a is a file)
>
> you'll get a diff between a and b, not between a dn the empty stream.
>
> If you commit this and do diff against the previous version the output
> will be b diffed against the empty stream. This might be the most useful
> outputs in the different situations, but it seems strange to have
> different diff output depending on if it is against the wc or a repository
> revision.
>
> Now, we run svnlook diff on the new revision. Here we also get a diff
> against the empty stream, but the label indicates that the diff is against
> the copy source. this is actually the issue 2233. I'd like to change the
> labels to be consistent with the svn diff output (path, revision 0),
> change the issue to an enhancement (to actually support an option to diff
> against the copy source) and put it into unscheduled.
>
> Comments?
>
> Thanks,
> //Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 25 06:24:27 2005

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.