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

2011-09-08 Thread subversion
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 do

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

2011-09-09 Thread Johan Corveleyn
On Fri, Sep 9, 2011 at 2:06 AM, wrote: > 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 ...',

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

2011-09-09 Thread Stefan Sperling
On Fri, Sep 09, 2011 at 09:44:06AM +0200, Johan Corveleyn wrote: > On Fri, Sep 9, 2011 at 2:06 AM, wrote: > > 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 in