This is the mail archive of the gcc@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: CVS not executing commands!


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


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