如何共享源码安全分支的项目?
来自 这个问题 我在 Visual Source Safe 2005 中创建了一个分支获取我的解决方案的副本,其中包含 3 个项目。这是有效的。
但我需要在分支和“主项目”之间共享两个项目(一个类库和 DAL)。因此,一个项目应该是独立的,而另外两个项目应该是共享的。如何做到这一点?
先感谢您。
coming from this question i created a branch in visual source safe 2005 to get a copy of my solution which consists of 3 projects. This is working.
But i need to share two of the projects(a class library and the DAL) between the branch and the "main-project". So one project should be separate and two other should be shared. How to do this?
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 VSS 资源管理器中,如果您拖动 &使用右键鼠标按钮将源文件夹拖放到所需的目标文件夹,当您释放按钮时,您将看到一个上下文菜单,您想要的选项是
共享和分支
。In the VSS explorer, if you drag & drop your source folder to the desired target folder using the right mouse button, when you release the button you will get a context menu, the option you want is to
Share and Branch
.