从源安全检查项目时 Visual Studio 2008 没有响应
我有一个有趣的问题。 每当我尝试通过 VS 08 界面从源安全检查项目时,应用程序就会停止响应。
奇怪的是,我可以从业务层查看项目项,但不能从 Web 层查看网站项。
我必须从源安全中手动将它们签入/签出。 我知道这不是太多信息,如果您认为还有什么需要我做或列出的,请告诉我。
I have an interesting problem. whenever I try to check out items from source safe through VS 08 interface, the app stops responding.
A weird thing is, I can check out project items from the business layer but not the website items from the web layer.
I'm having to manually check them in/out from source safe. I know this isn't much info, if there is anything else you can think of that I need to do or list, let me know.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在工作场所使用带有 SourceSafe 的 Visual Studio 2008,在尝试获取整个解决方案的最新信息时出现了短暂的延迟。
检出单个文件不是即时的,但延迟实际上并不那么明显。
您是否考虑过使用 Subversion 而不是 Visual SourceSafe? Visual Studio 插件界面,VisualSVN 或 AnhkSVN,与 SourceSafe 插件非常相似,但您也可以使用 TortoiseSVN 直接访问源代码管理下的文件,与您当前使用 SourceSafe UI 的方式非常相似。
I use Visual Studio 2008 with SourceSafe at my workplace and I get a momentary lag whilst trying get the latest on the entire solution.
Checking out individual files isn't instantaneous, but the lag isn't that noticable really.
Have you considered the move to use Subversion instead of Visual SourceSafe? The Visual Studio plug-in interface, either VisualSVN or AnhkSVN, is very similar to that of the SourceSafe plug-in but you can also use TortoiseSVN to get to the files under source-control directly, much in the same way as you're currently using the SourceSafe UI.