This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: New script for contrib


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
}


Dirk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]