[BorCVS-support] (no subject)
Status: Alpha
Brought to you by:
tbleier
From: Patrick D. <sof...@pd...> - 2002-06-24 08:56:07
|
Ok I set up CVS_RSH=SSH. For WinCVS I already have HOME=F:\SSH and PATH=%PATH%;F:\SSH Then I call up cvs with C:\>"F:\Program Files\GNU\WinCvs 1.2\cvs.exe" -d :ext:pdu...@cv...:/cvsroot/dunfordsoft checkout -P autoexec Which I have done by setting CVSROOT in BorCVS to :ext:pdu...@cv...:/cvsroot/dunfordsoft But the thing is, when WinCVS calls SSH it brings it up in a separate command prompt window and asks for the password. You type your password into the command prompt window and off it goes. Whereas BorCVS brings up the password request in its own CVS output window and won't receive input in this window. WinCVS is able to separate the CVS output from input requests as far as SSH goes, and works perfectly well with SSH. By the way I am running BorCVS on Windows 95 on Delphi 5 standard - a suitable enough platform for OSS development methinks. ====================Original Message==================== FROM: Thomas BleierDATE: 06/19/2002 01:07:31SUBJECT: RE: [BorCVS-support] How to make BorCVS work with SF.net CVS server? Hello! Well, I did not try this yet. Maybe you can try to play with the "CVS command" option in BorCVS to mimic WinCVS's commands and see if that works? BTW, what I think is missing from your CVSROOT string is the connection method, which, in this case, should be "ext", I think. You also have to set the environment variables to force CVS to use SSH as described in the Cederqvist manual... __ /homas On 19 Jun 2002 at 19:50, Patrick Dunford wrote: > > I have WinCVS installed talking to the SF.net CVS server over SSH. So I > tried to set up BorCVS the same. I told it that cvs.exe was located in the > WinCVS directory where indeed it is. > > My CVSROOT I copied from WinCVS pointing to SF's server. This is the output > of a checkout: > > C:\>"F:\Program Files\GNU\WinCvs 1.2\cvs.exe" -d > pdu...@cv...:/cvsroot/dunfordsoft checkout -P > autoexec > > cvs.exe [checkout aborted]: cannot connect to socket: Connection refused > > Exit code: 1 > > WinCVS doesn't seem to do different but it knows to bring up SSH and ask me > for my password. cvs checkout -P autoexec (in directory D:\xxx) > > Is there something I need to do to persuade BorCVS that it can talk to the > server through SSH or is this not supported? ================================= Patrick Dunford, Christchurch, NZ http://pdunford.godzone.net.nz/ http://www.trainweb.org/ferrymead/ |