How to get code from google code?

☆樱花仙子☆ 提交于 2019-12-06 05:41:47

This command worked for me:

svn checkout http://imedia.googlecode.com/svn/trunk imedia-read-only

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

Matt Ball

From http://code.google.com/p/imedia/source/checkout:

Command-line access

Use this command to anonymously check out the latest project source code:

# Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://imedia.googlecode.com/svn/trunk/ imedia-read-only

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:

Support for Subversion is built into Xcode (version 1.5 and later). However, you must create your Subversion repository and import your project into Subversion on the command line before managing it in Xcode. For detailed instructions on the use of Subversion, see the online book Version Control with Subversion which is endorsed by Subversion's developers.

(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:

  1. Bookmarking a repository
  2. Checkout a working copy
  3. Start working
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!