public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* PATCH: GCC's wwwdocs/CVSROOT/modules
@ 2008-02-05 16:26 Ben Elliston
  2008-02-05 22:37 ` Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Elliston @ 2008-02-05 16:26 UTC (permalink / raw)
  To: overseers; +Cc: Gerald Pfeifer

This seems like the most appropriate place to send this patch, but let
me know if not.

While looking through this repository's CVSROOT (trying to work out what
would be involved in getting the web pages under SVN source control), I
noticed that the modules file appeared to have been copied from the GCC
CVS repository at some stage.  None of it makes sense for the wwwdocs
repository and can be safely pruned.

OK to commit?

Ben

Index: modules
===================================================================
RCS file: /cvs/gcc/CVSROOT/modules,v
retrieving revision 1.27
diff -u -p -r1.27 modules
--- modules     21 Aug 2004 03:12:03 -0000      1.27
+++ modules     5 Feb 2008 03:59:44 -0000
@@ -25,78 +25,3 @@
 # can be useful for creating a module that consists of many directories
 # spread out over the entire source repository.
 #
-
-gcc-g++-testsuite -a \
-       gcc/gcc/testsuite/g++.old-deja \
-       gcc/gcc/testsuite/g++.dg
-
-gcc-g77-testsuite -a \
-       gcc/gcc/testsuite/g77.f-torture
-
-gcc-fortran-testsuite -a \
-       gcc/gcc/testsuite/gfortran.dg \
-       gcc/gcc/testsuite/gfortran.fortran-torture
-
-gcc-ada-testsuite -a \
-       gcc/gcc/testsuite/ada
-
-# Only check out the g++ and g77 testsuites once.
-gcc-testsuite -a \
-       !gcc/gcc/testsuite/g++.old-deja \
-       !gcc/gcc/testsuite/g++.dg \
-       !gcc/gcc/testsuite/g77.f-torture \
-       !gcc/gcc/testsuite/gfortran.dg \
-       !gcc/gcc/testsuite/gfortran.fortran-torture \
-       !gcc/gcc/testsuite/ada \
-       gcc/gcc/testsuite
-
-gcc-objc -a \
-       gcc/gcc/objc \
-       gcc/libobjc
-
-gcc-g77 -a \
-       gcc/gcc/f \
-       gcc/libf2c
-
-gcc-fortran -a \
-       gcc/gcc/fortran \
-       gcc/libgfortran
-
-gcc-java -a \
-       gcc/gcc/java \
-       gcc/boehm-gc \
-       gcc/libffi \
-       gcc/libjava \
-       gcc/zlib \
-       gcc/fastjar
-
-gcc-chill -a \
-       gcc/gcc/ch \
-       gcc/libchill
-
-gcc-g++ -a \
-       gcc/gcc/cp \
-       gcc/libstdc++-v3
-
-gcc-ada -a \
-       gcc/gcc/ada \
-       gcc/libada
-
-gcc-core -a \
-       !gcc/gcc/testsuite \
-       !gcc/gcc/ada    !gcc/libada \
-       !gcc/gcc/ch     !gcc/libchill \
-       !gcc/gcc/cp     !gcc/libstdc++  !gcc/libio      !gcc/libstdc++-v3 \
-       !gcc/gcc/f      !gcc/libf2c \
-       !gcc/gcc/fortran  !gcc/libgfortran \
-       !gcc/gcc/java   !gcc/boehm-gc   !gcc/libffi     !gcc/libjava \
-                       !gcc/zlib       !gcc/fastjar \
-       !gcc/gcc/objc   !gcc/libobjc \
-       gcc
-
-gcc-full -a gcc
-
-libstdc++-v3 gcc/libstdc++-v3
-
-libmudflap gcc/libmudflap
-

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PATCH: GCC's wwwdocs/CVSROOT/modules
  2008-02-05 16:26 PATCH: GCC's wwwdocs/CVSROOT/modules Ben Elliston
@ 2008-02-05 22:37 ` Gerald Pfeifer
  2008-02-07 10:08   ` Ben Elliston
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2008-02-05 22:37 UTC (permalink / raw)
  To: Ben Elliston; +Cc: overseers

Hi Ben,

On Tue, 5 Feb 2008, Ben Elliston wrote:
> While looking through this repository's CVSROOT (trying to work out what
> would be involved in getting the web pages under SVN source control), I
> noticed that the modules file appeared to have been copied from the GCC
> CVS repository at some stage.  None of it makes sense for the wwwdocs
> repository and can be safely pruned.

the modules file actually hasn't been copied from the GCC CVS repository, 
but we are looking at the original CVS repository, just that the only 
active thing there these days is the wwwdocs module. :-)

> OK to commit?

I believe this is fine to commit, but let's wait a day or two to see
whether anybody else has any objections/inputs.

And thanks for looking at the migration of the wwwdocs module.  As far as 
I can see, the key aspect to consider is the automated checkout following
changes being committed.

Gerald

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PATCH: GCC's wwwdocs/CVSROOT/modules
  2008-02-05 22:37 ` Gerald Pfeifer
@ 2008-02-07 10:08   ` Ben Elliston
  0 siblings, 0 replies; 3+ messages in thread
From: Ben Elliston @ 2008-02-07 10:08 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: overseers

Hi Gerald

> I believe this is fine to commit, but let's wait a day or two to see
> whether anybody else has any objections/inputs.

In hindsight, this should have been posted to gcc-patches.  Sorry to
overseers for the noise.

> And thanks for looking at the migration of the wwwdocs module.  As far as 
> I can see, the key aspect to consider is the automated checkout following
> changes being committed.

I didn't realise that wwwdocs was just a module in the gcc repository.
The problem with making any changes to the modules file is that the cvs
server always refers to the head revision of this file (although it _is_
versioned).  If anyone were to want to check out an old version of GCC
from CVS, they would need to roll back the modules file first to get the
module aliases they might need.

I was just suggesting the change as a cleanup. On reflection, I think
this change is not worth the effort.  

Cheers, Ben


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-05 22:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-05 16:26 PATCH: GCC's wwwdocs/CVSROOT/modules Ben Elliston
2008-02-05 22:37 ` Gerald Pfeifer
2008-02-07 10:08   ` Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).