开发者

How to Checkout the source code from http link

开发者 https://www.devze.com 2023-03-24 04:00 出处:网络
I need to check开发者_如何学JAVAout the source code from the link \"http://mxr.mozilla.org/mozilla2.0/source/modules/plugin/sdk/samples/basic/mac/\" into my Mac System.

I need to check开发者_如何学JAVAout the source code from the link "http://mxr.mozilla.org/mozilla2.0/source/modules/plugin/sdk/samples/basic/mac/" into my Mac System.

I have tried checking out this using TortoiseSVN, it failed to checkout like saying could not connect to server("http://mxr.mozilla.org").

Even I hav installed mercurial for mac and used the command from terminal "hg clone http://hg.mozilla.org/releases/mozilla-2.0/ 20src", said "abort: error: Connection refused"

Has any one faced this problem or is there any solution to checkout the source code from the given link.


I have not tried this yet but I think you can do:

hg clone http://hg.mozilla.org/releases/mozilla-2.0/modules/plugin/sdk/samples/basic/mac/


Is this a git repository perhaps? What does it tell you if you navigate there?

(Just took a peek, this looks just like a plain directory with code files. Try sucking it down with wget or some such, or just downloading file by file.)

0

精彩评论

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