CVS update: /ccvs/
[email protected] 4 May 2005 02:37:05 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dprice Date: 05/05/03 19:37:05 Modified: /ccvs/ ChangeLog, INSTALL-CVS Log: Merge changes from 1.11.x. File Changes: Directory: /ccvs/ ================= File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/ChangeLog?r1=1.1202&r2=1.1203 Delta lines: +5 -0 ------------------- --- ChangeLog 3 May 2005 14:59:54 -0000 1.1202 +++ ChangeLog 4 May 2005 02:37:03 -0000 1.1203 @@ -1,5 +1,10 @@ 2005-05-03 Derek Price <[email protected]> + * INSTALL: Add footnote about compiling a CVS checkout of CVS on a + case-insensitive UNIX file system like Mac OS X. + +2005-05-03 Derek Price <[email protected]> + * NEWS: Note GNULIB updates as misc efficiency and portability fixes. 2005-05-02 Derek Price <[email protected]> File [changed]: INSTALL-CVS Url: https://ccvs.cvshome.org/source/browse/ccvs/INSTALL-CVS?r1=1.1&r2=1.2 Delta lines: +12 -0 -------------------- --- INSTALL-CVS 5 Apr 2005 20:42:47 -0000 1.1 +++ INSTALL-CVS 4 May 2005 02:37:03 -0000 1.2 @@ -183,6 +183,7 @@ Lynx 2.3.1 120495 (1.6.86) (footnote 9) Lynx 2.5 (1.9) (footnote 10) MkLinux DR3 GENERIC #6 (1.10.5.1) (presumably LinuxPPC too) + Mac OS X ALL (footnote 14) Mac OS X Darwin 6.6 Darwin Kernel Version 6.6 (1.11.1p1) Mac OS X Darwin 5.5 Darwin Kernel Version 5.5 (1.11.6) (footnote 12) Mac OS X Darwin 5.5 Darwin Kernel Version 5.5 (1.12.1) (footnote 12) @@ -253,6 +254,17 @@ A build under HP PA-RISC 2.0 will probably not run under PA-RISC 1.1 unless "+DAportable" is added to the HP ANSI cc compiler flags. +(footnote 14) + Because of the case-insensitive file system on Mac OS X, you cannot build + CVS directly from a checkout from CVS. The name of the built executable, + `cvs', conflicts with name of the CVS administration directory, `CVS'. + The work-around is to build the executable from a build directory separate + from the source directory. i.e.: + + cvs co ccvs; cd ccvs + mkdir build; cd build + ../configure && make + ------------------------------------------------------------------------------- Building from source code under Unix: