如何将新文件签入全新的解决方案?

时间:2022-03-23 15:02:31

I added a project to a solution checked into a team foundation server solution and the individual project I just added does not offer me the ability to check it in. Has anyone faced this in past?

我将一个项目添加到一个检查到团队基础服务器解决方案的解决方案中,我刚刚添加的单个项目没有为我提供检查它的能力。过去有没有人遇到过这个问题?

2 个解决方案

#1


You can always add the individual folder to the TFS through Team Explorer if you cannot do it automatically inside visual studio.

如果您无法在visual studio中自动执行此操作,则可以通过团队资源管理器将单个文件夹添加到TFS。

#2


As you said you checked in the new project but I think that you did not check in the solution file *.sln. Each project in your solution is defined in the *.sln file. simply check in the solution file and it will appear.

正如你所说,你检查了新项目,但我认为你没有检查解决方案文件* .sln。解决方案中的每个项目都在* .sln文件中定义。只需检入解决方案文件,它就会出现。

#1


You can always add the individual folder to the TFS through Team Explorer if you cannot do it automatically inside visual studio.

如果您无法在visual studio中自动执行此操作,则可以通过团队资源管理器将单个文件夹添加到TFS。

#2


As you said you checked in the new project but I think that you did not check in the solution file *.sln. Each project in your solution is defined in the *.sln file. simply check in the solution file and it will appear.

正如你所说,你检查了新项目,但我认为你没有检查解决方案文件* .sln。解决方案中的每个项目都在* .sln文件中定义。只需检入解决方案文件,它就会出现。