Paul Michaels
Paul Michaels

Reputation: 16685

TFS Check-in Unavailable

I have a C# project that is booked into TFS. However, for some reason one of the forms within the project has not booked in. I can’t work out how to force this to book in, as right-clicking on the source file doesn’t give me the option to check-in.

All the other files in the project are booked in, and I can see them using the Source Control Explorer, however, this file isn’t in there. Can anyone tell me how this could have happened, and how to force this file to check-in?

Upvotes: 1

Views: 573

Answers (1)

LukeN
LukeN

Reputation: 1738

Right click in the source control explorer directory where the files live and select the Add Items to Folder Option.

This typically happens if you create the files outside of visual studio. That being said, TFS is flaky at best.

Upvotes: 2

Related Questions