Sourcesafe 窗口卡在 Visual Studio 后面
在 Microsoft Visual SourceSafe 看似永无休止的问题中,我现在已经在一个项目上完成了完整的“获取”,只是为 Sourcesafe 绘制了一个提示窗口,虽然我可以看到很好,但我无法单击或选择。
更烦人的是,它完全锁定了视觉工作室,因此在等待对方做某事时,两者似乎都“无法点击”。
有任何键盘快捷键或任何建议吗?
为什么vss这么糟糕,有些部分看起来写得很好,而另一些部分则完全糟糕。
Among the seemingly neverending problems with microsoft visual sourcesafe, i have now done a full 'get' on a project, only for sourcesafe to draw a prompt window which, although i can see fine, i cannot click on or select.
More annoyingly it has totally locked visual studio so it seems both are 'unclickable' while waiting for each other to do something.
Any keyboard shortcuts or any suggestions?
Why is vss so terrible, some parts seem well written while other parts are totally awful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
转向 Subversion...抱歉,这就是我能给你的最好建议。
Move to Subversion.... Sorry, that's about the best advice I can give you.
公平地说,我认为任何 VCS 的 Visual Studio 源代码控制集成都可能发生这种情况,但是如前所述 - 一旦放弃 SourceSafe,您将永远不会再回头。
To be fair, I think this could happen with the Visual Studio source control integration for any VCS, however as previously mentioned - once you ditch SourceSafe, you'll never go back.
我也遇到了这个问题,如果 Visual Studio 由于在等待时切换到另一个任务而失去焦点,则似乎会发生此问题。 如果您允许 Visual Studio 保持焦点直到整个“获取最新”完成,您应该能够单击这些对话框。
不过,我确实同意 Russell 的观点,我也主张我们公司所有的新工作都转移到 SVN 上。
I also had this problem, and it seems to occur if Visual Studio loses focus because you tab to another task while waiting. If you allow Visual Studio to keep focus until the entire Get Latest is done, you should be able to click the dialogs.
However, I do agree with Russell, and I am also advocating that all new work at our company be moved to SVN.
对我来说,遵循这个就成功了(总是忘记它,但它只是在遗留项目中发生;不是为了源安全,而是为了其他东西): https://superuser.com/questions/634877/ssms-2008-is-stuck-because-connect-to-server-window-is -hiding
Alt + Space,然后选择“最大化”将窗口打开。
Following this for me did the trick (always forget about it but just had it happen in legacy project; not for sourcesafe but something else): https://superuser.com/questions/634877/ssms-2008-is-stuck-because-connect-to-server-window-is-hiding
Alt + Space, then select Maximize brought the window right up.