public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Chiaki <ishikawa@yk.rim.or.jp>
To: Gerald Pfeifer <gerald@pfeifer.com>
Cc: Kelley Cook <kelleycook@yahoo.com>,
	 GCC Mailing List <gcc@gcc.gnu.org>,
	GCC Patches <gcc-patches@gcc.gnu.org>,
	 Zack Weinberg <zack@codesourcery.com>
Subject: Re: Please mention the CVS parameter has changed in the web page
Date: Wed, 21 Jan 2004 16:54:00 -0000	[thread overview]
Message-ID: <400EAD0E.2060301@yk.rim.or.jp> (raw)
In-Reply-To: <Pine.BSF.4.58.0401211601110.45880@acrux.dbai.tuwien.ac.at>

Gerald Pfeifer wrote:
> On Wed, 21 Jan 2004, Kelley Cook wrote:
> 
>>I believe that our instructions for accessing Savannah are missing a few
>>steps which any GCC developers likely wouldn't have noticed, since they
>>were already required for our cvs write access.
>>
>>a) You must have SSHv2 installed.
>>b) You must set CVS_RSH="ssh".


The item (b) above was crucial.

The use of CVS_RSH="ssh" has finally resolved the
read-only access problem for CVS repository!

e.g. I use bash.

CVS_RSH="ssh"
export CVS_RSH
cvs -z 9 -d :ext:anoncvs@savannah.gnu.org:/cvsroot/gcc update
The authenticity of host 'savannah.gnu.org (199.232.41.3)' can't be 
established.
RSA key fingerprint is 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'savannah.gnu.org,199.232.41.3' (RSA) to the 
list of known hosts.
? check-num-percent.awk
? check-num-percent.sh
? typescript
    ... it is updating the local CVS source file finally! ...

(I DID apply for write access as Zack suggested, though.)

I should have known that the timing when my access began failing
was conincidental to the report of server(s) broken into, but
didn't realize / connect that I now needed "ssh" as the
underlying transport. Now come to think of it, it makes sense, but
it took me so long to update my local tree :-(

Thank you for pointing out this necessary step.

But I wonder now.

How many people WITHOUT CVS write commit priviledge have
tried the current CVS gcc source   *IF* they don't know
how to obtain it?

Does savannah.gnu.org host keep log of anoncvs login?
If so, I suspect the record would show that
the number of anonymous login might have
dropped drastically for the last 1.5 months.

Since there are dedicated people running the self-build of
GCC source tree, etc., I think the testing is at least done
with minimal assurance, but the testing against diverse
source may not have happened as it had done prior to the
switch to "ssh"-based access in the last 1.5 months.

Just a thought.

> This patch is mostly fine, thanks.
> 
> Some issues I noticed: Please do not link to any SSH implementation and
> use the term "SSH2 protocol".  (In fact, I'd simply omit that -- hardly
> any client these days does not support SSH2, so this may confuse more
> users than it helps.)
> 
> The update of the page you refer to happened in January this year.
> 
> Both items 3 and 4 are optional, in the sense that one doesn't need to
> do 3 to do 4.  I suggest to merge these two items and use the original
> wording (or something like that).
> 
> Gerald


-- 
int main(void){int j=2003;/*(c)2003 cishikawa. */
char t[] ="<CI> @abcdefghijklmnopqrstuvwxyz.,\n\"";
char *i ="g>qtCIuqivb,gCwe\np@.ietCIuqi\"tqkvv is>dnamz";
while(*i)((j+=strchr(t,*i++)-(int)t),(j%=sizeof t-1),
(putchar(t[j])));return 0;}/* under GPL */

      parent reply	other threads:[~2004-01-21 16:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-21  6:10 Please mention the CVS parameter has changed in the web page explicitly. Also a GCC source mirror? Chiaki
2004-01-21  7:10 ` Zack Weinberg
2004-01-21  7:24   ` Chiaki
2004-01-21 14:27   ` Please mention the CVS parameter has changed in the web page Kelley Cook
2004-01-21 15:29     ` Gerald Pfeifer
2004-01-21 16:47       ` Kelley Cook
2004-01-21 18:16         ` Gerald Pfeifer
2004-01-21 16:54       ` Chiaki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=400EAD0E.2060301@yk.rim.or.jp \
    --to=ishikawa@yk.rim.or.jp \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gcc@gcc.gnu.org \
    --cc=gerald@pfeifer.com \
    --cc=kelleycook@yahoo.com \
    --cc=zack@codesourcery.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).