如何下载 Cocoalumberjack?
我推荐 Cocoalumberjack 作为 NSLog 的替代品。但我没有找到任何简单的方法来下载源代码。 Google Code 网站有所有源代码,但没有下载。人们可以在本地克隆 Mercurial 存储库,但我没有 Mercurial,因此“hg”命令行对我不起作用。由于 RCS、CVS、Subversion 和 Git 已经安装在我的工作站上,我只是不需要或不希望在下次开始新项目时再有一个版本控制系统扰乱我的盒子或我的决策过程。
我现在正要从托管 Cocoalumberjack 项目的 Google 代码网站的浏览部分复制并粘贴代码,这似乎有点愚蠢/耗时(尽管我猜我可以在我提出这个问题所花费的时间里已经完成了。)
我错过了什么吗?或者安装 Mercurial 是下载该项目的唯一方法吗?
谢谢。
I'm sold on Cocoalumberjack as an NSLog replacement. But I'm not finding any easy way to download the source. The Google Code site has all the source, but no downloads. One can clone the Mercurial repository locally, but I don't have Mercurial so the "hg" command line won't work for me. With RCS, CVS, Subversion and Git already installed on my workstation I just don't need or want one more version control system cluttering up my box or my decision making process next time I start a new project.
I'm at the point were I'm about to copy and paste the code from the Browse section of the Google Code site which is hosting the Cocoalumberjack project, and that seems kind of silly/time consuming (although I'm guessing I could have been done with that in the amount of time it has taken me to craft this question.)
Am I missing something? Or is installing Mercurial the only way to download the project?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
除非项目中的某人上传存储库的存档,否则,使用 Mercurial 客户端似乎是获取代码副本的唯一方法。
无论如何,如果您所做的只是下载 CLI,它不会“弄乱您的盒子”,除非再多一个文件夹确实可以做到这一点。据我所知,除非您明确指示,CLI 不会执行任何操作(例如运行任何服务)。您也可以在完成后随时将其卸载。
Unless someone from the project uploads an archive of the repository, yes, it appears that using the Mercurial client is the only way to get a copy of the code.
For what it's worth, if all you do is download the CLI, it won't be "cluttering up your box", unless one more folder will really do that to you. As far as I know, the CLI doesn't do anything (like running any services) unless you explicitly tell it to. You could also always uninstall it when you're done.
看起来当前的发行版现在位于 github 上,并且有一个以 zip 文件形式下载存储库的链接:
https:// github.com/robbiehanson/CocoaLumberjack
Looks like the current distribution is now on github, and has a link to download the repository as a zip file:
https://github.com/robbiehanson/CocoaLumberjack