Force TFS to detect changes

后端 未结 8 796
萌比男神i
萌比男神i 2020-12-15 15:38

Seems like this should be something very simple, but I can\'t find how to do this...

I made a changes to several files spread within a repo by using a script that I

相关标签:
8条回答
  • 2020-12-15 16:10

    Dtsx file dropped in TFS folder was not being recognized.

    • On your Visual Studio (2015) home screen, click on the Team Foundation Server link. Make navigate to the correct branch.
    • On the window on the left side of the screen, navigate to the folder that contains your file. Expand the folder.
    • To the right of the folder you will see three dots. Click on those and then click on “ + Add File(s)”.

    Choose “Upload Existing Files”. Then you can drag and drop your .dtsx files into the window and then click Okay.

    Finally, you’ll have to do a ‘Fetch’ to add the files there. Then you need to do a ‘Pull’. Lastly, you can commit the change to remote branch.

    0 讨论(0)
  • 2020-12-15 16:14

    A Folder Compare (File->Source Control->Compare...) should do the trick. Select the top folder from where to start comparison, and select to compare with Latest Version. The result hould show files that are changed, and whether they are checked out or not.

    0 讨论(0)
提交回复
热议问题