检查不同步的文件夹
Checking for Out of Sync Folders
每天当我开始我的 Visual Studio 时,我的 RTC(Rational Team Concert)都会从一个漫长的 'Checking for Out Of Sync Folders' 过程开始。
我不确定是什么原因造成的,有人可以帮助解决这个问题吗?
应该改进这个错误信息。它应该是这样的:
"Files in your sandbox are out of sync with your repository workspace".
A sandbox and repository workspace can become out-of-sync when a network failure or manual cancelation interrupts an update operation.
When this happens, the next attempt to perform an operation (such as check in, accept, suspend, or resume) that updates both a sandbox and repository workspace generates a warning that the sandbox and repository workspace are out-of-sync.
(图片来自“Loading Content from a Jazz Source Control Repository in Rational Team Concert 2.0, 3.0 and 3.0.1”)
If any of the out-of-sync projects contain unresolved local changes in the sandbox, by default, the reload operation preserves these changes
作为 I advised here,如果您没有任何待定更改,您可以
- 先尝试 "refresh sandbox"。然后关闭一切,重新打开 Visual Studio 并检查你没有更多的 "checking out" 步骤。
- 如果第一个解决方法还不够,"reload projects out of sync"。 (关闭并重新启动以查看问题是否仍然存在)
每天当我开始我的 Visual Studio 时,我的 RTC(Rational Team Concert)都会从一个漫长的 'Checking for Out Of Sync Folders' 过程开始。
我不确定是什么原因造成的,有人可以帮助解决这个问题吗?
应该改进这个错误信息。它应该是这样的: "Files in your sandbox are out of sync with your repository workspace".
A sandbox and repository workspace can become out-of-sync when a network failure or manual cancelation interrupts an update operation.
When this happens, the next attempt to perform an operation (such as check in, accept, suspend, or resume) that updates both a sandbox and repository workspace generates a warning that the sandbox and repository workspace are out-of-sync.
(图片来自“Loading Content from a Jazz Source Control Repository in Rational Team Concert 2.0, 3.0 and 3.0.1”)
If any of the out-of-sync projects contain unresolved local changes in the sandbox, by default, the reload operation preserves these changes
作为 I advised here,如果您没有任何待定更改,您可以
- 先尝试 "refresh sandbox"。然后关闭一切,重新打开 Visual Studio 并检查你没有更多的 "checking out" 步骤。
- 如果第一个解决方法还不够,"reload projects out of sync"。 (关闭并重新启动以查看问题是否仍然存在)