简体   繁体   English

无法从svn下载route-me代码

[英]can't download the route-me code from svn

i try to follow this article , the first step is to download the route-me code from svn: 我尝试遵循本文 ,第一步是从svn下载route-me代码:

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? 如何从svn下载?

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. 首先,如果您访问Google代码网站: http : //code.google.com/p/route-me/您会看到该项目已从Google代码移至github。

You can find the source and all branches here: https://github.com/route-me/route-me 您可以在此处找到源和所有分支: 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. 如果您的命令行没有git,则可以使用右上角的下载按钮来获取源代码tarball或zip。

Second, the guide you're looking at is pretty old, its for ver 3.1.2 and xcode is currently ver 4.2. 其次,您正在查看的指南相当老,其适用于3.1.2版,而xcode当前适用于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/ 要根据您的xcode版本获得进一步的帮助,请在此处查看一些指南: https : //github.com/route-me/route-me/wiki/Embedding-Guide和此处: 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 如果您在使用xcode和ios编程时遇到问题,我是否可以建议您从Stanford University的非常出色的系列课程(免费!)上的Apple iTunes上获得,网址是: http : //itunes.apple.com/us/itunes-u/为iOS高清开发应用程序/ id395605774

Ciao! 再见!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM