public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: cvs-1.11.6-3 [Requires cygwin-1.5.3+]
@ 2003-09-05  5:23 Charles Wilson
  2003-09-05 18:57 ` Shankar Unni
  2003-09-06 17:05 ` Reini Urban
  0 siblings, 2 replies; 5+ messages in thread
From: Charles Wilson @ 2003-09-05  5:23 UTC (permalink / raw)
  To: cygwin

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!! WARNING WARNING WARNING WARNING !!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

There has been a CHANGE in the on-disk format
of gdbm database files, due to the cygwin-1.3.22--cygwin-1.5.x
32bit--64bit transition.  This affects all programs which
use gdbm -- including cvs.  You MUST update your on-disk
databases immediately after updating to

   cvs-1.11.6-3
   libgdbm4-1.8.3-7

To do this, use the 'convert-gdbm' script included in the
gdbm-1.8.3-7 and newer packages:

   today=`date +%Y%m%d`
   cd ${CVSROOT}/CVSROOT
   cp modules.db modules.db.${today}
   cp val-tags.db val-tags.db.${today}
   convert-gdbm modules.db
   convert-gdbm val-tags.db

(If you have been using the test versions of gdbm and cvs, and have 
already updated your databases, there is no need to do so again)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!! WARNING WARNING WARNING WARNING !!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

CVS is the 'Concurrent Versioning System', a widely-used package for 
maintianing revision histories of source code.  This port is based on 
the official cvs-1.11.6 release, and requires that libgdbm4-1.8.3-7 be 
installed as well.

This release is built against the cygwin-1.5.x kernel; it will not work 
with 1.3.22.

CHANGES:

* updated to the latest release
* compiled against cygwin-1.5.2 kernel
* documentation moved to /usr/share/*

-- 
Charles Wilson
cvs volunteer maintainer for cygwin

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

               *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.









--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCEMENT] Updated: cvs-1.11.6-3 [Requires cygwin-1.5.3+]
  2003-09-05  5:23 [ANNOUNCEMENT] Updated: cvs-1.11.6-3 [Requires cygwin-1.5.3+] Charles Wilson
@ 2003-09-05 18:57 ` Shankar Unni
  2003-09-06  2:55   ` Charles Wilson
  2003-09-06 17:05 ` Reini Urban
  1 sibling, 1 reply; 5+ messages in thread
From: Shankar Unni @ 2003-09-05 18:57 UTC (permalink / raw)
  To: cygwin

Charles Wilson wrote:
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> !!!!! WARNING WARNING WARNING WARNING !!!!!
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> 
> There has been a CHANGE in the on-disk format
> of gdbm database files, due to the cygwin-1.3.22--cygwin-1.5.x
> 32bit--64bit transition.  

Umm - all this is only for people who
(a) Are running a CVS repository using the Cygwin cvs as the server, *and*
(b) Have DBM-style admin files.

Right? (I.e. people using the cygwin cvs as only a client shouldn't have
to worry..)



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCEMENT] Updated: cvs-1.11.6-3 [Requires cygwin-1.5.3+]
  2003-09-05 18:57 ` Shankar Unni
@ 2003-09-06  2:55   ` Charles Wilson
  0 siblings, 0 replies; 5+ messages in thread
From: Charles Wilson @ 2003-09-06  2:55 UTC (permalink / raw)
  To: Shankar Unni; +Cc: cygwin

Shankar Unni wrote:

> Charles Wilson wrote:
> 
>>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
>>!!!!! WARNING WARNING WARNING WARNING !!!!!
>>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
>>
>>There has been a CHANGE in the on-disk format
>>of gdbm database files, due to the cygwin-1.3.22--cygwin-1.5.x
>>32bit--64bit transition.  
> 
> 
> Umm - all this is only for people who
> (a) Are running a CVS repository using the Cygwin cvs as the server, *and*
> (b) Have DBM-style admin files.
> 
> Right? (I.e. people using the cygwin cvs as only a client shouldn't have
> to worry..)

Yes, you are correct.  I should have been more clear.  I will reply (to 
myself :-)  on the cygwin-announce list to clarify that point.  Thanks.

--
Chuck



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCEMENT] Updated: cvs-1.11.6-3 [Requires cygwin-1.5.3+]
  2003-09-05  5:23 [ANNOUNCEMENT] Updated: cvs-1.11.6-3 [Requires cygwin-1.5.3+] Charles Wilson
  2003-09-05 18:57 ` Shankar Unni
@ 2003-09-06 17:05 ` Reini Urban
  2003-09-07  8:23   ` Charles Wilson
  1 sibling, 1 reply; 5+ messages in thread
From: Reini Urban @ 2003-09-06 17:05 UTC (permalink / raw)
  To: cygwin

Charles Wilson schrieb:
> CVS is the 'Concurrent Versioning System', a widely-used package for 
> maintianing revision histories of source code.  This port is based on 
> the official cvs-1.11.6 release, and requires that libgdbm4-1.8.3-7 be 
> installed as well.

What about an official Exp package of the current cvs-1.12 sources?
I prefer that and built it by myself.
-- 
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCEMENT] Updated: cvs-1.11.6-3 [Requires cygwin-1.5.3+]
  2003-09-06 17:05 ` Reini Urban
@ 2003-09-07  8:23   ` Charles Wilson
  0 siblings, 0 replies; 5+ messages in thread
From: Charles Wilson @ 2003-09-07  8:23 UTC (permalink / raw)
  To: cygwin

Reini Urban wrote:

> What about an official Exp package of the current cvs-1.12 sources?
> I prefer that and built it by myself.

I don't have time to maintain two parallel lines of development for cvs. 
  As far as I'm concerned, when 1.11.7 (stable) is released by cvs home, 
then cygwin's test distribution will be 1.11.7-1 for a while.  Not 1.12.x.

Sorry.

--
Chuck


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-09-07  8:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-05  5:23 [ANNOUNCEMENT] Updated: cvs-1.11.6-3 [Requires cygwin-1.5.3+] Charles Wilson
2003-09-05 18:57 ` Shankar Unni
2003-09-06  2:55   ` Charles Wilson
2003-09-06 17:05 ` Reini Urban
2003-09-07  8:23   ` Charles Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).