To bring your working copy into sync with the repository, following changes other team members may have made, do
$ cvs update -dPAt this point you will be told about any conflicts between changes you and others have made, as determined by CVS. You'll have to resolve these by further editing; search the affected files for '<<<'. The -d argument tells CVS to create any new directory trees which exist in the repository but not in your working copy. Don't forget the -P argument to update to prune removed directories.