开发者

Cleartool - Merging from local folder

开发者 https://www.devze.com 2023-03-24 13:26 出处:网络
I\'ve a tool to generate some configuration files, where these configuration files are kept in clearcase to run some setup scripts. The version and merge details for these files are not so important,

I've a tool to generate some configuration files, where these configuration files are kept in clearcase to run some setup scripts. The version and merge details for these files are not so important, hence some of the developers directly checkout from the main branch and update it rather than creating new version. But that has some issues as they sometime makes unnecessary versions though the files are identical. There are approx 2000 config files and checking out and checking in will take long time. Is there any way开发者_开发技巧 to merge to a branch from local folder? If Yes how can I do that?


If those developers are using snapshot view, they can simply modify the file without checkout ("hijacked file").
If they are using dynamic view, they can make a private copy which will eclipse the one selected by the view ("eclipsed file").

In both cases, the idea is for them to never have to make a checkin (and avoid any unnecessary version).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号