[ECOS] access cvs server problem need help

Jing Luo Jing@vicom.com
Tue Feb 12 17:35:00 GMT 2002


I re-installed cvs client cvs-1.11.1p1.tar on win2k + cygwin 1.3.9.

I set HOME=c:/cygwin & mount -f c:\ /c
C:\cygwin>cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/ecos login
Logging in to :pserver:anoncvs@sources.redhat.com:2401/cvs/ecos
CVS password:
cvs login: failed to open c:/cygwin/.cvspass for reading: No such file or
directory
cvs [login aborted]: fatal error: exiting

C:\cygwin>mount
c:\cygwin\usr\bin on /usrbin type user (textmode)
C:\cygwin\bin on /usr/bin type user (binmode)
C:\cygwin\lib on /usr/lib type user (binmode)
c:\cygwin\tmp on /tmp type user (binmode)
C:\cygwin on / type user (binmode)
c: on /c type user (textmode)
e: on /cygdrive/e type user (binmode,noumount)
f: on /cygdrive/f type user (binmode,noumount)
g: on /cygdrive/g type user (binmode,noumount)
h: on /cygdrive/h type user (binmode,noumount)
k: on /cygdrive/k type user (binmode,noumount)

C:\cygwin>echo %HOME%
c:/cygwin

Am I install wrong cvs client version?
-----Original Message-----
From: H Girard [mailto:hgirard@broadbandnetdevices.com]
Sent: Tuesday, February 12, 2002 12:30 PM
To: ecos-discuss@sources.redhat.com
Subject: [ECOS] Fw: [ECOS] access cvs server problem (solved) 


setting the HOME variable fixed the problem for me:
can be set in the .profile file (bash ) (placed in the cygwin directory
worked for me)  :

first mount the drive where cygwin is located , in this example  m: , then
define & export the variable HOME

mount -f m:/ /m
....
HOME=m:/cygwin
export HOME

the shell that is opened will save the password in m:/cygwin/.cvspass for
future accesses

H Girard

----- Original Message -----
From: "H Girard" <hgirard@broadbandnetdevices.com>
To: <ecos-discuss@sources.redhat.com>
Sent: Tuesday, February 12, 2002 9:59 AM
Subject: RE: [ECOS] access cvs server problem,


> Hi all
>
> I have a similar problem as what was reported yesterday: cannot access cvs
.
> Access was working early feb. (last week) . Nothing was changed to the
local
> firewall.
>
> with the cvs client from cygwin setup (1.11):
> $ cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/ecos login
> Logging in to :pserver:anoncvs@sources.redhat.com:2401/cvs/ecos
> CVS password:
> cvs login: failed to open //.cvspass for reading: No such file or
directory
> cvs [login aborted]: fatal error: exiting
>
>


Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss



More information about the Ecos-discuss mailing list