开发者

How do i check out from code.google

开发者 https://www.devze.com 2023-02-14 11:54 出处:网络
The source is located on Google project. It\'s a .net proj开发者_如何学Cect.You need to download and install Mercurial. Mercurial is a distributed revision control tool.Your formatting is wonky, but y

The source is located on Google project. It's a .net proj开发者_如何学Cect.


You need to download and install Mercurial. Mercurial is a distributed revision control tool.


Your formatting is wonky, but you answered your own question. To check out a project that's in Mercurial, you type

hg clone https://somewhere.googlecode.com/hg/ somewhere

at the command line. This expects that you have Mercurial installed and it is on the executable path.

0

精彩评论

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