CVS update [cvs1-11-x-branch]: /ccvs/

[email protected] 4 May 2005 02:35:17 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
Tag: cvs1-11-x-branch
User: dprice  
Date: 05/05/03 19:35:17

Modified:
 /ccvs/
  ChangeLog, INSTALL

Log:
 * INSTALL: Add footnote about compiling a CVS checkout of CVS on a
 case-insensitive UNIX file system like Mac OS X.

File Changes:

Directory: /ccvs/
=================

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/ChangeLog?r1=1.692.2.208&r2=1.692.2.209
Delta lines:  +5 -0
-------------------
--- ChangeLog	2 May 2005 20:06:30 -0000	1.692.2.208
+++ ChangeLog	4 May 2005 02:35:14 -0000	1.692.2.209
@@ -1,3 +1,8 @@
+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-02  Derek Price  <[email protected]>
 
 	* TODO (231): Renumber as...

File [changed]: INSTALL
Url: https://ccvs.cvshome.org/source/browse/ccvs/INSTALL?r1=1.144.2.16&r2=1.144.2.17
Delta lines:  +13 -1
--------------------
--- INSTALL	14 Apr 2004 20:56:32 -0000	1.144.2.16
+++ INSTALL	4 May 2005 02:35:15 -0000	1.144.2.17
@@ -182,7 +182,8 @@
 	IBM RS/6000 running AIX 4.3 (1.10.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)
+	Linux 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: