Archive for March, 2007

Create a CVS user

March 1st, 2007

adduser -M anoop
passwd anoop
(enter the desired password)
usermod -G cvs -U anoop

(my CVS server was setup with user group ‘cvs’ so I used usermod -G cvs replace the cvs with the group you used on CVS server)

Retweet this post