|
在debian下开始设了服务cvs服务
在debian的shell下执行
# cvs -d :pserver:developer@192.168.0.1:/var/lib/cvs/ login
Logging in to :pserver:developer@192.168.0.1:2401/var/lib/cvs
CVS password:
成功登入
但是在另外一台windows机器上执行
cvs -d :pserver:developer@192.168.0.1:/var/lib/cvs/ login
Unable to initialize the CVS process: The system cannot find the file specified.
The CVS used is : cvs.exe
却出现这样的错误 |
|