使用命令行在tfs上签入文件 [英] Checkin files on tfs using command lines

查看:104
本文介绍了使用命令行在tfs上签入文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI ..



我正在使用TF Checkin命令在Team Foundation Server上尝试签入文件。(在本地工作区上完成更改)



tf checkin$ / PredictiveDialer / ApplicationCompiler / ApplicationCompiler / Properties / AssemblyInfo.cs/ comment:Version Update





即使在汇编文件版本中,也会显示以下消息后的增量

没有与指定项目匹配的挂起更改。

没有签入文件。



如果有人有想法请分享。





谢谢。

HI..

I'm trying checkin files on Team Foundation Server using TF Checkin command.(changes done on local workspace)

tf checkin "$/PredictiveDialer/ApplicationCompiler/ApplicationCompiler/Properties/AssemblyInfo.cs" /comment:"Version Update"


Even in Assembly file version is increment following message is displayed
"There are no pending changes matching the specified items.
No files checked in."

if anybody have idea please share.


Thanks.

推荐答案

/PredictiveDialer/ApplicationCompiler/ApplicationCompiler/Properties/AssemblyInfo.cs/ comment:Version Update





即使在汇编文件中,版本也会在显示消息后增加

没有与指定项目匹配的待处理更改。

没有签入文件。


如果有人有想法请分享。





谢谢。
/PredictiveDialer/ApplicationCompiler/ApplicationCompiler/Properties/AssemblyInfo.cs" /comment:"Version Update"


Even in Assembly file version is increment following message is displayed
"There are no pending changes matching the specified items.
No files checked in."

if anybody have idea please share.


Thanks.


您可以先运行tf status命令。

它会显示待处理的更改列表。



检查您的文件是否是那里。



PS:你需要先将目录更改为你的映射文件夹。

例如,如果你的本地映射文件夹是E: \ TFSFiles。

然后,1。cd E:\ TFSFiles

2. tf.exe status
You can run "tf status" command first.
It'll show you list of pending changes.

Check if your file is there.

PS : You need to change directory to your mapped folder first.
Example, if your local mapped folder is "E:\TFSFiles".
Then, 1. cd E:\TFSFiles
2. tf.exe status


这篇关于使用命令行在tfs上签入文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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