Search code examples
tfstfs-2015tfs-power-tools

What is the difference between tfpt scorch and tfpt treeclean


What is the difference between these two commands?

tfpt scorch /deletes /recursive /noprompt
tfpt treeclean /recursive /noprompt

Solution

  • 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.