This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fw: 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]