Use svn-upd
to update your local working directory from repository. Attention: Local changes are only undone if repository version is newer than local version. To undo local changes use svn-undo instead.
Example:
$ svn-upd
brings your local working directory to the HEAD revision of repository. This is mainly to refresh an existing working copy of some project.
(see also svn-upd Usage).