1,更改任何文件, 先checkout, 再继续更改。
2. 更新sln时, 一定要更新include文件
3. 每次提交代码放到shelf上, 自己本地建立2个workspace, 来进行codereview, 完成后让龙海进行测试。 一定要告诉龙海影响了哪些功能, 需要不需要进行完整的回归测试。
4. 解决bug时, 应该关联changeset。
  1. Template when solve a DIM by developer
=============================================================================== 
Problem Analysis    : <describe the analysis result>
Solve Solution      : <describe how to solve this problem>
Impact Analysis     : <describe the impact to other components>
Changeset Number  : <add the changeset number here and add the link of changeset>
Test Instruction     : (Optional) <describe how to test this change>
Unit Test Case Name: <put the name of unit test case which is used to validate the bug and prevent the bug occur>
===============================================================================
Plus: when you try to solve a DIM please do the following steps:
  1. Link the bug with changeset (actually when you do the check-in choose the DIM as work item)
  2. Add comments for each changeset (clearly describe your comments for every check in)
  3. Use this template to fill the comments
    Scrum Team
    Bug ID
    Resolver
    When to be fixed
    Remark
    PA
    101531
    Jiangong.li
    5.20
     
    PA
    95008
    Jaingong.li
    6.8
    Need to analysis the system control.
    PA
    102195
    Jiangong.li
    5.20
     
    PA
    95459
    Jiangong.li
    5.25
     
    PA
    100011
    Jiangong.li
    5.20
     
    PA
    96758
    Jiangong.li
    5.20
     
      
5. 如果是其他组bug, 一定要改category为其他组

6. 手动插入数据库表时, 基本表和扩展表都得插入
7.
  • Any problem will delay the project should be highlighted-------------------------->LI Jiangong
  • 4~5 days support one sprint, make a record in next sprint------------->LI Jiangong
  • Use SSFS key to replace the user story ------------------------------->FU Xiaoshi;
8.
  • Status of planned Features (SSFS-Keys): @Du Da, please prepare a template for this.
Done: Feature is finished and tested, really DONE!
In Work: Feature is ongoing and going to be finished on time.
Planned: Feature is planned to do till end of this sprint and can possibly finished.
Delayed: Feature is delayed.
Canceled: Feature is not going to be implemented in this sprint.
Short explanation about Delayed and Canceled features in the PDSG à ScrumMaster

9.
  •  Clear goal for each Sprint is 0 bugs. à ScrumMaster
  
  • CodeCoverage: The goal is to reach >80%. Everything below is not acceptable. It is the responsibility for each ScrumTeam to take care that the
Value of AQtime is correct. Any problems on this, please discuss with me. à ScrumMaster

9. 

1.     建立CodeReview的查询:

2.建立自己Bug的查询:
   

3.     建立PA组Bug的查询:

4.     建立自己Task的查询:

TFS 备注的更多相关文章

  1. TFS二次开发系列:六、TFS的版本控制

    在TFS中对于版本控制是在WorkSpace工作区来控制的. 首先我们先整理WorkSpace的一些基本使用方法. CheckIn:迁入挂起的操作 CreateMapping:创建一个本地映射地址 D ...

  2. CruiseControl.NET与TFS结合的配置文件

    配置如下: <cruisecontrol xmlns:cb="urn:ccnet.config.builder"> <project name="测试项 ...

  3. facebook海量图片存储系统与淘宝TFS系统比较

    本篇论文的原文可谓通俗易懂.行云流水.结构清晰.图文并茂……正如作者所说的——"替换Facebook的图片存储系统就像高速公路上给汽车换轮子,我们无法去追求完美的设计……我们花费了很多的注意 ...

  4. 更新计算机名称后TFS文件无法迁出

    本人最新刚刚最新了一下计算机名称,但在迁出TFS文件时报如下错误: 如果最近已重命名此计算机,则可通过运行“tf workspaces /updateComputerName:oldComputerN ...

  5. 还原Azure DevOps Server (TFS)中误删除的生成流水线

    流水线历史记录 DevOps Server流水线的历史记录有完善的版本日志,用户可以随时回退到修改过程中的任何一个版本,还能比较差异.这个历史记录功能可以和代码库中的版本控制媲美. 图一:生成历史记录 ...

  6. tfs 2017 使用

    安装完成之后,创建一个项目管理. 初始化代码库 然后下载代理 (服务器)并设置.下载代理需要FQ才可以下载成功. 想要支持 netcore2.0  必须在代理服务器上安装 vs2017 跟netcor ...

  7. PLSQL(PL/SQL)集成Team Foundation Server (TFS),实现数据库代码的版本管理

    PL/SQL是面向Oralcle数据库的集成开发环境,是众多Oracle数据库开发人员的主要工具.由于PL/SQL(百度百科)不仅是一种SQL语言,更是一种过程编程语言,在项目实施过程中,会积累大量除 ...

  8. 使用Intellij Idea连接Team Foundation Server (TFS)实现代码版本管理

    Intellij Idea是一个Java项目开发工具,支持Windows,MAC OS和Linux的跨平台开发环境,具备良好和智能的用户界面,在欧洲市场拥有很多粉丝.https://www.jetbr ...

  9. Visual Studio 2010 如何改用 Beyond Compare 作为 TFS 的比较工具

    Beyond Compare 是一套非常实用的文件及文件夹比较软件,不仅可以快速比较出两个文件夹的不同之处,还可以详细的比较文件之间的内容差异.最近改用 TFS 进行版本控管之后,说实在的还是习惯使用 ...

随机推荐

  1. ASP.NET机制详细的管道事件流程(转)

    ASP.NET机制详细的管道事件流程 第一:浏览器向服务器发送请求. 1)浏览器向iis服务器发送请求网址的域名,根据http协议封装成请求报文,通过dns解析请求的ip地址,接着通过socket与i ...

  2. android studio 更新Gradle版本号方法

    在导入其它项目时,常常因为gradle版本号不一致而导致不能编译 解决方法: 第一步: 按提示点击让它下载.事实上目的并非要它下载.因为这样速度会非常慢.这样做仅仅是为了让它在本地创建相应的文件夹结构 ...

  3. erlang的token值加解密

    对于加解密,需客户端和服务器制定好对应的规则(如:加密算法(aes,des等).加密模式(cbc,cfb)),去加密,再按逆序列解密.这里的key是根据数字.大小写字母.符合组合的,每次请求获取一个动 ...

  4. android 自定义控件View在Activity中使用findByViewId得到结果为null

    转载:http://blog.csdn.net/xiabing082/article/details/48781489 1.  大家常常自定义view,,然后在xml 中添加该view 组件..如果在 ...

  5. POJ 1163 The Triangle(经典问题教你彻底理解动归思想)

    The Triangle Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 38195   Accepted: 22946 De ...

  6. TensorFlowSharp

    https://github.com/migueldeicaza/TensorFlowSharp

  7. wait() 区别 sleep()

    wait() notify() notifyAll() wait和notify方法必须写在synchronized方法内,即在调用wait和notify方法前,需先获得对象锁: 调用wait方法则释放 ...

  8. 怎么使用Aspose.Cells读取excel 转化为Datatable

    说明:vs2012 asp.net mvc4 c# 使用Aspose.Cells 读取Excel 转化为Datatable 1.HTML前端代码 <%@ Page Language=" ...

  9. Java反射机制简单学习

    java中除了基本数据类型,几乎都为对象.例如 Person p=new Person(); 这句语句表明了p是Person类的一个实例对象.但其实,Person也是一个实例对象,它是Class类的实 ...

  10. spring 配置bean-自己主动装配

    版权声明:本文为博主原创文章,未经博主同意不得转载. https://blog.csdn.net/qilixiang012/article/details/28260477 概要:(蓝色为本节所讲) ...