Posted in: Computers
Date: October 14, 2009
You may have been to Google Code and seen something like this under source tab:
# Non-members may check out a read-only working
copy anonymously over HTTP.
svn checkout
http://project.googlecode.com/svn/trunk/
project-read-only
To download the code, first install tortoisesvn, or any other svn client. Here is a list of popular ones.
http://tortoisesvn.tigris.org/
Once tortoisesvn is installed, go to Windows Explorer and create a new folder where you want to download the code.
Right click and select 'Repo-browser'

Put in the URL. In this case it is: 'http://project.googlecode.com/svn/trunk/ project-read-only'
Navigate to the desired file. Right click and select 'Save as…'

Select the download location, and you're good to go.