svn update
svn add
svn delete
svn copy
svn move
svn status
svn diff
svn revert
svn update
svn resolved
svn commit
svn update
to bring your working copy into sync with the latest revision in the repository.
$ svn update U foo.c U bar.c Updated to revision 2.
foo.c
and bar.c
since the last time you updated, and Subversion has updated your working copy to include those changes.
svn update
, a letter code is displayed next to each item to let you know what actions Subversion performed to bring your working copy up-to-date. We cover the meaning of these letters shortly.