------- Comment #31 from tromey at gcc dot gnu dot org 2010-09-07 15:50 ------- (In reply to comment #30)
> $ cvs -z9 -d :ext:lpso...@sourceware.org:/cvs/sourceware co sourceware > cvs server: cannot find module `sourceware' - ignored > cvs [checkout aborted]: cannot expand modules Use the module name "infra" instead: cvs -z9 -d :ext:lpso...@sourceware.org:/cvs/sourceware co infra I haven't looked at the welcome instructions in a long time, but they are auto-generated, so maybe they are misleading in this case. > I saw that the Bugzilla code is located at /cvs/gcc/wwwdocs/bugzilla/. > How am I supposed to access it, then? Have I been added to the wrong > group? I also tried: > > $ cvs -z9 -d :ext:lpso...@sourceware.org:/cvs/gcc/wwwdocs co bugzilla Check out the wwwdocs module from gcc's cvs repository: cvs -z9 -d :ext:lpso...@sourceware.org:/cvs/gcc co wwwdocs There are actually 2 bugzilla instances running on sourceware. I am not certain that the second one is in cvs at all. Also, of course, the databases are not in cvs, you will have to get them by some other means. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43011