This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: CVS not executing commands!
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: 18 Nov 2003 08:21:40 -0500
- Subject: Re: CVS not executing commands!
- References: <3FB9D379.2060409@suse.de>
Paolo Carlini <pcarlini@suse.de> writes:
> for some reason, currently CVS doesn't execute any command (e.g.,
> update, diff, ...): after entering the password nothing happens for
> minutes and minutes...
Only 10 anonymous CVS connections are permitted simultaneously on
gcc.gnu.org. When there are already 10 active connections, any
further connections will be deferred until one of the 10 completes.
Deferred means that the connection will be accepted, but the CVS
server will take no action until there is an available slot. This
leads to the type of behaviour which you describe.
Ian