This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: cvs.html


On Fri, Dec 14, 2001 at 09:40:42AM +0100, Gerald Pfeifer wrote:
> This "switches" anonymous CVS services from gcc.gnu.org to
> subversions.gnu.org, simplifies the page a bit, and improves markup.
[snip]
> 
>  <p>Set CVSROOT in your environment to
[snip]
> +<code>:pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc</blockquote>.
[snip]
> +<p>Issue the command <code>cvs login</code>.  You will be prompted for
> +a password; reply with the empty string.</p>

I tried this on a machine where I normally use anonymous CVS access and
it didn't work:

elm3a83% CVSROOT=":pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc"
elm3a83% export CVSROOT
elm3a83% cvs login
Logging in to :pserver:anoncvs@subversions.gnu.org:2401/cvsroot/gcc
CVS password:
elm3a83% cd gcc
elm3a83% contrib/gcc_update
Updating CVS tree
cvs update: authorization failed: server gcc.gnu.org rejected access to /cvs/gcc for user anoncvs
cvs update: used empty password; try "cvs login" with a real password
Adjusting file timestamps
CVS update of full tree failed.
elm3a83% 

Are your new instructions missing something, or does gcc_update need
tweaks for this, or did I just blow it somewhere?

Janis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]