|
From: Dika Y. <di...@nt...> - 2010-10-15 04:09:51
|
Hi Paquier, That’s good; I got it, thanks very much, Best wishes, Dika Ye NTT Com Asia Limited _____ 发件人: Michael Paquier [mailto:mic...@gm...] 发送时间: 2010年10月15日 12:04 收件人: Dika Ye 抄送: pos...@li... 主题: Re: [Postgres-xc-general] 答复: gtm_coordinator_id or gtm_coord_id Hi Dika, You can get the latest code from the project's GIT repository. GIT is a CVS system. Install it and then take the head code with this git URL. git://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc You can create a GIT repository with the following commands: mkdir pgxc cd pgxc git init git remote add pgxc git://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc #Upload code to your local machine git fetch pgxc git branch --track master pgxc/master #extract branch master on your local machine git checkout master If you want to install GIT, have a look at their website http://git-scm.com/. They have also some documentation here http://git-scm.com/documentation. I also compiled a small manual here, I believe it is helpful. http://michaelpq.users.sourceforge.net/manuals/git_help.html Regards, -- Michael Paquier http://michaelpq.users.sourceforge.net |