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
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 ...',