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: [committed] Fix fixincludes/check.tpl for CVS->subversion


Hi Guys,

On Friday 11 November 2005 12:31 am, Andreas Jaeger wrote:

> Bruce, what do you think?  Should we support both CVS and Subversion
> as proposed?

Absolutely.  :)

> The patch is ok but I'm not sure whether this is needed, 

The best, I think, would be to use:

  find * -type d \( -name CVS -o -name .svn \) -prune -o -type f -print

and skip the grepping altogether.  And, of course, port back to all
active branches.

Cheers -Bruce


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