Angelo Sousa <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]: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:[EMAIL PROTECTED]:xx checkout xxxx
if you see it running 'rsh' rather than 'ssh' then
you will have found the culprit.
Good luck,
-- Mark
pgpNavjwQFe4J.pgp
Description: PGP signature
_______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
