Re: Strategy for computing "diff history" of an element?
From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: Wed, 29 Jul 2009 16:33:32 -0700
On Wed, Jul 29, 2009 at 3:39 PM, David M. Karr <dk068x_at_att.com> wrote:
> With other SCMs, I've written scripts which would take an element name
svn log command will give you all the revision details. for eg., the
svn log -q <file URL> | sed -n "s/^r\([0-9]*\) .*/\1/p"
Using this list, you can do a series of "svn diff -c <revision> <file URL>"
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.