Re: [Postgres-xc-general] [SOLVED] Re: [GENERAL] cloning postgres-xc

2013-02-12 Thread Koichi Suzuki
Appreciate for very nice and interesting topics. -- Koichi Suzuki 2013/2/13 Zenaan Harkness : > [SOLVED] > > On 2/13/13, Michael Paquier wrote: >> On Wed, Feb 13, 2013 at 1:28 PM, Zenaan Harkness wrote: >> >>> On 2/13/13, Zenaan Harkness wrote: >>> > # this resulted in only 8.6MiB down

Re: [Postgres-xc-general] [GENERAL] cloning postgres-xc

2013-02-12 Thread Michael Paquier
On Wed, Feb 13, 2013 at 1:28 PM, Zenaan Harkness wrote: > On 2/13/13, Zenaan Harkness wrote: > > # this resulted in only 8.6MiB download just now, > > # on an up-to-date pg.git repo. > This quantity of data looks correct, half of it being due to the data in doc-xc/. $ git remote set-branches --

[SOLVED] Re: [Postgres-xc-general] [GENERAL] cloning postgres-xc

2013-02-12 Thread Zenaan Harkness
[SOLVED] On 2/13/13, Michael Paquier wrote: > On Wed, Feb 13, 2013 at 1:28 PM, Zenaan Harkness wrote: > >> On 2/13/13, Zenaan Harkness wrote: >> > # this resulted in only 8.6MiB download just now, >> > # on an up-to-date pg.git repo. > > This quantity of data looks correct, half of it being due

Re: [GENERAL] cloning postgres-xc

2013-02-12 Thread Zenaan Harkness
On 2/13/13, Zenaan Harkness wrote: > Here's what I just tried: > > cd postgresql.git/ > git remote add -f --tags -m master pgxc > git://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc Please note, the above two lines should be one, forgot to manually format sorry. > # this result

Re: [GENERAL] cloning postgres-xc

2013-02-12 Thread Zenaan Harkness
Here's what I just tried: cd postgresql.git/ git remote add -f --tags -m master pgxc git://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc # this resulted in only 8.6MiB download just now, # on an up-to-date pg.git repo. #view results: git remote -v git branch -a In my case, remo

Re: [GENERAL] cloning postgres-xc

2013-02-12 Thread Zenaan Harkness
fyi.. -- Forwarded message -- From: Michael Paquier Date: Wed, 13 Feb 2013 12:59:54 +0900 On Tue, Feb 12, 2013 at 2:36 PM, Zenaan Harkness wrote: > Does somone know the object overlap likely between pg and pgxc > repositories? > > I ask because I could just git clone pgxc, or I