You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Alexey Dobriyan <ad...@mail.ru> on 2004/12/02 21:36:30 UTC

Fix issue #1772: correct header in 'diff -r BASE:HEAD' or 'HEAD:BASE'.

Andy Whitcroft in issue #1772 wrote:

> 'svn diff' command can result in output in which the file headers within the
> diff are incorrect;

> under some circumstances a diff header will indicate one revision as the
> working copy when it is not.

There're problems with the second line of header of "diff -r BASE:HEAD" and
"diff -r HEAD:BASE" on specially crafted repository and working copies (test
script is at the webpage). It's "(working copy)" instead of (revision X).

It turned out to be these bugs are orthogonal to each other.

Please, review the patches and commit if they're ok.

	Alexey


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org