Re: how to compare an exported file (or set of files) against the repository?
From: Alan Barrett <apb_at_cequrux.com>
Date: Fri, 7 Oct 2011 12:58:02 +0200
On Wed, 05 Oct 2011, Konstantin Kolinko wrote:
From stdin? Yes, in all diff implementations I have seen on
In answer to the original question, I suggest this approach:
parse the output from "svn log -q -r 1:HEAD $URL" to
For each such revision number, save the output from
svn cat -r $REVISION $URL | diff -U3 - $FILE
Find the smallest of those saved diff outputs, and it probably
--apb (Alan Barrett)
|
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.