从版本控制中删除文件时,如何将其从本地工作目录中删除?
当我从 TFS 版本控制中删除文件并“签入”更改时,该文件仍然存在于我的本地工作目录中。
有没有办法让 TFS 或 Visual Studio 自行清理,而无需自己手动删除文件或将工作区更改到其他目录?
干杯。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我删除 TFS (2010) 中的文件,它会立即从我的本地驱动器中删除该文件(TFS 显示删除待定更改),如果我撤消 TFS 中的待定更改,则该文件会重新出现。
您是通过解决方案资源管理器还是团队资源管理器删除文件?
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?