无法从svn下载route-me代码

发布于 2024-11-27 12:42:12 字数 324 浏览 6 评论 0原文

我尝试遵循 这篇文章,第一步是从svn下载route-me代码:

svn co http://route-me.googlecode.com/svn/trunk/ route-me

我真的不明白如何跟进这个指令。我尝试在终端中执行此操作,但似乎不是好方法。 我怎样才能从svn下载它?

i try to follow this article, the first step is to download the route-me code from svn:

svn co http://route-me.googlecode.com/svn/trunk/ route-me

I really didn't understand how to follow up this instruction. I try to do it in the Terminal but seems not to be the good way.
How can i download that from svn?

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

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

发布评论

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

评论(1

z祗昰~ 2024-12-04 12:42:12

首先,如果您访问 google code 网站:http://code.google.com/p /route-me/ 您将看到该项目已从 google code 移至 github 上。

您可以在这里找到源代码和所有分支: https://github.com/route-me/route -me

如果你没有命令行的 git,你可以使用右上角的下载按钮来获取源代码 tarball 或 zip。

其次,您正在查看的指南相当旧,其版本为 3.1.2,而 xcode 目前为版本 4.2。如需进一步帮助,请根据您的 xcode 版本查看一些指南:https: //github.com/route-me/route-me/wiki/Embedding-Guide 和此处:http://blueottersoftware.com/embedding-route-me-with-xcode-4-x/

构建示例应用程序非常简单。如果您在 xcode 和 ios 编程方面遇到问题,我可以建议您在 Apple itunes 上找到斯坦福大学的非常优秀的系列课程(免费!):http://itunes.apple.com/us/itunes-u/developing-apps-for-ios-hd/id395605774

再见!

First off, if you visit the google code site: http://code.google.com/p/route-me/ You'll see that the project has been moved off of google code and onto github.

You can find the source and all branches here: https://github.com/route-me/route-me

If you don't have git for the command line, you can use the download button on the upper right to get the source code tarball or zip.

Second, the guide you're looking at is pretty old, its for ver 3.1.2 and xcode is currently ver 4.2. For further help depending on your version of xcode check out some guides here: https://github.com/route-me/route-me/wiki/Embedding-Guide and here: http://blueottersoftware.com/embedding-route-me-with-xcode-4-x/

Building the sample apps is pretty trivial. If you're having issues with xcode and ios programming, might I suggest the very excellent series of courses (free!) from Stanford University available on apple itunes here: http://itunes.apple.com/us/itunes-u/developing-apps-for-ios-hd/id395605774

Ciao!

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