clearcase 中的动态和快照视图
dynamic and snapshot views in clearcase
我一直在我当前的项目中使用 clearcase 快照视图。所以,它需要更新来刷新内容。这是否意味着我在视图上所做的任何更新都会更新到服务器,而其他人所做的任何更新都会更新到我的视图? .另外,如果我尝试在快照视图中检出一个文件,而其他人已经在他的快照视图中检出但未更新,我会成功吗?
does it mean any update I do on view is updated to the servers?
仅当您执行 cleartool 签入(签出后提交您正在处理的文件的新版本)时
and any updates others do are updated to my view?
仅当您执行 cleartool update(刷新您的 snpashot 视图)时
If I try to checkout a file in snapshot view which somebody else has already checked out in his snapshot view but not updated, will I succeed?
如果其他结帐未被预订,您会的。
如果它是保留的结帐,您将无法结帐(但您将能够劫持文件)
参见:
- "What is the difference between a reserved checkout and an unreserved checkout?"
- "Identifying hijacked files in a snapshot view"
Hijacking an element in a snapshot view involves making it writable and making a change to it.
我一直在我当前的项目中使用 clearcase 快照视图。所以,它需要更新来刷新内容。这是否意味着我在视图上所做的任何更新都会更新到服务器,而其他人所做的任何更新都会更新到我的视图? .另外,如果我尝试在快照视图中检出一个文件,而其他人已经在他的快照视图中检出但未更新,我会成功吗?
does it mean any update I do on view is updated to the servers?
仅当您执行 cleartool 签入(签出后提交您正在处理的文件的新版本)时
and any updates others do are updated to my view?
仅当您执行 cleartool update(刷新您的 snpashot 视图)时
If I try to checkout a file in snapshot view which somebody else has already checked out in his snapshot view but not updated, will I succeed?
如果其他结帐未被预订,您会的。
如果它是保留的结帐,您将无法结帐(但您将能够劫持文件)
参见:
- "What is the difference between a reserved checkout and an unreserved checkout?"
- "Identifying hijacked files in a snapshot view"
Hijacking an element in a snapshot view involves making it writable and making a change to it.