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


Paolo Bonzini <paolo.bonzini@lu.unisi.ch> writes:

>>>This sort of patch should also be merged to release branches.
>> Ok, will submit to 4.0 and 3.4 now,
>
> Also I would not remove the CVS directory in case we restore a 
> (snapshotted, or whatever) anonymous CVS repository.

You mean the appended patch?  I don't care about it but here I wait
for an approval,

Andreas

2005-11-06  Andreas Jaeger  <aj@suse.de>

	* check.tpl: Handle CVS additionally.


Index: fixincludes/check.tpl
===================================================================
--- fixincludes/check.tpl	(revision 106532)
+++ fixincludes/check.tpl	(working copy)
@@ -144,6 +144,7 @@ echo $exitok`
 cd $TESTBASE
 
 find * -type f -print | \
+fgrep -v 'CVS/' \
 fgrep -v '.svn/' > ${TESTDIR}/LIST
 
 exitok=`

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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