Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hi, Gordon. > I'm trying to set up a CVS account in the system for "customers" to use, > but whenever I type > "cvs passwd -r sgordon -a customer", > I get the error > "User 'sgordon' is not a real user on the system." > But "sgordon" is the name I log in as. What is your system user name that you registered? Isn't it `customer'? If cvs user is `sgordon' ... Try, `cvs passwd -r customer -a sgordon'. [-r real(=system user)_account] <- never devide -a cvs_user_account <- can devide I've been confused like this.. -keys.