Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1148464
  • 博文数量: 312
  • 博客积分: 12522
  • 博客等级: 上将
  • 技术积分: 3376
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-27 18:35
文章分类

全部博文(312)

文章存档

2016年(3)

2015年(1)

2013年(1)

2012年(28)

2011年(101)

2010年(72)

2009年(13)

2008年(93)

分类: 项目管理

2008-03-25 11:46:45


一.如何快速检出私有文件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.
 
看起来是不是会清晰一些。
 
 
阅读(936) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~