Search code examples
macosgoogle-code

How to download sample code from google code website?


I'm looking around this Google code link from last an hour, can't find a way to download folders of sample code. When I click on any one of the Folder, it will take me inside it, and show all files, after click on any of the file, it will show the content of the file! Instead open it there, I want to download it. How can I download those samples folder? I've Google it and as people talking about SVN and commands to pass with command-line tool, I don't have any knowledge about it, is there any easiest way to get this? Thanks.


Solution

  • If you use wget you can use the following command

    wget -m -np http://gdata-objectivec-client.googlecode.com/svn/trunk/
    

    See the following questions for more info

    Download an SVN repository?

    https://stackoverflow.com/questions/1192310/an-online-subversion-client

    How do I download code using SVN/Tortoise from Google Code?