签入并从服务器获取最新信息时出现 TFS 问题
TFS issue while check in and get latest from server
我正在尝试从 TFS 获取最新文件并签入文件,但 tfs return 相同的消息
Unexpected end of file. Following elements are not closed:
PendingChange, PendingChanges, PendingSet,
QueryPendingSetsWithLocalWorkspacesResult,
QueryPendingSetsWithLocalWorkspacesResponse, Body, Envelope. Line 1,
position 881.
通常,这种问题可能与缓存有关。建议您先排除 VS 中的未决更改(也备份本地更改),然后clear both VS and TFS cache。最后包括待定更改并再次签入。
如果上述解决方案不起作用,问题仍然存在,您可以删除本地工作区(备份本地更改),创建一个新的工作区,然后从服务器获取最新版本,将更改添加到文件,最后签入待定变化。
我正在尝试从 TFS 获取最新文件并签入文件,但 tfs return 相同的消息
Unexpected end of file. Following elements are not closed: PendingChange, PendingChanges, PendingSet, QueryPendingSetsWithLocalWorkspacesResult, QueryPendingSetsWithLocalWorkspacesResponse, Body, Envelope. Line 1, position 881.
通常,这种问题可能与缓存有关。建议您先排除 VS 中的未决更改(也备份本地更改),然后clear both VS and TFS cache。最后包括待定更改并再次签入。
如果上述解决方案不起作用,问题仍然存在,您可以删除本地工作区(备份本地更改),创建一个新的工作区,然后从服务器获取最新版本,将更改添加到文件,最后签入待定变化。