How to download Google Code via Mercurial

帅比萌擦擦* 提交于 2019-12-12 01:47:06

问题


I am new to Android and I want to downaload source code from this site:

  • http://code.google.com/p/apv/source/

of an Android PDF viewer. I know how to download source from SVN but I have no idea what hg clone is. Can any one tell me how can I download this open source project?


回答1:


Download and install Mercurial.

You will have a command line client: hg. Now you can get any sourcecode via hg clone:

hg clone https://code.google.com/p/apv/

For a faster introduction to Mercurial, see http://hginit.com/.



来源:https://stackoverflow.com/questions/8543089/how-to-download-google-code-via-mercurial

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!