Can I add a new folder to a TFS repository server-side without using a local working copy?
I'm currently transfering some source code from a Subversion (SVN) repository to my client's Team Foundation Server. One of the things I stumbled upon is that there seems to be no way to edit the repository without first pulling all files in that repository to a local working folder in the local workspace. I'm using Visual Studio 2008 Team Explorer. My repository resembles this structure: $ $/branches $/trunk $/trunk/Solution1 $/trunk/Solution1/... etc. Now what I want to do is add a new folder in the root of the trunk (i.e. $/trunk/Docs). Because the Solution1 folder tree ($/trunk/Solution1)