[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] STAT bits - Ouch!



On Thu, 2010-12-09 at 13:08 +0200, Peter Slegg wrote:
> Do git and python use hard-coded values rather than the constants ?
> I am just curious why they cause a problem.

Python uses hard coded values that don't match the mintlib which will
cause problems.

git (which is a revision control system) stores these values within it's
database, so if a git repository is created on a different system and
pulled to a FreeMiNT system a mismatch occurs and it's unsharable
between the two. For an RCS, that's just horrible.

Alan.