Update Command

Brings changes from the repository into your working copy. The syntax of update command is the following.

svn update --revision rev PATH
Type Value Description
rev The desired revision number (optional)  
PATH   Checkout target on file system.

Updates resources to the last revision on which they were synchronized or to the HEAD revision, if no repository information is available.