I use TFVC as a source control system and frequently have to both update existing and add new items in a folder (with many sub and subsub folders). Because this is quite tedious click work I'd like to do this in bulk. But unlike Git, TFVC or more precisely tf.exe does not pick up newly added files to a managed folder. So I basicly need to go through each folder in Source Ccontrol Explorer and click "Add Items to Folder...", then I can add newly added files in bulk but only for that particular folder.
I know that these files are automatically detected but the annoyance is that they still need to be added manually. This can be automated for instance using tf.exe in a PS script, but I was wondering if anybody knows if there's an off the shelf solution, a tf.exe setting that enables that automatic picking up of new files or maybe a vsix extension for Visual Studio for enforcing this Git-like behaviour machine-wide or per workspace?
At least I couldn't find anything of that sort...
Thanks anyway