如何从谷歌代码获取代码?
我想使用源代码从谷歌代码中查看代码,
http://imedia.googlecode.com/svn/trunk/imedia-read-only
我该怎么做?我正在使用带有 Xcode 的 Mac,并拥有“版本”的副本。
谢谢。
I would like to check out code from google code using the source,
http://imedia.googlecode.com/svn/trunk/imedia-read-only
How would I do this? I am using a Mac with Xcode and have a copy of "Versions".
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这个命令对我有用:
This command worked for me:
如果您不想使用命令行,可以下载并安装 TortoiseSVN。
然后创建一个空文件夹,右键单击空文件夹,您应该单击 SVN ->签出并粘贴此网址:
http://imedia.googlecode.com/svn/trunk
If you don't want use command line, you can download and install TortoiseSVN.
Then create a empty folder and by right click on empty folder you should click SVN -> Checkout and paste this url:
http://imedia.googlecode.com/svn/trunk
来自http://code.google.com/p/imedia/source/checkout:
命令行访问
使用该命令可以匿名查看最新的项目源码:
GUI 和 IDE 访问
该项目的 Subversion 存储库可以使用多种不同的 客户端程序和插件。有关详细信息,请参阅客户的文档。
来自使用 Subversion 和 XCode 进行控制:
(有关更多信息,请参阅“Xcode 和 Subversion”部分。)
另请参阅:在 Xcode 中使用 Subversion 。
如果您想实际使用版本,请参阅他们的支持区域:
From http://code.google.com/p/imedia/source/checkout:
Command-line access
Use this command to anonymously check out the latest project source code:
GUI and IDE access
This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information.
From Getting Control with Subversion and XCode:
(See the "Xcode and Subversion" section for more.)
See also: Using Subversion in Xcode.
If you want to actually use Versions, see their Support area: