[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: /bin/bash: cvs: command not found



#include <hallo.h>
* Bill Moseley [Fri, Aug 01 2003, 11:57:54AM]:
> I'm trying to do a cvs checkout from a remote machine running 
> 
>   SSH Version 1.2.25 [i686-unknown-linux], protocol version 1.5.
> 
> Say the user is "foo", and they have cvs installed locally:
> 
>    >which cvs
>   /home/foo/local/bin/cvs
> 
>   $ cvs -d:ext:foo@foo.machine:/home/foo/local/cvsroot co something
>   /bin/bash: cvs: command not found


$ cat cvs-path
# source this into your shell like this:
# source cvs-path
# 
# Hell, someone should forbid the university to hire inept and ignorant
# admins not beeing able to fix the default PATH
export CVS_SERVER=/opt/global/bin/cvs

MfG,
Eduard.



Reply to: