From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19296 invoked by alias); 2 Oct 2007 00:28:06 -0000 Received: (qmail 19286 invoked by uid 22791); 2 Oct 2007 00:28:05 -0000 X-Spam-Check-By: sourceware.org Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.31) with SMTP; Tue, 02 Oct 2007 00:28:03 +0000 Received: (qmail 32369 invoked by uid 10); 2 Oct 2007 00:28:01 -0000 Received: (qmail 12930 invoked by uid 500); 2 Oct 2007 00:27:53 -0000 Mail-Followup-To: cgf-use-the-mailinglist-please@sourceware.org, overseers@sourceware.org, dwarak.rajagopal@amd.com To: "rajagopal, dwarak" Cc: "Christopher Faylor" , overseers@sourceware.org Subject: Re: Request from Dwarakanath Rajagopal References: <20071001150943.21476.qmail@sourceware.org> <20071001162946.GA28343@ednor.casa.cgf.cx> <9E1304B144EBEB4C97F4162BFAC4788660A90E@SAUSEXMB2.amd.com> From: Ian Lance Taylor Date: Tue, 02 Oct 2007 00:28:00 -0000 In-Reply-To: <9E1304B144EBEB4C97F4162BFAC4788660A90E@SAUSEXMB2.amd.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00003.txt.bz2 "rajagopal, dwarak" writes: > I just noticed that it works if I do the following: > cvs -z 9 -d :ext:dwarak@sourceware.org:/cvs/src co binutils > > but does not work when I try using pserver as mentioned in > http://www.gnu.org/software/binutils/. > > cvs -z 9 -d :pserver:dwarak@sourceware.org:/cvs/src login > Logging in to :pserver:dwarak@sourceware.org:2401/cvs/src > CVS password: > cvs login: authorization failed: server sourceware.org rejected access > to /cvs/src for user dwarak > > Anyways, I can now use ":ext" for read/write in binutils. :pserver: is only supported for anonymous access, as it is insecure. So everything is working as expected. Ian