Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/322.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何通过我的visual studio访问Google项目[.Net]?_C#_Visual Studio_Http - Fatal编程技术网

C# 如何通过我的visual studio访问Google项目[.Net]?

C# 如何通过我的visual studio访问Google项目[.Net]?,c#,visual-studio,http,C#,Visual Studio,Http,我在谷歌的某个项目上读到了这篇文章 # Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://***.googlecode.com/svn/trunk/ ***-read-only 但是我从来没有发现我怎么能读懂他们的代码。有什么方法可以做到这一点吗?如果是这样,只需运行该命令将代码签出到本地磁盘,然后在VisualStudio中打开解决方案(或其他任何内容)

我在谷歌的某个项目上读到了这篇文章

# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://***.googlecode.com/svn/trunk/ ***-read-only
但是我从来没有发现我怎么能读懂他们的代码。有什么方法可以做到这一点吗?如果是这样,只需运行该命令将代码签出到本地磁盘,然后在VisualStudio中打开解决方案(或其他任何内容)


或者,在谷歌代码页面中查看下载标签。可能有一个源zip文件可以直接下载。

按照说明操作,并通过查看代码


或者,如果他们启用了Source->browse菜单选项,您也可以在线浏览它。

安装类似SVN的客户端。完成后,打开命令提示符并键入上述命令。

几年前,我使用了一个商业插件,在VS for VS 2008中启用了SVN功能。除了svn客户端之外,您还可以使用它