前幾天為了便於在本地修改,將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。
