一.如何快速检出私有文件View-private File
ls -recurse -view_only
二.如何把VOB从C盘转移到D盘?
1.Log on to the VOB’s current server as the VOB owner or privileged user. In this example, the VOB’s current server is .
2.Lock the VOB.
3.Stop ClearCase on the VOB server host.
4.Copy the VOB storage directory, preserving all ownership information. You must use a copy utility that preserves ownership information contained in the VOB storage directory ACLs. We recommend that you use the ClearCase utility ccase-home-dir\etc\utils\ccopy.exe for this purpose.
C:\ClearCaseStorage\VOBs> net use E:
C:\ClearCaseStorage\VOBs> ccopy libpub.vbs E:\libpub.vbs
5.Restart ClearCase if you have copied the VOB storage directory to a new location on the same VOB server host.
6.Replace the VOB object and tag with new ones that reference the new VOB storage directory. Use the ClearCase Administration Console or the following commands (this example applies to the destination on server vobsvr01):
cleartool register –vob –replace
cleartool mktag –vob –replace –tag \libpub
7.Unlock the VOB.
8.Verify that all clients can access the VOB at the new location
感谢版主提供方法,版主的方法是正规的,安全的和标准的.
我个人使用了一个偷懒的方法.
1. 将C:\ClearCaseStorage\下的内容直接复制到一个临时目录.(好在里面没有多少东西)
2. 将逻辑D盘直接挂在C:\ClearCaseStorage\这个空目录下了.
3. 然后又把东西复制回来.
木星很聪明嘛。木木 ,我给你演示一把你的内容:
1.Log on to the VOB’s current server as the VOB owner or privileged user. In this example, the VOB’s current server is .
2.Lock the VOB.
3.Stop ClearCase on the VOB server host.
4.Copy the VOB storage directory, preserving all ownership information. You must use a copy utility that preserves ownership information contained in the VOB storage directory ACLs. We recommend that you use the ClearCase utility ccase-home-dir\etc\utils\ccopy.exe for this purpose.
C:\ClearCaseStorage\VOBs> net use E:
C:\ClearCaseStorage\VOBs> ccopy libpub.vbs E:\libpub.vbs
5.Restart ClearCase if you have copied the VOB storage directory to a new location on the same VOB server host.
6.Replace the VOB object and tag with new ones that reference the new VOB storage directory. Use the ClearCase Administration Console or the following commands (this example applies to the destination on server vobsvr01):
cleartool register –vob –replace cleartool mktag –vob –replace –tag \libpub
7.Unlock the VOB. 8 Verify that all clients can access the VOB at the new location.
看起来是不是会清晰一些。
阅读(968) | 评论(0) | 转发(0) |