From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Kosnik To: Jason Molenda Cc: overseers@sourceware.cygnus.com Subject: Re: bkoz's Fitzcarraldo (was: libstdc++-v3 module moved into egcs) Date: Tue, 25 Apr 2000 17:10:00 -0000 Message-ID: References: <20000425151326.A4546@shell17.ba.best.com> X-SW-Source: 2000-q2/msg00100.html Message-ID: <20000425171000.qAYBfETzHYfb-dtBkSxNgKeHtLFMZqxZXgMd8Skc2LQ@z> > You will probably want to migrate it all over to gcc.gnu.org for > consistency. You could leave things @sourceware.cygnus.com for > the short term, but after a while it'll just be weird. hmm. so you're saying libstdc++@sourceware.cygnus.com needs to move to libstdc++@gcc.gnu.org ? I'll deal with this later. > You need to put it in src.egcs/CVSROOT. > > You'll need to add an entry for it to the 'readers' file in that directory. haha. Now I know you are fucking with me. . . . there is no 'readers' file. /mnt/hd/bliss/src.egcs/CVSROOT %ls ./ checkoutlist editinfo modules verifymsg ../ commitinfo htdocs-checkout* notify CVS/ config libstdc++-v3-auto-checkout* rcsinfo cgibin-checkout* cvswrappers loginfo taginfo ?? > I'm sorry, I misspoke. You need to modify the loginfo file in that > directory. You'll add something like > > ^egcs/libstdc++-v3/docs $CVSROOT/CVSROOT/libstdc++-v3-auto-checkout .... > > (look at the loginfo entry in your old libstdc++ repository for command line ops). I added this and checked it in: ^egcs/libstdc++-v3/docs ($CVSROOT/CVSROOT/libstdc++-v3-auto_checkout /www/sourceware/htdocs/libstdc++ %{sv} >> $CVSROOT/CVSROOT/updatelog 2>&1 &) > An additional step I didn't think of earlier: You'll need to blow > away the checked-out copy of your docs/ dir that is in the sourceware > web site dir and check out a new copy with the new GCC repository > location. Like this: > > % cd /www/sourceware/htdocs > % mv libstdc++ libstdc++-bye [bkoz@sourceware htdocs]$ mv libstdc++ libstdc++-bye mv: cannot create directory `libstdc++-bye': Permission denied ?? Somebody with permissions please do this. benjamin