其他用户使用 codeplex 创建的新文件未显示在 TFS 中

发布于 2024-12-18 02:07:51 字数 215 浏览 3 评论 0原文

我在 codeplex 中创建了一个 ASP.Net 项目,并与其他团队成员共享。我们在 VS 2010 中使用 TFS 作为源代码控制。问题是,如果任何用户在其工作区中创建新文件并使用 TFS“签入”。其他用户无法在他们的工作区中看到这个新文件(即使在执行“获取最新版本”之后)。 这是一个错误还是我在这里遗漏了任何东西。

注意:签入的新文件在 codeplex 网站中项目的源代码选项卡下可见。

I created a ASP.Net project in codeplex, and shared it with my other team mates. We are using TFS in VS 2010 as source control. The problem is if any user creates a new file in his workspace and "checks in" using TFS. The other users are not able to see this new file in their workspaces (even after doing "get latest version").
Is this a bug or am I missing anything here.

Note: The new file checked in is visible in the codeplex website under source code tab of the project.

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

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

发布评论

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

评论(1

晨光如昨 2024-12-25 02:07:51

通常您应该在源代码管理中看到这些新文件。要下载这些更改,您的工作区应映射包含更改文件的文件夹。如果您将一些文件添加到项目中,您还应该签入项目文件更改。

或者,如果您将一些文件添加到现有的 TFS 项目中,但忘记将新文件添加到 TFS 中,则新文件将在源代码管理中丢失。

Normally you should see these new files in the Source Control. To download these changes, your workspace should map folders with changed files. If you add some files into your project, you should also check-in your project file changes.

Or if you add some files into your existing TFS project and you forget to add new files into the TFS, your new files will be missing in Source Control.

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