English 中文(简体)
从 Google 代码下载源
原标题:Download source from google code
  • 时间:2012-05-23 09:23:20
  •  标签:
  • svn

I am not sure how to download the code fro the google source code this is the page that it shows when i go there and i follow these instructions over here http://engtech.wordpress.com/2007/03/03/howto_google_code_hosting_subversion_tortoisesvn/ but still unable to get the source code as I am not able to find the link that i have to use to download.

http://code.google.com/p/andres-development-resources/sources/ checkout

最佳回答
hg clone https://code.google.com/p/andres-development-resource/ 

这是Mercurial 命令, 所以您需要“ 强势”, 而不是 SVN, 下载( clone) 。

您也可以使用,如果您想要与《乌龟》SVN的等效, TortoisHg :

"https://i.sstatic.net/hdeD8.png" alt="小乌龟Hg菜单"/ >

问题回答

暂无回答




相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签