
| Option | Description |
| -A | Resets tags, dates, and keyword options. |
| -C | Overwrites locally modified working files with original files from the repository. This is particularly useful if local files are corrupted. |
| -d | Replicates the directory structure of the repository, if it is not already mirrored in the local working copy. This is useful if a directory has been created after you checkout. |
| -I | Ignores the specified file. |
| -w | Filters the specified file. You can use wildcard patterns to filter files. |
| -j | Merges changes from the first specified revision to the second specified revision of the same file in the current working directory. |