开发者

Downloading Source Code From Google Code using TortoiseSVN

开发者 https://www.devze.com 2022-12-21 13:16 出处:网络
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

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 becau开发者_Python百科se 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.


Did you try not typing any login nor password ?

(I don't have Tortoise SVN, but tryied with another client, not typing any login/password, and I have access to the repository)


Try using command line.I have faced the same problem previously.


Checked out the source code, and it didn't asked for username/password. Maybe you should update your TortoiseSVN client?


Make sure you're using http, not https for the Google code url. If you use https, you're asked for a password.

0

精彩评论

暂无评论...
验证码 换一张
取 消