Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3A765223.54D16DFC@ece.gatech.edu>
Date: Tue, 30 Jan 2001 00:33:23 -0500
From: Charles Wilson <cwilson@ece.gatech.edu>
X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Jeff Lu <jklcom@mindspring.com>
CC: cygwin@cygwin.com
Subject: Re: PAG file tends to get corrupted!
References: <NDBBIHPECLIGKCCLMACACEGECJAA.jklcom@mindspring.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Ummm...cvs-1.11.0-x does NOT use or create .pag files.  .pag/.dir files
(the standard filename endings for ndbm-style databases) do not work on
FAT drives, so I hacked cvs to use gdbm-style databases, and name them
"foo.db" (one file) and NOT "foo.pag/foo.dir" (two files).

You must be using an old version of cvs.  Carefully read the release
announcement of cvs-1.11.0-x in cygwin-announce for instructions on
upgrading from older version of cvs on cygwin (hint: you have to migrate
your .pag/.dir files using conv2gdbm).

--Chuck


Jeff Lu wrote:
> 
> I'm on version 1.1.6.1 and am having problem with gdbm functions.  When
> writing to the .pag file enough times the file tends to get corrupted.  It
> has something to do with record length and the length of the key I believe.
> 
> Has this problem been addressed in 1.1.7?
> 
> Thanks
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

