I have this script (bat file)
tf workspaces /s:http://project02:8080
tf workspace /s:http://project02:8080 Team.descomp;MyDomain\Myuser
tf workfold /workspace:Team.descomp
tf get $/Team/Main/Projects /recursive /force /noprompt
I get this error: Unable to determine the workspace., when I try execute tf get.
Console output is similar like:
Server: project02
Workspace: DESCOMP
Owner : MyUser
Computer : DESCOMP
Workspace: Team.descomp
Owner : MyUser
Computer : DESCOMP
...
Workspace: Team.descomp (MyUser)
Server : http://project02:8080/
$/Team: C:\Temp\Team2
...
Unable to determine the workspace.
Note, for $/Team (team project) has map in two machines: MyUser and Descomp
Workspace: Team Owner : MyUser Computer : MyUser
Workspace: Team.descomp Owner : MyUser Computer : DESCOMP
Any suggestions?