windows 下cvsnt 新增用户命令

Microsoft Windows [版本 6.1.7600]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

C:\Users\changshy>cvs -d:pserver:[email protected]:/mycvs login
Logging in to :pserver:[email protected]:2401:/mycvs
CVS password: ********
cvs [login aborted]: /mycvs: no such repository

C:\Users\changshy>cvs login
cvs login: No CVSROOT specified!  Please use the `-d' option
cvs [login aborted]: or set the CVSROOT environment variable.

C:\Users\changshy>cvs -d:pserver:[email protected]:/tbjh login
Logging in to :pserver:[email protected]:2401:/tbjh
CVS password: ********

C:\Users\changshy>cvs -d:pserver:[email protected]:/tbjh passwd -a donghf
Adding user [email protected]
New password: ******
Verify password: ******
cvs server: *WARNING* CVS user 'donghf' will not be able to log in until they ar
e aliased to a valid system user.

C:\Users\changshy>cvs -d:pserver:[email protected]:/tbjh passwd -r donghf -a do
nghf
Adding user [email protected]
New password: ******
Verify password: ******
cvs [server aborted]: User 'donghf' is not a real user on the system.

C:\Users\changshy>cvs -d:pserver:[email protected]:/tbjh login
Logging in to :pserver:[email protected]:2401:/tbjh
CVS password: ******
Fatal error, aborting.
cvs [login aborted]: donghf: no such user

C:\Users\changshy>cvs -d:pserver:[email protected]:/tbjh login
Logging in to :pserver:[email protected]:2401:/tbjh
CVS password: ******

C:\Users\changshy>cvs -d:pserver:[email protected]:/tbjh login
Logging in to :pserver:[email protected]:2401:/tbjh
CVS password:

C:\Users\changshy>

 

 

用户都是远程登录系统的用户,如果不是不能新增

你可能感兴趣的:(windows)