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: <39F54DDE.52D3FC7D@ece.gatech.edu> Date: Tue, 24 Oct 2000 04:52:46 -0400 From: "Charles S. Wilson" X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT sources DOT redhat DOT com Subject: [avail for test] cvs-1.11.0-1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cvs-1.11.0-1 is ready for testing at http://cygutils.netpedia.net/testing/cvs-1.11.0-1.tar.gz http://cygutils.netpedia.net/testing/cvs-1.11.0-1-src.tar.gz (not using sourceware for test releases -- it's hard for folks to get them from the private directories since they're not mirrored). Changes from 1.10.8-2 o updated to the 1.11 source o requires gdbm-1.8.0-3 o wrote new wrapper code, so that database access uses only a single gdbm-file, not two synchronized ndbm-style .pag/.dir files. Hopefully, this means that you can now host a repository on Win9x -- but I can't test that myself. WARNING WARNING WARNING WARNING This means that if you have been using cvs-1.10.8 previously on WinNT and have been hosting a local repository, you MUST convert the modules.pag/modules.dir and val-tags.pag/val-tags.dir files in ${CVSROOT}/CVSROOT (if they exist) to modules.db and val-tags.db. Use this script: #!/bin/sh cd ${CVSROOT}/CVSROOT conv2gdbm modules modules.db conv2gdbm val-tags val-tags.db Supposedly, conv2gdbm does not modify the 'source' database (foo.pag/foo.dir) -- but I'd make a backup if I were you. Installation: Download cvs-1.11.0-1.tar.gz and either: put it in an empty directory with setup.exe run setup (install from local directory) or unpack from '/': cd / && tar xvzf cvs-1.11.0-1.tar.gz You MUST also install gdbm-1.8.0-3 If you have never used cvs before -- please do some research before asking 'how-do-I' questions. Here's the really short version: export CVSROOT=/usr/local/src/CVS cvs init Comments eagerly solicited, Chuck Wilson -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com