SVN Update
When more than one client is associated with a repository, you might have to update your working copy with the latest version in the repository. Update command allows you to do just that.Syntax:
$ svn updateExample:
$ svn update A test A try Updated to revision 2. $The two files test and try have been updated.
