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. JavaWeb、J2-SE开发框架——Spring

    相关博客:   2.spring官网 1.使用Spring的jdbcTemplate进一步简化JDBC操作

  2. BillBoardView自己定义控件广告板轮播

    BillBoardView自己定义控件广告板轮播 GitHub地址 compile 'com.march.billboardview:billboardview:2.0.6-beta4' BillBo ...

  3. CountDownTimer

    package com.daoge.widget; import java.text.DecimalFormat; import android.os.CountDownTimer; import a ...

  4. 初识ASP.net-牛腩新闻公布系统

           在做牛腩新闻公布的系统的时候,总有一种感觉就是:我仍然在敲机房收费系统,唯一不同的一点.就是敲机房收费的时候,用户界面是是自己手动画界面.而,在牛腩新闻公布系统中,用户界面,却是须要自己 ...

  5. WPF学习之深入浅出话模板

    图形用户界面应用程序较之控制台界面应用程序最大的好处就是界面友好.数据显示直观.CUI程序中数据只能以文本的形式线性显示,GUI程序则允许数据以文本.列表.图形等多种形式立体显示. 用户体验在GUI程 ...

  6. Android Studio .9图片的应用以及制作

    参考http://www.jianshu.com/p/761f4d0e5d8d 先找到图片右键 然后修改图片名称,选择目录,注意必须要放在drawable目录里面,不然引用studio会报错 然后进入 ...

  7. BeeFramework 系列二 UISignal篇下

    本文转载至 http://www.apkbus.com/android-126129-1-1.html     qihoo2 该用户从未签到 156 主题 156 帖子 1826 积分 Android ...

  8. TP框架---thinkphp使用ajax

    thinkphp使用ajax和之前使用ajax的方法一样,不同点在于之前的ajax中的url指向了一个页面,而thinkphp里面的url需要指向一个操作方法. 一.thinkphp使用ajax返回数 ...

  9. GS发包到MS

    GS发包到MS(GS,MS包交互过程) 例:人物上线 首先看看其实如何确定是哪张地图的 数据库首先只保存一个mapid 在share初始化的时候已经初始化了所有map,并保存了map的指针信息,其ke ...

  10. GS与数据库打交道

    GS与数据库打交道 link_stat stat = (link_stat)rPkt.size; if (stat == link_stat::link_connected) { GameChanne ...