Re: Build-Problem with pgc.c on OSX 10.4

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Postgresql-General <pgsql-hackers(at)postgresql(dot)org>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Subject: Re: Build-Problem with pgc.c on OSX 10.4
Date: 2007-04-16 15:49:37
Message-ID: 46239B11.9080002@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:
> Florian G. Pflug wrote:
>> Alvaro Herrera wrote:
>>> Ah, it seems the SVN repo just got its first user ;-) Congratulations.
>>> Ask Joshua to send you a Command Prompt tee shirt, maybe he is excited
>>> enough.
>> I hope the fact that I use the SVN repo just to get the changes into
>> git doesn't reduce my chances of getting that t-shirt ;-)
>
> Hum, why don't you just use the CVS directly then? That'd avoid this
> sort of infelicities.

git-cvsimport didn't work for me - neither with the main CVS repo, nor
with a rsync'ed copy.
It complained about all sorts of problems - I don't have enough CVS knowhow
to judge if those were actual problems with the repo, or just deficiencies
of git-cvsimport. Plus I didn't find a way to import the current version of
HEAD as one revision, any only go incrementally from there. It always wanted
to mirror the whole history stores in the CVS in my git repo, which is
overkill.

For SVN, there is git-svn, which does just what I want - I started with some
revision a few days ago, and it just incrementally imports updates from there
into a special branch of my git repo, and doesn't care about what happened
before that revision.

It's all not perfect, but I think for me it works better than just doing my
changes in a CVS checkout.

greetings, Florian Pflug

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian G. Pflug 2007-04-16 15:53:07 Re: What tools do people use to hack on PostgreSQL?
Previous Message Tom Lane 2007-04-16 15:45:05 Re: CREATE DATABASE foo OWNER bar