[Top][All Lists]
[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 <address@hidden> 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:address@hidden: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:address@hidden:xx checkout xxxx
if you see it running 'rsh' rather than 'ssh' then
you will have found the culprit.
Good luck,
-- Mark
pgpysE28Dw79c.pgp
Description: PGP signature
- CVS problem, Angelo Sousa, 2008/06/14
- Re: CVS problem,
Mark D. Baushke <=