Steps I made leading up to this problem:
- I created a project in Visual Studio Online (TFS) and checked in the entire contents (about 200mb) of a folder called
classic. - I created another project and checked in the entire contents of a folder called
dlls. - I decided that it would make more sense if these two folders were apart of the same project, so I deleted both of the ones I created in steps 1 and 2.
- I created a new project and mapped it to a folder on my computer that contains both the
classicanddllsfolders. - In Visual Studio 2013, I go into "Source Control Explorer", right click and select "add existing item", and try to add both folders.
In this prompt, none of the files that I need to add are shown! The prompt gives me a message at the top that says "Files already in version control are hidden". If I click through each folder they are blank except for other folders. I verified that the files are still there on my local machine.
The problem is, I deleted those 2 projects in TFS that had the files. Do those projects still exists somewhere? How do I completely get rid of them? Where can I find those files at if they are "already in version control"?
