我是否应该将完整的 Tornado 树置于版本控制之下?
我终于有了一个对控制固件感兴趣的硬件人员。
这是针对 vxworks 固件的。 龙卷风 (2.2.1) gui 创建一个项目文件,其中包含已修改的文件列表,但它们似乎来自整个目录树。
所以我很想控制这些文件。
I finally have a hardware guy that is insterested in controlling the firmware.
This is for vxworks firmware. The tornado (2.2.1) gui creates a project file that has a list of files that were modified but they seem to be from all over the directory tree.
So I am tempted to just controll those files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我看来,检查整个 Tornado 目标树是一个好主意。
最大的优点是,服务包和补丁会自动传播到其他团队成员,甚至更重要地传播到构建机器。 另一个优点是,如果您需要调试旧版本中的某些内容,您拥有正确的头文件和库。
请参阅 VxWorks / Tornado II 常见问题解答 - 1.12 版本控制
Checking in the Tornado target tree as a whole is a good idea in my opinion.
The biggest advantage is, that service packs and patches are propagated automatically to other team members and _even_more_important_ to the build machine. An other advantage is, that if you need to debug something in an old version, you have the correct header files and libraries.
See VxWorks / Tornado II FAQ - 1.12 Version control