| Subject: | Re: CVS problem |
|---|---|
| From: | "Mark D. Baushke" <mdb@xxxxxxx> |
| Date: | Sat, 14 Jun 2008 22:12:05 -0700 |
| Newsgroups: | gnu.cvs.bug |
Angelo Sousa <angelommsousa@xxxxxxxxx> 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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: tiny patch to build cvs 1.11.23 on Windows, Mark D. Baushke |
|---|---|
| Next by Date: | Re: update command change behavior, David O'Brien |
| Previous by Thread: | CVS problem, Angelo Sousa |
| Next by Thread: | tiny patch to build cvs 1.11.23 on Windows, Nelson Bolyard |
| Indexes: | [Date] [Thread] [Top] [All Lists] |