Reputation: 862
We are migrating a tfs repository (az devops cloud) to tfs (another organization, cloud also.)
when getting latest version from the source repository, the files that were deleted from the remote repo are not getting deleted in the local workspace.
We are using visual studio to manage our tfs files.
Our repository is something like 800 GB. so cloning again is not an option.
Steps i did :
any thoughts here ?
Upvotes: 0
Views: 294
Reputation: 800
Make sure you clean the workspace first before everything else.
Retry getting latest version after you clean.
In visual studio, you can check for pending deletes, if you find any, check them in to complete the deletion.
Then you can compare workspaces if none of the above work. Compare local and remote.
A last resort would be to manually delete the files (DANGEROUS move, make sure you have backup)
Upvotes: -1