Re: Git out of sync vs. CVS - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Git out of sync vs. CVS
Date
Msg-id 11788.1263919652@sss.pgh.pa.us
Whole thread Raw
In response to Re: Git out of sync vs. CVS  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: Git out of sync vs. CVS  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Git out of sync vs. CVS  (Aidan Van Dyk <aidan@highrise.ca>)
List pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Oh, and what sort of delay do you feel would be "long enough to
> cover any cvs commit including potential network slowness during it
> etc."?

Why should the script make any assumptions about delay at all?
It seems to me that the problem comes from failing to check for
changed files, no more and no less.  It would be much less of an
issue if a non-atomic CVS commit showed up as two separate GIT
commits with similar log messages.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Patch: Remove gcc dependency in definition of inline functions
Next
From: Michael Meskes
Date:
Subject: Re: ECPG patch 4.1, out-of-scope cursor support in native mode