SourceSafe 共享文件夹?

发布于 2024-11-25 19:31:59 字数 247 浏览 1 评论 0原文

想象一下,在两个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北方的韩爷 2024-12-02 19:31:59

我相信分支可以解决你的问题。
如果您有项目 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

浮生面具三千个 2024-12-02 19:31:59

您可以通过 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文