问题
What is the difference between these two commands?
tfpt scorch /deletes /recursive /noprompt
tfpt treeclean /recursive /noprompt
回答1:
The documentation is pretty clear:
Scorch Ensure source control and the local disk are identical
Treeclean Delete files and folders not under version control
Treeclean just deletes files not under version control. Scorch deletes files not under version control and will ensure that the files that are being synchronized match the server version.
来源:https://stackoverflow.com/questions/37304700/what-is-the-difference-between-tfpt-scorch-and-tfpt-treeclean