How to add a source control folder to an existing team project in TFS 2010

team-foundation-server

I have a team project named "ABC web" without a corresponding source control folder. If I double-click on the source control element in Team Explorer it says:

No Source Control Folder

Cannot open $/ABC web. Source control has not been configured for this team project, you do not have permission to access it, or the team project has been moved or deleted.

If i try to add a file to "$/ABC web/test.txt" using tf.exe it says:

TF10175: The team project folder $/ABC web does not exist. Contact your Team Foundation Server administrator and ask that it be created.

How can I create the team project folder?

Best Answer

I just encountered exactly the same issue the other day and immediately sought help from experts. They just posted the workaround yesterday. see https://msmvps.com/blogs/vstsblog/archive/2010/11/03/how-to-add-a-source-control-folder-to-an-existing-team-project.aspx

Related Topic