如何将 SAR 文件添加到 Monticello 存储库?
我现在在 Squeak 开发。
我想将 .sar 文件(存档的 squeak 文件)添加到 Squeak 存储库,以便其他开发人员可以从 Monticello 浏览器访问 .sar 文件。 我知道有几个存储库,例如 trunk、收件箱。
如何将 .sar 文件作为包或其他文件上传到存储库?
I am now developing in Squeak.
I want to add a .sar file (archived squeak file) to Squeak Repositories, so other developers can access the .sar file from Monticello browser.
I know there are several repositories like trunk, inbox.
How can I upload a .sar file to the repository as a package or anything else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能。 SAR 文件与 Monticello 存储库不兼容。
Monticello 存储库用于在开发期间对软件包进行版本控制。
SAR 文件用于将不同类型的代码工件捆绑在一个捆绑包中进行分发。
当 SqueakMap 兴起时,SAR 文件曾经非常流行。过去几年我没有看到新的 SAR 文件。许多年前,我们就停止为 Seaside、Magritte 和 Pier 生产 SAR 版本。
You can't. SAR-files are not compatible with Monticello repositories.
Monticello repositories are used to version packages during development.
SAR-files are used to bundle different kinds of code artifacts in one bundle for distribution.
SAR-files used to be very popular when SqueakMap was on the raise. I haven't seen new SAR-files in the past couple of years. We stopped to produce SAR builds for Seaside, Magritte and Pier many years ago.