Comments
Sort by recent activity
Aha, I hadn't even thought of the fact that the existing scripts will be different from the new generated scripts. Happily I've already set up the working folders, so I can do the checkout-copy/paste-checkin pass pretty easily.
I did spend some quality time with that StackOverflow article among others, but that's where the workspace error comes in. The exact text of the error is
"Unable to determine the workspace. You may be able to correct this by running 'tf workspaces /collection:TeamProjectCollectionUrl'."
Sadly, executing that command (with the correct URL) doesn't give any errors itself, but also doesn't stop the error message. This is where I suspect the multiple SOC workspaces in addition to my own under the single URL is stopping me. It seems like there should be a way to help tf.exe resolve to a specified workspace, but I haven't been able to find an example of that.
I'll try posting over at StackOverflow and see what I can learn. / comments
Aha, I hadn't even thought of the fact that the existing scripts will be different from the new generated scripts. Happily I've already set up the working folders, so I can do the checkout-copy/pa...