Hello,
While trying to automate the branching process (along with some other steps) in a batch file, I found myself in a rather confusing situation: "tf branch" command doesn't have a "/collection" option (at least in VS2012) and I have 2 collections with almost identical structure.
What should I do in order to make tf.exe pick the right collection, but without using local paths ("TF Branch $/TeamProject1/MyProject $/TeamProject2/MyProject/HotFix.1 /NoGet")? I'm trying to avoid using local paths to have a universal script
that doesn't depend on user mappings.
Thanks!