Svn - Update
About
Svn update is recursive by default.
Articles Related
Plugin combo - Component related: Nothing was found.
Management
Update by loosing the local change
Update will not loose your local changes. You need to
revert them
svn status
# Revert the change for one file
svn revert <path>
# Revert the change for all files
svn revert -R <path>
svn update