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-
- My working copy contains only file1 (means I have deleted file2).
- My working copy contains file1, file2, and an added file file3.