I use Ubuntu WSL on Windows 10 OS. In Ubuntu 20.04 LTS I have docker installed for creation docker images. Then we have on premise Azure Devops Server 2019. There have source codes in git and also in tfvc. With git we have not problems, it's more native with Linux. But with tfvc I can't create workspace for getting code in next steps. As described there How do you create new windows workspace with TFS command line client that is running on unix I'm trying to create workspace
/home/myuser/TEE-CLC-14.135.0/tf workspace -new SOMECORELIN -collection:http://tfsms.company.local/tfs/DefaultCollection
nothing happens.
then I'm trying to view workspace created, like:
/home/myuser/TEE-CLC-14.135.0/tf workspaces
Result is:
No local workspaces found.
WSL has access to TFS server.
What is wrong? Maybe there was someone from you who had an experience or a similar problem, please help?
java --version
openjdk 11.0.9.1 2020-11-04
OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)
OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)
Have a nice day.