If I run tf workspace /new /noprompt to create a local TFS workspace, it automatically creates a display of the working folder $ / -> current-dir . This is annoying since I have to delete it before setting up the working folders that I really want. It also means that tf workspace will fail if another workspace has a work folder for any any subdirectory of my current directory.
eg. if D: is my TFS directory, starting D:\>tf workspace /new /noprompt ... will fail if any other working folder is configured, because the automatic matching / $ -> d: \ conflicts.
Can't create a workspace without initial work folders? Otherwise, I intentionally have to change the dir directory to some kind of "fake" directory to make sure.
source share