Cosmetic bug: svn diff -rBASE:HEAD vs -rHEAD:BASE
From: Jonas Berlin <xkr47_at_outerspace.dyndns.org>
Date: 2005-03-17 14:49:59 CET
-----BEGIN PGP SIGNED MESSAGE-----
Let's say I have a repository with one file "somefile" that in revision 1
I check it out, getting revision 2:
$ svn co foo
Then I go back in time
$ svn up -r 1
and do
$ svn diff -rHEAD:BASE
I get:
Index: foo/somefile
This is all fine. Then if I swap the revisions like this:
$ svn diff -rBASE:HEAD
I get:
Index: foo/somefile
The result is correct, except for a minor bug with the "---" and "+++"
- --- foo/somefile (working copy)
This bug only seems to appear when I use BASE as the "old" revision together
NOTE: the diffs presented here are hand-crafted and might have bugs :)
- --
iD8DBQFCOYsFxyF48ZTvn+4RArSUAJ4uPHrzhamPL+iB8r+/OZKbzVkkqgCgmpBk
---------------------------------------------------------------------
|
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.