English 中文(简体)
图瓦卢食品安全局是否自动更换服务器?
原标题:Does automerge modify server version in TFS?
  • 时间:2011-05-04 13:23:26
  •  标签:
  • tfs

I just did a long overdue "Get Latest Version" on a project I have not worked on in a while. I was prompted to automerge and I accepted. I had couple files checked out before the automerge, but they are no longer checked out. Does this mean that the server version now has some of my changes even though I never did a check in?

最佳回答

No automerge does not check the merged files in. Can you do a "tf status" on the files in question to see their statuses? Did you lose any changes in these files? If the changes are still there (but the files are not checked out) you can try "tf edit" the files again. You can also "tf history" on the files to see their changes on server.

问题回答

暂无回答




相关问题
Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I ve seen several posts on this site telling people about other CI solutions. Are there ...

Get files from TFS under Linux [closed]

is there a free (command line) tool for linux which with I can get all files from a TFS-Repository (no Check in / Check out required - only get actual version)?

upgrading tfs 2008 sp1 to use sql server 2008

I have an instance of tfs 2008 supported by sql server 2005. I want to change the sql server machine by doing a restore based move. I also want to change the version of sql server to 2008. I know ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

TFSReg in 2010 Beta 2?

does anybody know what is the equivalent of the TFSReg.exe command-line tool in 2010 Beta 2? I cannot find it anywhere, I searched the entire Program Files tree. Was it renamed? Moved? Replaced by ...

热门标签