RE: [PATCH] enhance diff to make it behave uniformly
From: Julian Foad <julian.foad_at_wandisco.com>
Date: Wed, 08 Dec 2010 15:51:45 +0000
On Sat, 2010-12-04, Kamesh Jayachandran wrote:
Thanks, Kamesh - that clarifies it. So that's the case where a file is
In my experiments I find the same problem also exists when a file is
$ cd wc
$ echo "line1" > test.c
$ svn add test.c
$ svn ci -m "" test.c
$ svn mkdir ^/foo -m "An unrelated change"
Committed revision 2.
$ svn cp test.c new.c
$ echo "line2" >> new.c
$ svn ci -m "" new.c
$ svn diff -c3 new.c
$ svn diff -c3
> >Please could you include a test for these cases in your patch? Then it
That's great. It would be good to include the above test scenario as
Thanks.
|
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.