|
|
last edited 16 years ago by daly |
1 2 | ||
Editor: daly
Time: 2007/12/20 06:07:15 GMT-8 |
||
Note: All filenames are downcased |
added:
From daly Thu Dec 20 06:07:15 -0800 2007
From: daly
Date: Thu, 20 Dec 2007 06:07:15 -0800
Subject: All filenames are downcased
Message-ID: <20071220060715-0800@axiom-wiki.newsynthesis.org>
Status: fix proposed => closed
On July 1, 2007, all filenames (except Makefile*)
were downcased everywhere. Axiom now uses only
lowercase filenames.
I tried to check out axiom from the CVS repository to my Macintosh Mini. I got errors because some directories contain files whose names differ only in case, such as axiom/src/doc/ps/SEGBIND.ps vs. axiom/src/doc/ps/segbind.ps.
The Macintosh file system is case insensitive. Can you rename files where this is an issue? The number of problem files appears to be small:
cvs update: move away axiom/src/hyper/bitmaps/aTx=b.bitmap; it is in the way C axiom/src/hyper/bitmaps/aTx=b.bitmap cvs update: move away axiom/src/hyper/bitmaps/delta.bitmap; it is in the way C axiom/src/hyper/bitmaps/delta.bitmap cvs update: move away axiom/src/hyper/bitmaps/gamma.bitmap; it is in the way C axiom/src/hyper/bitmaps/gamma.bitmap cvs update: move away axiom/src/hyper/bitmaps/lambda.bitmap; it is in the way C axiom/src/hyper/bitmaps/lambda.bitmap cvs update: move away axiom/src/hyper/bitmaps/omega.bitmap; it is in the way C axiom/src/hyper/bitmaps/omega.bitmap cvs update: move away axiom/src/hyper/bitmaps/phi.bitmap; it is in the way C axiom/src/hyper/bitmaps/phi.bitmap cvs update: move away axiom/src/hyper/bitmaps/pi.bitmap; it is in the way C axiom/src/hyper/bitmaps/pi.bitmap cvs update: move away axiom/src/hyper/bitmaps/psi.bitmap; it is in the way C axiom/src/hyper/bitmaps/psi.bitmap cvs update: move away axiom/src/hyper/bitmaps/sigma.bitmap; it is in the way C axiom/src/hyper/bitmaps/sigma.bitmap cvs update: move away axiom/src/hyper/bitmaps/theta.bitmap; it is in the way C axiom/src/hyper/bitmaps/theta.bitmap cvs update: move away axiom/src/hyper/bitmaps/upsilon.bitmap; it is in the way C axiom/src/hyper/bitmaps/upsilon.bitmap cvs update: move away axiom/src/hyper/bitmaps/xi.bitmap; it is in the way C axiom/src/hyper/bitmaps/xi.bitmap cvs update: Updating axiom/src/hyper/pages cvs update: move away axiom/src/hyper/pages/poly.ht; it is in the way C axiom/src/hyper/pages/poly.ht cvs update: move away axiom/src/hyper/pages/poly.pht; it is in the way C axiom/src/hyper/pages/poly.pht cvs update: Updating axiom/src/hyper/viewports
For instructions on how to build from Axiom Silver now see Building Axiom on Mac OS X on page [Build Axiom]?.
Status: open => fix proposed Status: fix proposed => closedOn July 1, 2007, all filenames (except Makefile*) were downcased everywhere. Axiom now uses only lowercase filenames.