TFS 2010 门控签入构建为我留下了一个包含待更改的 .vspscc 文件
我在 TFS 2010 中有一个分支,它与 Gates 签入构建相关联。 如果我将一个文件添加到我的项目中并执行“签入”,则门控签入构建会在签入我的更改之前启动......这一切都很好!
构建完成(成功)后,Visual Studio 要求我“重新调整”我的待处理更改。在这种情况下,我的“待处理更改”窗口显示了两个已更改的文件之前我按下“重新调整”按钮:
- MyProject.csproj(添加了新文件的项目)
- MyNewFile.cs(添加了新文件)
但是在协调操作 我在“待更改”窗口中留下了一个新文件:
- MyProject.csproj.vspscc
如果我右键单击该文件并选择“比较”-> “使用最新版本...”我被告知这些文件是相同的,所以基本上我可以忽略该文件或撤消它...
但是有办法解决这个问题吗?
I have a branch in TFS 2010 that has a Gates Check-in build associated.
If I add a file to my project and do a "Check in", the gated check-in build kicks in before my changes are checked in... Which is all good!
After the build completes (sucessfully), Visual Studio askes me to "Reconsile" my Pending Changes. In this case my Pending Changes windows shows two changed files before I press the Reconsile button:
- MyProject.csproj (this project that has the new file added)
- MyNewFile.cs (the new file added)
But after the reconsile operation I'm left with a new file in the Pending Changes window:
- MyProject.csproj.vspscc
If I right click this file and select "Compare" -> "With Latest Version..." I'm told the files are identical, so basically I can just ignore the file or undo it...
But it's there a way to get around this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用电动工具命令 TFPT UU 来修复此问题。
You can use the power tool command TFPT UU to fix this.