svn diff Changed Behavior in SVN 1.9
From: Jonathan Bedard <jbedard_at_apple.com>
Date: Thu, 12 Jan 2017 18:00:46 -0800
In SVN 1.9, moving a file with svn move generates an unexpected patch file when running svn diff. https://bugs.webkit.org/show_bug.cgi?id=166914 has the work-around which WebKit used to fix this issue in our svn support scripts. Bellow is an example of svn 1.9.4 behavior contrasted with 1.7.19.
1.9.4:
Index: a.txt
1.7.19:
Index: a.txt
Newer versions of svn emit a file index without a body. This seems to violate the intention of an index.
|
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.