On some Google project I read this
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://***.googlecode.com/svn/trunk/ ***-read-only
But I never found how I can read their code. Any way to do this
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you have Subversion (or TortoiseSvn) installed? If so, just run that command to check out the code to your local disk, then open the solution (or whatever) in Visual Studio.
Alternatively, check out the Downloads tab in their Google Code page. There may be a source zip file you can download directly.