RE: [AD] [WIN] little improvement to the windowed driver |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> As a side note, someone knows how to get rid of the CVS error "Could not
> chdir to home directory /home/users/icruz: No such file or
> directory"? It's
> rather upset as I can only commit a file at a time
mkdir -p /home/users/icruz ?
or alternatively:
export HOME=<whatever directory you have read/write rights to>
CVS will put your .cvspass in this directory
--
Lyrian