Cleartool - 从本地文件夹合并

发布于 2024-11-27 16:27:32 字数 191 浏览 1 评论 0原文

我有一个工具可以生成一些配置文件,这些配置文件保存在明文中以运行一些安装脚本。这些文件的版本和合并详细信息并不那么重要,因此一些开发人员直接从主分支检出并更新它,而不是创建新版本。 但这有一些问题,因为尽管文件是相同的,但它们有时会产生不必要的版本。大约有 2000 个配置文件,签出和签入将需要很长时间。有什么方法可以从本地文件夹合并到分支吗?如果是的话我该怎么做?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮生未歇 2024-12-04 16:27:32

如果这些开发人员使用快照视图,他们可以简单地修改文件而无需签出(“劫持文件”)。
如果他们使用动态视图,他们可以制作一份私人副本,该副本将使视图选择的副本黯然失色(“黯然失色的文件”)。

在这两种情况下,我们的想法是让他们永远不必签入(并避免任何不必要的版本)。

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文