我正在寻找Monticello版本控制系统的'svn update'。我使用浏览器搜索新的mcz包,但我希望能够用脚本来完成。
答案 0 :(得分:3)
我认为,最简单的方法是使用Installer。 如果它未包含在您的图像中,请先执行此操作:
HTTPSocket httpFileIn:'installer.pbwiki.com/f/LPF.st'。
此脚本将安装所谓的Level Play Field (在此处阅读更多内容:http://installer.pbwiki.com/LevelPlayingField)
下一步非常简单:
安装程序monticello http:'http://www.squeaksource.com'; 项目:'海边'; 安装:'Seaside-core'
您可以在此处查看用法示例:http://installer.pbwiki.com/Installer
答案 1 :(得分:3)
步骤:
安装程序monticello http:'http://www.squeaksource.com';项目:'海边';安装:'Seaside-core'
可以缩写为:
安装程序项目:'Seaside29';安装:'Seaside-Core'。