Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How I can access the Google project [. Net] through My visual studio?

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

like image 300
Anirudha Gupta Avatar asked Dec 03 '25 22:12

Anirudha Gupta


2 Answers

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.

like image 84
Jon Skeet Avatar answered Dec 06 '25 12:12

Jon Skeet


Follow the instructions and check out the code via Subversion.

Or you can browse it online if they have the Source -> Browse menu option enabled.

like image 33
mdm Avatar answered Dec 06 '25 12:12

mdm



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!