开发者

How to get code from google code?

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.


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


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
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜