TortoiseSVN has a cleanup dialog that looks like this:
What is the command-line equivalent for the last three options? I use those when I want to achieve a fresh checkout.
The TortoiseSVN docs don't list anything other than svn cleanup
.
Delete unversioned files and folders
Use the --remove-unversioned
option with the svn cleanup
command.
Delete ignored files and folders Revert all changes recursively
Use the svn revert
command.
IMPORTANT: Use these commands with caution - the result is irreversible.