VS 2008解决方案每次自动检查
我们正在使用“Microsoft Visual Studio 2008 Team Explorer Version 9.0.21022.8”
每当我打开解决方案时,尝试构建或尝试获取最新的团队资源管理器会自动检查解决方案。
当我尝试签入时,显示文件是相同的,并且签入已被服务器撤消。
这种行为的原因是什么?
We are using "Microsoft Visual Studio 2008 Team Explorer Version 9.0.21022.8"
Whenever i open the solution, try to build or try to get latest team explorer automatically checks out the solution.
When i try to check-in displays that files are identical and check-in undone by server.
what is the reason of this behaviour?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
防止意外签出的最佳解决方案似乎是更改您的设置:
Visual studio 仍将尝试签出文件,但您不会再意外地签出文件。
The best solution to prevent accidental check outs seems to be to change your settings:
Visual studio will still try to checkout files but you won't accidentally check out files any more.
在对解决方案文件进行一些搜索后,我发现我们的一位同事使用其名称而不是使用 IP 连接 TFS。我们使所有 TFS 连接相同,问题就解决了。
PS:这也适用于其他版本的 Visual Studio。
After some search on solution files i found that one of our colleague connected TFS with its name rahter than using IP. We make all TFS connections same and problem is solve.
P.S: This applies also other version of visual studio.