源安全添加冗余父文件夹
为什么当我从 Visual Studio 将新解决方案添加到 Source safe 时,它会添加与我的解决方案同名的冗余父文件夹。例如,如果我的解决方案称为 Project X,则当将其添加到源安全时,现在可以在 Project X > 中找到它。 X计划
Why when I add a new solution to Source safe from visual studio does it add a redundant parent folder with the same name as my solution. For example, if my solution is called Project X, when it is added to source safe it is now found in Project X > ProjectX
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确实如此。
IIRC 这是针对缺少网站项目的项目文件的解决方法。
您可以通过移动 VSS 中的内容,然后编辑
user.ini
文件以删除将添加的额外文件夹映射来修复此问题。(真正的解决办法是获得真正的源代码控制工具。)
It does.
IIRC this is a workaround for the lack of a project file with web site projects.
You can fix it by moving things in VSS and then editting your
user.ini
file to remove the extra folder mapping that will have been added.(The real fix is to get a real source code control tool.)