TFS 显示最新的顶级文件夹 [英] TFS Show Latest on Top Level Folder

查看:19
本文介绍了TFS 显示最新的顶级文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我现在正在使用 TFS,我的问题是关于源代码管理资源管理器中的一个函数.

I'm working with TFS for a bit now and my question is about a function in the Source Control Explorer.

我的项目的示例文件夹结构可能是这样的:项目/MyControllers/Controller.cs

A sample Folder Structure for my Project might be this: Project/MyControllers/Controller.cs

我更改了 Controller.cs 中的某些内容,然后导航到源代码管理资源管理器中的文件夹Project".它在最新"列中说,是的.在我看来这是不对的,因为我更改了文件夹内的某些内容.当我导航到MyControllers"时,它说我的 Controller.cs 发生了变化.

I change something in the Controller.cs and I navigate to the folder "Project" inside my Source Control Explorer. There it says at the Column "Latest", yes. Which in my opinion isnt right, because i changed something inside the folder. When i navigate into "MyControllers" it says that my Controller.cs changed.

是否有可能在项目"级别看到否"?

Is it somehow possible to see the "No" at the "Project" level?

我不知道我的 Visual Studio 版本是 2017 年是否重要.

I dont know if its important by my Visual Studio Version is 2017.

感谢您的帮助.

推荐答案

这是正确且例外的行为.最新列用于显示工作区中的本地文件与相应服务器文件之间的映射状态.其中包括诸如yes, no ,not download , not maps 之类的值.它不会影响子文件夹或父目录.

This is the correct and excepted behave. The Latest column is used to show the mapping status between your local file in workspace and the correspondingly server file. Which include value such as yes, no ,not download , not mapped. It will not influence either subfolder or parent directory.

只有当Project"文件夹的名称被其他人更改为ProjectDone"并签入时,才会显示No"的Project的最新状态.这是点对点映射状态.

Only when the name of "Project" folder has changed such as "ProjectDone" by others and checked in, it will show the Latest status of Project with "No". This is a point to point mapping status.

而且您不必总是关注文件是否最新.换句话说,您不必也不能确保始终使用最新版本.当您处理文件时,其他一些人在本地工作期间进行了相同的更改.TFS 将记录更改并让您在执行签入操作时解决冲突.

And you don't have to always paying attention to the file is latest or not. In other words, you don't have to and can't make sure always working on the latest version. When you working on a file and some others make same change during you local working. TFS will record the changes and let you solve conflicts when you perform the check in action.

通常,您只需在项目工作的一天开始时获取最新的工作区或顶级文件夹.

Usually you just need to do a get latest of the workspace or top folder in the beginning of the day of work on a project.

这篇关于TFS 显示最新的顶级文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆