bug-cvs
[Top][All Lists]
Advanced

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

Re: Details on CVSNT SSH Usage on Win2K/XP


From: Mark D. Baushke
Subject: Re: Details on CVSNT SSH Usage on Win2K/XP
Date: Thu, 08 May 2003 11:31:37 -0700

Hi Jeff,

The cvshome.org version of CVS is NOT the CVSNT version. They have
similarities in that they were forked from a common code base in the
past, but they are different animals these days. I suggest you may wish
to go to www.cvsnt.org if you need/want help with that program.

That said, you will need an sshd server running on your cvs server machine.

(It looks like http://tech.erdelynet.com/cygwin-sshd.html will tell you
how to setup an SSHD server on a Windows box. You will need that, or
follow the directions for OpenSSH installation if you are using a un*x
or linux box.) Some problems may arise in setting up your SSHD server
(see http://archive.erdelynet.com/ssh-l/2002-09/msg00014.php for examples).

Next you need to tell your CVS client that you want to use the :ext:
protocol for your CVSROOT. Something like
:ext:user@server/path/to/cvs/root (see
http://www.tortoisecvs.org/faq.html#ssh). At least for TortoiseCVS, the
ssh client is NOT builtin, so you will need to get Putty or some other
CVS client on the box.

If you want to use the cvshome.org version of cvs.exe, it does not come
with a builtin SSH implementation. You will also need to set the CVS_RSH
environment variable to be "ssh" or the path to your ssh exectuable.

        Good luck,
        -- Mark





reply via email to

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