freepooma-devel
[Top][All Lists]
Advanced

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

RE: [pooma-dev] more on VC++ ide files


From: Allan Stokes
Subject: RE: [pooma-dev] more on VC++ ide files
Date: Sat, 7 Apr 2001 14:07:38 -0700


Julian,

My CVS under Cygwin bash on W2K works fine.

Here is a chunk of my Cygwin setup.log.full

<<<
[prev] ver 1.10.8-2 inst contrib/cvs/cvs-1.10.8-2.tar.gz 886813 src
contrib/cvs/cvs-1.10.8-2-src.tar.gz 2346757
[curr] ver 1.11.0-1 inst contrib/cvs/cvs-1.11.0-1.tar.gz 886467 src
contrib/cvs/cvs-1.11.0-1-src.tar.gz 2372294
[cygwin] action=new trust=curr src? no
[prev] ver 1.1.8-1 inst latest/cygwin/cygwin-1.1.8-1.tar.gz 666085 src
latest/cygwin/cygwin-1.1.8-1-src.tar.gz 4897786
[curr] ver 1.1.8-2 inst latest/cygwin/cygwin-1.1.8-2.tar.gz 666115 src
latest/cygwin/cygwin-1.1.8-2-src.tar.gz 4900399
>>>

Here is my cvs --version output:
<<<
Concurrent Versions System (CVS) 1.11 (client/server)

Copyright (c) 1989-2000 Brian Berliner, david d `zoo' zuhn,
                        Jeff Polk, and other authors
>>>

These are the bash commands I use before running a cvs session:
<<<
export CVSROOT=:ext:pooma:/home/pooma/Repository
export CVS_RSH="/usr/bin/ssh"
>>>

This is my ssh -V output:

<<<
SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
>>>

This is are my ENV settings that seem to matter:
<<<
HOME=/cygdrive/g/users/allan
HOMEDRIVE=C:
HOMEPATH='\'
USER=administrator
USERNAME=Administrator
USERPROFILE='C:\Documents and Settings\Administrator'
>>>

For some reason SSH does not use HOME, but instead manufactures a path
"/home/$USERNAME"  I have no idea how or why it does this.  It's somewhat
psycho.

This is my ssh config file at /home/Administrator/.ssh/config
<<<
Host pooma
  Hostname pooma.codesourcery.com
  EscapeChar none
  IdentityFile ~/.ssh/pooma
  User pooma
>>>

Here is the output of "ssh -v -v pooma" with everything set up as before:
<<<
SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
debug: Reading configuration data /home/Administrator/.ssh/config
debug: Applying options for pooma
debug: Seeding random number generator
debug: ssh_connect: getuid 500 geteuid 500 anon 0
debug: Connecting to pooma.codesourcery.com [206.168.99.1] port 22.
debug: Seeding random number generator
debug: Allocated local port 924.
debug: Connection established.
debug: Remote protocol version 1.5, remote software version 1.2.27
debug: no match: 1.2.27
debug: Local version string SSH-1.5-OpenSSH_2.3.0p1
debug: Waiting for server public key.
debug: Received server public key (768 bits) and host key (1024 bits).
debug: Host 'pooma.codesourcery.com' is known and matches the RSA host key.
debug: Seeding random number generator
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: Remote: Server does not permit empty password login.
debug: Trying RSA authentication with key 'address@hidden'
debug: Received RSA challenge from server.
Enter passphrase for RSA key 'address@hidden':
>>>

If you can't get the same behaviour from the same configuration, you'll have
to debug this at the plumbing level.

Allan



-----Original Message-----
From: Julian C. Cummings [mailto:address@hidden
Sent: Saturday 7 April 2001 11:05
To: Allan Stokes; Poomadev
Subject: RE: [pooma-dev] more on VC++ ide files


Allan,

Thanks for the where Perl script.
Do you have anything to replace "makedepend"?

Jim Crotinger pointed out my mistake in
installing Cygwin, and that fixed my problem
with Unix line endings in VC++ project files.
My only remaining annoyance is that cvs commands
from my PC under cygwin execute, but never return
to the command line prompt when finished.

-- Julian C.



reply via email to

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