I am trying to figure out how to add users to cvs Currently I have a cvs server running on aix I see /opt/IBM/CVS/SOA/CVSROOT/ directory I see a passwd file there
The guy who created it is no longer there to help me the file contents look like anonymous: cvsuser:cpYtNlYq45saU:cvs cvs:l4CjCH1/BMhbo:cvs if i use eclipse i can connect to it using cvsuser/cvsuser cvs is an existing unix user on this machine how do I add a new user here? I installed cvsnt on my machine to mimic this on cvsnt I have cvs passwd command which i dont have in cvs unix C:\Apps\cvsntv2>set CVSROOT=C:\Apps\cvsntv2\repositories\dev C:\Apps\cvsntv2>cvs passwd -r win.user -a cvsuser2 Adding user cvsuser2 New password: ******* Verify password: ******* How do I do the same thing in my AIX box?
