Search code examples
svntortoisesvnsvn-update

What happens when SVN update command is used?


Suppose I have two files in the repository - file1, file2. What happens to my local copy when SVN update command is used in the situations below-

  1. My working copy contains only file1 (means I have deleted file2).
  2. My working copy contains file1, file2, and an added file file3.

Solution

  • For 1.: You get file 2 again.

    For 2.: Nothing happened. File 3 doesn’t matter for you scenario.