SourceSafe 共享文件夹?
想象一下,在两个 SourceSafe 项目 A 和 B 之间共享一个 Visual Studio 项目及其附带文件。
如果将新项目项添加到项目 A,则该项目将更新,并且新项目将添加到 A 的项目中。然而,虽然 B 的项目文件已更新(因为它与 A 共享),但它现在缺少一个项目 - 因为添加到 A 的新项目并未共享。
在我看来,这个问题可以通过在 SourceSafe 中共享整个文件夹来解决。但你能做到这一点吗?
还有其他想法吗?
Imagine sharing a Visual Studio project and its accompanying files between two SourceSafe projects A and B.
If you add a new project item to project A, the project is updated and the new item is added to A's project. However, while B's project file is updated (because it is shared with A), it now has a missing item--because the new item added to A isn't shared.
It seems to me that this can be solved by sharing an entire folder in SourceSafe. But can you even do this?
Any other thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信分支可以解决你的问题。
如果您有项目 A 和项目 B,并将它们分支出来进行处理,那么像您建议的那样添加项目将保留在分支中。
但是,一旦您合并回主干,您将在分支中添加的项目可供 A 和 B 使用,
希望我解释一下这一点。
这是一个非常有用的链接,并且很好地解释了分支。
http://geekswithblogs.net/VROD/archive/2006/11/22 /97817.aspx
I believe that branching would solve your problem.
If you have project A and project B, and branch those out to work on them then adding the items like you suggested would stay in the branch.
However once you merged back into the main trunk you would have the item you added in your branch available to both A and B
Hope I explained that ok.
Here is a link that is very helpful and explains branching well.
http://geekswithblogs.net/VROD/archive/2006/11/22/97817.aspx
您可以通过 SourceSafe 客户端共享文件夹。但一个项目中新添加的项目不会出现在另一个项目中。只有现有的项目才会自动更新。
You can share a folder via SourceSafe client. But the newly added items in a project won't appear in the other project. Only the existing items will be updated automatically.