如何查看哪个源安全项目绑定到 Visual Studio 解决方案?
是否可以验证哪个源安全项目绑定到我的 vs.net 解决方案?
当我在 vs.net 中签出一个文件,然后在源安全中查找该文件时,它似乎是从另一个项目中签出一个文件。 当我查看“设置工作文件夹”中的目录时,似乎没问题。
Is it possible to verify which source safe project is bound to my vs.net solution?
When I checkout a file in vs.net, then look up the file in source safe, it seems to be checking out a file from another project. When I look at the directory in 'set working folder' it seems to be ok.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
文件> 源代码控制> 更改源代码控制... 显示代码的绑定。
File > Source Control > Change Source Control... shows the bindings for your code.
在 Visual Studio 中,在文件或编辑菜单下(我认为是文件菜单)有一个菜单项,上面写着“源代码控制”...在那下面,有一个名为“更改源代码控制”的子菜单,它就在那里.. 。
In visual studio, under the file or edit menu, (I think it's the the file menu) there's a menu item that says "Source control"... Under there, there's a submenu named "Change Source Control" It's in there...