TFS 中另一个文件夹的快捷方式/链接

发布于 2024-07-30 19:16:55 字数 229 浏览 7 评论 0原文

我们在一个团队项目中编写了一项服务。

它位于“A 项目”中。 该服务经过修改,不仅适用于“项​​目 A”,也适用于“项​​目 B”,当然,这是另一个团队项目。

现在,如果开发人员看到它正在运行,它的名称将让他们在团队项目 B 中查找...但当然,代码不在那里,他们可能不知道去寻找它 ?

有没有办法将 TFS 的快捷方式或链接从团队项目 B 中的文件夹添加到团队项目 A 中的某个位置

We have a service written in one of our Team Projects.

It's in "Project A". This service was modified to work not only for "Project A", but also for "Project B" which of course, is another Team Project.

Now, if a dev sees it running, it will be with a name that would make them look in Team Project B... but of course, the code isn't there, and they likely wouldn't know to go look for it in Team Project A.

Is there a way to add a shortcut or link to TFS from a folder in Team Project B to a location in Team Project A?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

霓裳挽歌倾城醉 2024-08-06 19:16:55

我希望这是一个功能,但 TFS 不支持像 VSS 那样的共享。 http://blogs.msdn.com/buckh/archive/ 2004/06/10/152609.aspx

我认为建议的解决方案是对代码进行分支,并在发生更改时提醒其他团队,以便他们可以将更改合并到他们的解决方案中。 这样,一个项目的更改就不必等待另一个项目同意。

另一方面,如果它们都引用相同的部署 dll 或 Web 服务,则效果不会很好。 如果是这种情况,我唯一能想到的就是在其中一个项目的文件夹中放一张便条,说去看看另一个项目在哪里。

I would like if this were a feature but TFS doesn't support sharing like VSS did. http://blogs.msdn.com/buckh/archive/2004/06/10/152609.aspx

I think the suggested solution is to branch the code and when changes are made alert the other team so they can merge the changes into their solution. That way one project's changes don't have to wait for the other project to say ok.

On the other hand if they're both referencing the same deploied dll or web service this wouldn't work very well. If that's the case the only thing I can think of is to put a note in the folder for one of the projects saying go look at the other one where it is.

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