I recently found a cool little project that I would like to download the source code of. Using the web interface on Google Code, I can browse through all of the files in the source code of the project.
Google gives me this:
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://xnamugen.googlecode.com/svn/trunk/ xnamugen-read-only
So I tried to use TortiseSVN to download the source code, however it is asking me for a username and password. Why is this, and what is the password to access source code using a SVN client? I assume the author hasn't password protected the source or anything because you can still see it and download it using the web interface provided by Google.
Thanks!
There is an option to password-protect checkouts in Google code. It also protects commits (duh), and files uploaded to the group's "Files" section using a "command line utility", as they state it.