Table of Contents

Svn - Update

About

Svn update is recursive by default.

Management

Update by loosing the local change

svn status
# Revert the change for one file
svn revert <path>
# Revert the change for all files
svn revert -R <path>
svn update