Reputation: 12438
I'm currently trying Visual Studio Team Services, and I want to check in a whole folder containing code and more subfolders. I'm in the CODE->EXPLORER tab and when I right-click on the right side (the main area), a context menu appears where there is a menuitem Add. So, I tried adding an existing item, however, it won't let me put in folders. I tried then dragging the whole folder in the content area but it says error. How do I add folders in source control?
Upvotes: 7
Views: 30401
Reputation: 3217
You can create new folder directly in Visual Studio Team Services website using the Folder Management extension. Follow this steps:
Now you can create new folder directly:
Upvotes: 5
Reputation: 14393
I don't believe its possible to add folders from VSTS (formerly VSO) but you could connect to VSTS via VisualStudio and uses the Source Control Explorer to add folders.
Upvotes: 11
Reputation: 22255
Use Visual Studio/Team Explorer. Map to a local folder, then just use windows explorer to copy/paste your folder/files into your mapped folder. In Team Explorer/VS it will pick up all the added files and you can check them all in in one operation.
Upvotes: 4