Re: Difference of behavior between svn 1.4.5 and 1.5.1 for svnlook diff
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 28 Aug 2008 18:04:07 +0300 (IDT)
C. Michael Pilato wrote on Thu, 28 Aug 2008 at 10:13 -0400:
Yes. (Julian pointed out the same.)
% /usr/bin/svnlook diff -r2 r1
% svnlook diff -r2 r1
%
In 1.4, it just prints the "Copied" header immediately:
SVN_ERR(svn_cmdline_printf(pool, _("Copied: %s (from rev %ld, %s)\n"),
but in trunk, it uses a buffer:
svn_stringbuf_appendcstr
And, apparently, never prints its contents for the directory case...
Daniel
---------------------------------------------------------------------
|
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.