zxm 2005-10-9 11:00
谁能告诉我这是怎么回事
我是用Win2003的系统,在WinCVS中一直不能登录!
Administrator这个系统用户是有密码的!
cvs -d :pserver:administrator@192.168.1.199:f:/cvsroot login
Logging in to :pserver:administrator@192.168.1.199:2401:f:/cvsroot
cvs [login aborted]: f:/cvsroot: no such repository
***** CVS exited normally with code 1 *****
sincky 2005-10-19 23:38
你的项目仓库路径写错了吧?
最好从cvsnt的控制台里把那个路径拷过来,保证无误。
linyuanfu 2005-10-29 12:03
我碰到过同样的问题,只要对好路径是不会出现问题的.这是个容易出错的地方.
smallfish382 2005-11-2 11:56
如果你创建了一个库,名为cvsServer
那么客户端要访问的PATH应该是\cvsServer
zxm 2005-11-3 17:38
真的不知道是怎么回事一直遇到问题!
Python 2.2.3 (#42, May 30 2003, 18:12:08) [MSC 32 bit (Intel)] on win32
CVSROOT: administrator@192.168.1.199:/cvsroot (password authentication)
TCL is available, shell is enabled : help (select and press enter)
cvs -d :pserver:administrator@192.168.1.199:/cvsroot login
Logging in to :pserver:administrator@192.168.1.199:2401:/cvsroot
***** CVS exited normally with code 0 *****
Filtering 'F:\CVSJAVA\'...
Import aborted - nothing to import.
cvs checkout -P \CVSRoot (in directory F:\CVSJAVA)
cvs server: connect to 192.168.1.199(192.168.1.199):2402 failed: 由于目标机器积极拒绝,无法连接。
***** CVS exited normally with code 1 *****
smallfish382 2005-11-4 19:39
Import aborted - nothing to import.
你导入的模块,低下是不是没有文件?
你登录上去的端口是2401,,怎么后面是2402啦!!