Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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.
Posted
Updated 9-Feb-15 14:18pm
v3

1 solution

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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900