Synchronize the local project with the CVS Repository When a Repo is managed by multiple developers, the local project directory must be updated. To update the local directory: cd ~/cvs/config cvs up -Pd Command Breakdown: up: short for "update" -P: prune empty directories -d: create and update new directories from the Repo that do not exist locally.