Multiple choice technology

What needs to be done before working on a file from the SVN Repository?

  1. SVN Commit

  2. SVN Update

  3. SVN Revert

  4. SVN Resolved

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Before working on a file from SVN, you must run SVN Update to get the latest version from the repository. Commit writes your changes to the server (opposite direction), Revert discards local changes, and Resolved marks a conflict as resolved after manual fixing.