Instructions for adding a new user on anton to use SVN ------------------------------------------------------- Author: A. Palladino Date: 10 Feb 2011 Become Super User: [you@anton ~]$ su - Typically we use the lastname as username for SVN. Where lastname is the users family name, all lowercase: [root@anton ~]# useradd -c "Firstname Lastname" -d /home/lastname -m -g svn lastname Initialize the users password to something, and tell that person what it is. Tell that person to change it ASAP. [root@anton ~]# passwd lastname Now we have to add the new user to the following groups: [root@anton ~]# usermod -G svn,pen,pibeta lastname