开发者

When removing file from version control, how can it also be deleted from my local working directory?

开发者 https://www.devze.com 2023-01-25 10:22 出处:网络
When I delete a file from TFS version control and \"check-in\"开发者_运维问答 the change, the file still exists in my local working directory.

When I delete a file from TFS version control and "check-in"开发者_运维问答 the change, the file still exists in my local working directory.

Is there a way I can get TFS or Visual Studio to clean-up after itself without having to manually deleting the files myself or changing my workspace to a different directory?

Cheers.


If I delete a file in TFS (2010), it deletes it straight away from my local drive (TFS shows a delete pending change), if I undo my pending change in TFS then the file reappears.

Are you deleting the file through the Solution Explorer or Team Explorer?

0

精彩评论

暂无评论...
验证码 换一张
取 消