For a new project I have created a local folder tree with empty Visual Studio solutions and projects. At this moment the solutions are not attached to source control.
Now I want to add entire folder structure with all the solutions to the TFS.
Do I need to bind all the solutions to source control before I check-in them? Or I can just check-in all the folders and files as they are now, and then later I can use Visual Studio to bind the solutions to the TFS source control?
I am afraid that if I try to bind solutions, I'll be asked for a path on the TFS, but as I haven't my folder structure checked in yet, I won't have the folders on the TFS where to attach my solutions.