info-cvs
[Top][All Lists]
Advanced

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

RE: ssh and cvsq


From: Bruce, Phillip
Subject: RE: ssh and cvsq
Date: Wed, 28 Feb 2001 17:02:18 -0500

Brain,

   This is for a Unix Platform. I'm running Solaris 2.8
   on Intel Plaform.

Phillip

-----Original Message-----
From: Brian Sequeira [mailto:address@hidden
Sent: Wednesday, February 28, 2001 4:32 PM
To: address@hidden
Subject: RE: ssh and cvsq


Is this for a UNIX or an NT platform?

On NT(w/CYGWIN Tools):

1) Download and install the Cygwin package ( http://www.cygnus.com/cygwin ).
2) Grab the whole directory tree "bin" under
C:\cygnus\cygwin-b20\H-i586-cygwin32\bin (where c:\cygnus is the directory
where you told Cygwin to install itself), and move it to C:\usr\local\bin.
3) Get an SSH client.   http://www.wincvs.org/ssh.html discusses setup of
the SSH client. Once this is done ssh is available.
4) Cut and paste the following into a bat file (eg cvs_cmd.bat):

set CYGWIN=tty
set OPATH=%PATH%

REM set
PATH=c:\cygnus\cygwin-b20\H-i586-cygwin32\bin;c:\usr\local\bin;%PATH%
set PATH=c:\usr\local\bin;%PATH%
set CVS_RSH=c:/usr/local/bin/ssh1.exe
set address@hidden:/home/cvs/cvs
set MAKE_MODE=unix
start cmd
set MAKE_MODE=
set CVS_RSH=
set CVS_ROOT=
set CYGWIN=
set PATH=%OPATH%

5) Running this bat should pop up a command window with all of the necessary
environment variables set for using CVS.

-----Original Message-----
From: address@hidden [mailto:address@hidden Behalf Of
Bruce, Phillip
Sent: Wednesday, February 28, 2001 12:41 PM
To: 'address@hidden'
Subject: ssh and cvsq


Hi,

   Has anyone implemneted ssh and cvs successfully.
   If so can you detail that information or at least point me
   to a site for that.

   Thanks.

    Phillip Bruce



****************************************************************************
*
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized.

If you are not the intended recipient, any disclosure, copying, distribution
or any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. When addressed to our clients any opinions or advice
contained in this email are subject to the terms and conditions expressed in
the governing KPMG client engagement letter.
****************************************************************************
*

_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs


_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs
*****************************************************************************
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized. 

If you are not the intended recipient, any disclosure, copying, distribution
or any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. When addressed to our clients any opinions or advice
contained in this email are subject to the terms and conditions expressed in
the governing KPMG client engagement letter.         
*****************************************************************************



reply via email to

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