How do I get Visual Studio Team Foundation Server to see I moved code to a different folder?

后端 未结 4 1066
小鲜肉
小鲜肉 2021-02-13 14:00

I moved some code from my c drive to my d drive. When I opened the solution, it told me that:

The solution appears to be under source control, but its bindin

4条回答
  •  旧时难觅i
    2021-02-13 14:57

    When you move files/folders to make the moves pending changes you need to use a TFS client to do the moves.

    For one or two files the Team Explorer UI is OK, for more the command line is easiest.

    See tf.exe rename on MSDN (tf move is an alias for rename). There is also step by step help on using the GUI: Move, Rename, and Delete Version-Controlled Files and Folders.

提交回复
热议问题