I can create a workspace with AppCode and successfully can check in and out of TFS. This is all good.But when i use the Cross-platform Command-Line Client for TFS and try to see these workspaces i created with AppCode, i am getting back "No local workspaces found". AppCode does not really create a workspace then because according to msdn the name of the workspace owner and the name of the computer on which the workspace is used are stored in Team Foundation Server.
I have other applications that needs access to this workspace created by AppCode. They can use the TFS command line client tool to run TFS commands but because of the reason i mentioned above, they see no workspace.
Any suggestions to sync AppCode created workspaces and TFS client workspaces so i can have all my apps be aware of the same workspace? or any other suggestion? Thanks.