大多数时候我让用户从远程站点进行交付,但问题是我想只为正在交付的个人用户解锁流。在我的网站中,用户的帐户不存在。有没有办法解锁从远程站点交付的特定用户的流?
答案 0 :(得分:1)
不,对于clearcase多站点,所有权是sute,而不是个人用户。
如果您不是在谈论多站点,而是CCRC(远程客户端)或ClearTeam(对于ClearCase 8.x),那么您可以锁定除用户之外的流:
# Windows
cleartool lock -nusers auser stream:aStream@\aPVob
# Unix
cleartool lock -nusers auser stream:aStream@/vobs/aPVob
# Using the GUI (Elyahu)
From ClearCase Project Explorer -> Properties on the stream -> Lock <TAB> -> "Excluded users" section
-> Add login names or Right-Click in the white area to open the options menu