diffs for all successive versions of a file?
From: Robert William Vesterman <bob_at_digitalarts.com>
Date: Mon, 17 Mar 2008 17:00:09 -0400
I have a file, let's say blah.txt, which contains a line that's
xyz=37
In some previous versions of the file, it had different numbers there.
xyz=392384
And in another:
xyz=-9932
I would like to find out all values that it has ever had. Obviously I
So, what I would like is an easy way to automatically show all changes
svn diffForEverySuccessiveRevision blah.txt | grep xyz
I could write a script to do this, based off of the "svn log" / "svn
Thanks in advance for any help.
|
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.