How do I download a ZIP file of an entire project from Google Code when there are no prepared downloads available?
This is what I see on the checkout page:
Command-line access
Use this command to anonymously check out the latest project source code:
svn checkout http://myproject.googlecode.com/svn/trunk/ myproject-read-only
但我在Windows上工作,我没有SVN二进制文件。我需要这些吗?
I can access individual source code file or view the Subversion HTML pages, but that just allows me to access source code files one-by-one.