博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
TFS Instructions
阅读量:5322 次
发布时间:2019-06-14

本文共 1738 字,大约阅读时间需要 5 分钟。

Recently I've been practising Team Founder Server, and at least on the surface, it seems very impressive. There is some great integration with Visual Studio, and lots of great tools for DBAs, testers, project managers, etc.

Here is some tips for rookies like me. Those who are familiar with this tool can ignore this post.

Architecture of TFS

As you see above, Team Founder Server works in a three-tier architecture: the client tier, the application tier and the data tier[1,2].

How to get the latest vision at the begining of one project.

a.connecting to the TFS
b.select the project and mapping the local folder
c."Get latest version"
Then you can get the project in your "Solution Explorer" and edit.
 
 
Undo Pending Changes
 Before you check In, you can undo your selected file.

View History & Compare & Annotate

Differences of Check Out/Check In between the other version controls.

VSS - check out means get the latest version of the file and lock the server version so that no-one else can edit it. 
CVS or
SVN – check out means "get the latest version", but without locking the server version. 
TFS -  check out means "Tell the server I want to edit this file and mark that file as writeable in my file system".
 
All Check In Operation of the above three mean save my modification. 

Best practice of check in 

a. get latest version -- may happened if this file does not exist. (get all file or one project or whole solution)
b. modify file
c. compare
d. check source code that you have modified in with work item and comments

 Merge

Auto merge (Merges the additions automatically.)
Merge tool (Manually resolve the conflict.)

 Shelve 

Find Shelveset

References:

[1]

[2]

转载于:https://www.cnblogs.com/DebugLZQ/archive/2013/06/01/3101726.html

你可能感兴趣的文章
OSPF里几个特殊区域(stub、Totally stubby、NSSA、Totally NSSA)总结
查看>>
linux下端口被占用
查看>>
.net实现汉字转拼音缩写功能
查看>>
20145233韩昊辰 第(三)周总结
查看>>
ROS理解参数服务器param demo
查看>>
添加Centos最新yum源
查看>>
列表和表格
查看>>
书单 (长期更新)
查看>>
css -- 映像 ,分页(上一页下一页)
查看>>
Eclipse超级完美汉化教程
查看>>
CAS 之 集成RESTful API
查看>>
Ajax异步网络请求及JSONP跨域
查看>>
[JSOI2007]字符加密
查看>>
ES6--Module的语法
查看>>
Android Widget点击事件
查看>>
用PS绿化版出现“请卸载并重新安装该产品”的解决方法
查看>>
[从产品角度学EXCEL 00]-为什么要关注EXCEL的本质
查看>>
相关 Java 视频教程 网址
查看>>
CS231n assignment1 Q2 SVM
查看>>
数据契约(DataContract)里的DataMember特性
查看>>