Using CVS under Win95
Florian Weimer
fw at cygnus.stuttgart.netsurf.de
Sun Jun 6 15:14:49 EDT 1999
"Emile van Sebille" <emile at fenx.com> writes:
> D>cvs -d :pserver:pythoncvs at cvs.python.org:/projects/cvsroot login
> (Logging in to pythoncvs at cvs.python.org)
> CVS.EXE [login aborted]: could not find out home directory
Did you set your HOME environment variable?
>From the CVS documentation:
| `$HOME'
| `$HOMEPATH'
| `$HOMEDRIVE'
| Used to locate the directory where the `.cvsrc' file, and other
| such files, are searched. On Unix, CVS just checks for HOME. On
| Windows NT, the system will set HOMEDRIVE, for example to `d:' and
| HOMEPATH, for example to `\joe'. On Windows 95, you'll probably
| need to set HOMEDRIVE and HOMEPATH yourself.
(I don't use CVS on Windows, so I don't know whether this really works.)
More information about the Python-list
mailing list