>
> I am new for CVS. I install a cvs1-11 for Win98 and I use it as command
> line client to connect to CVS server following the command below:
>
> cvs -d :pserver:[EMAIL PROTECTED]:/usr/cvs/dav4j login
>
> the error message I got is below:
> (Logging in to [EMAIL PROTECTED])
> CVS.EXE [login aborted]: could not find out home directory
> How should I figure it out? Thanks
You need to set the evironment variable HOME to the name of a directory
on your machine in AUTOEXEC.BAT. Adding a line like:
set HOME=C:\
will do that. When you log into a CVS pserver CVS
needs to create a file to kep the login details in. Unix programs use
the home directory to store per user configuration.
Mike
PS. You will probably get better responses on the mailing list if you
send plain text rather than HTML formatted messages. Replying to HTML
e-mail is very hard if you have a text only based e-mail client as many
people on this list do.
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs