[PATCH]: New script for contrib

Daniel Berlin dberlin@dberlin.org
Mon Oct 31 19:14:00 GMT 2005


On Mon, 2005-10-31 at 17:47 +0100, Dirk Mueller wrote:
> On Monday 31 October 2005 17:34, Daniel Berlin wrote:
> 
> > This is a slight modification of the find-start-rev script that richard
> > guenther sent me and i resent to gcc@.
> 
> The non-iterative version would be
> 
> find-start-rev()
> {
>   svn log --stop-on-copy $1 | egrep '^r[0-9]' | tail -n 1 | cut -d' ' -f1
> }

Yes, but svn log is going to take a lot longer on revisions with tons
and tons of history.

> 
> 
> Dirk



More information about the Gcc-patches mailing list