[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

script or tool to walk back thru 1 file's history diffing..

From: <subversion_at_trodman.com>
Date: Thu, 08 Sep 2011 19:06:49 -0500

Would like to write a script to follow the history of a single
file, backwards, diffing the file w/it's prior version all the way
back to the 1st version.

By using 'svn info' to get the last chgd rev, and running 'svn
diff -c $lastchgd_rev ...', this seems simple enough if the URL to
the file does not change; but if the pathname in svn to the file
is renamed there is no choice but to look at 'svn log', right?

--
thanks/regards,
Tom
--
Does such a command line tool already exist?
Received on 2011-09-09 05:35:10 CEST

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.