How can i move Clearcase dyamic/snapshot views to

2019-06-02 11:18发布

i'm about to setup a new server that will be dedicated for CC views i'm wondering if there is any way to move the existing views to the new server?

2条回答
欢心
2楼-- · 2019-06-02 12:22

Honestly, in the past, I've just found it easier to throw away views and start over. We used a standard set of config specs that created task-specific branches per view. We worked with dynamic views (if you're working with snapshot views in clearcase, I think that you're using the wrong Version Control System), but had our developers checkin all of their changes (which by default would checkin against their feature branch), we'd then delete all of the views for the host being decommisioned, and had developers re-create their views normally (which would automatically start them up on the new server). We naturally abstracted away a lot of the customized config specs and setting up metadata for them so they only needed to run a simple command to continue.

We were not using UCM, however.

Now that I think about it, we just had a small handful of scripts that were used to do this work - basically wraps all of the dirty "view" details away from the developers (which honestly, they don't need to know about in general).

查看更多
贪生不怕死
3楼-- · 2019-06-02 12:23

In theory, yes: you can unregister a view (cleartool untegister + cleartool rmtag -view), and register it again on the new server.

See:

(after the more general page "About moving ClearCase servers")

查看更多
登录 后发表回答