To move a view to another partition on the same host, to another host with the same architecture, or to a NAS device:
cleartool chview –readonly r5_integration
Properties: readonly
cleartool endview –server r5_integration
cleartool rmtag –view –all v5_integration
cleartool unregister –view /net/mars/viewstg/v5_integration.vws
cd /viewstg tar –cf – v5_integration.vws | rsh venus 'cd /viewstg ; tar –xBpf –'
C:\ClearCaseStorage\views> net use E: \\mars\vws
C:\ClearCaseStorage\views> ccopy E:\v5_bugfix.vws v5_bugfix.vws
viewroot "E:\views\HOST1\user1\ccweb_view"
cleartool register –view /net/venus/viewstg/v5_integration.vws
cleartool mktag –view –tag v5_integration /net/venus/viewstg/v5_integration.vws
cleartool register –view –host venus –hpath \
/net/nasdev/viewstg/v5_integration.vws \
–gpath /net/nasdev/viewstg/v5_integration.vws \
/net/nasdev/viewstg/v5_integration.vws
cleartool mktag –view –tag v5_integration –host ccviewsvr1 \
–hpath /net/nasdev/viewstg/v5_integration –gpath \
/net/nasdev/viewstg/v5_integration /net/nasdev/viewstg/v5_integration
cleartool chview -readwrite v5_integration