Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3A21BF67.2F470655@ece.gatech.edu> Date: Sun, 26 Nov 2000 20:56:55 -0500 From: "Charles S. Wilson" X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Jari Aalto CC: cygwin AT sourceware DOT cygnus DOT com Subject: Re: 2000-11-25 cygwin / CVS init fails on Win98 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit You do not have the latest version of CVS. The problem you report was fixed in version 1.10.0-1 of cvs, released about six weeks ago. The old version of cvs, which you are using, cannot create a repository on a FAT drive. Also, what's up with the wacky disk structure -- the cygwin stuff should be in the front of your path when you are running bash, or you are just asking for trouble. Also, don't mix & match toolkits. The reed-kotler programs do not understand cygwin mount points, so you can't trust rk-which. use the 'type' builtin command in cygwin-bash. For best results, you should probably mount your I: drive thusly: mkdir /i mount -b I: /i then, use this command (after having installed the new cvs) cvs -d :local:/i/data/version-control/cvsroot init (Actually, I do this: export CVSROOT=/i/data/version-control/cvsroot cvs init I don't think you really need to specify ":local:" ) --Chuck -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com