bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS problem


From: Mark D. Baushke
Subject: Re: CVS problem
Date: Sat, 14 Jun 2008 22:12:05 -0700

Angelo Sousa <angelommsousa@gmail.com> writes:

> Hi Have this strange problem in cvs.
> 
> CVS version Concurrent Versions System (CVS) 1.12.13 (client/server)
> 
> O.S. version Solaris 9.
> 
> cvs hangs up using ssh
> 
> comand: cvs -d :ext:userlogin@xxxx:xx checkout xxxx
> 
> In other machines solaris 8 with same repository i don't have any problem.
> 
> This is any know BUG?.
> Any ideas?

Using a Bourne Shell (ksh, sh, bash, ash):

  CVS_SSH=ssh; export CVS_SSH

Using a C Shell (csh, tcsh):

  setenv CVS_SSH ssh

might be useful if the CVS server was configured
to try to use 'rsh' rather than 'ssh' for the
:ext: method.

You may also wish to try adding -vvv to the
command to see better what is happening:

  cvs -vvv -d :ext:userlogin@xxxx:xx checkout xxxx

if you see it running 'rsh' rather than 'ssh' then
you will have found the culprit.

        Good luck,
        -- Mark

Attachment: pgpuT136Dime4.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]