IntelliJ IDEA连接TFS local workspace无法正常签入
前几天为了便于在本地修改,将TFS workspace的类型从Server修改为Local。基于Visual Studio的开发正常没有问题,用IntelliJ IDEA时却提示以下错误:
Error:System.Web.Services.Protocols.SoapException: TF400032: The operation could not be completed because the workspace JUNCHU-XPS;junchu is a local workspace.
at Microsoft.TeamFoundation.VersionControl.Server.Repository.PendChanges(String workspaceName, String ownerName, ChangeRequest[] changes, Int32 pendChangesOptions, Int32 supportedFeatures, List`1& failures)
在官网发现目前还不支持TFS的local workspace:https://youtrack.jetbrains.com/issue/IDEA-96088。