TFS get latest version with new files

后端 未结 4 368
無奈伤痛
無奈伤痛 2020-12-31 05:32

I\'m having problems with TFS when adding new files or folders to my solution.

When any other people in the team try to \"get latest\" it updates every changed file

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-31 06:19

    Have you also checked in the project file to which the added files are related? In Solution Explorer these files will only be available if they are also in the local project file. Also check if the user attempting to download has the project file checked out already.

    Update: From within Solution Explorer you'll only get what's required for the referenced files in the .proj file. For Source Control Explorer yes it should get those files if you've never downloaded them before. Best way to be sure is rather than just do Get Latest (which tries to sync what it understands server side about your local workspace with the server) do a Get Specific Version -> Latest Version. This way you can "force" download of all project files irrespective of existing workspace status.

提交回复
热议问题