Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 1998 11:21:24 -0500 (CDT)
From:      "Matthew D. Fuller" <fullermd@futuresouth.com>
To:        Peter Wemm <peter@netplex.com.au>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Who broke the CVS repository? 
Message-ID:  <Pine.BSF.3.96.980604104914.377F-100000@shell.futuresouth.com>
In-Reply-To: <199806041526.XAA24813@spinner.netplex.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 4 Jun 1998, Peter Wemm wrote:

> This is important..  Move the file out of the way but keep a copy in case. 
>  Let cvsup grab a new copy.   If you've had local filesystem corruption, 
> the timestamps and size flags will be an exact match with the server so 
> it'll skip the file and no checksums will be exchanged (I think you can 
> force this, but it'll slow you down a lot for the update).
> 
> If you get a new corrupted copy, we're in trouble. :-]
> 
> Where are you getting the files from?  A mirror might be out of sync..  
> (Hmm, the master on freefall seems OK...)
Getting files from:
Name:    opus.cts.cwu.edu
Address:  198.104.92.71
Aliases:  cvsup.freebsd.org

I did try blowing it away and re-supping when first it happened, and did
that twice, to no avail.
Whoah....

OK, I resup, and it's fine; it's a nice RCS file.  I start the make
release, and it gets up to checking it out again and fails.  I'll read in
the new contents at the end of this mail, after my outrageously huge .sig,
along with the version that I get clean of a cvsup.
Something in the make seems to be doing funky things...


> Cheers,
> -Peter
> --
> Peter Wemm <peter@netplex.com.au>   Netplex Consulting


*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
|       FreeBSD; the way computers were meant to be       |
* "The only reason I'm burning my candle at both ends, is *
| that I haven't figured out how to light the middle yet."|
*    fullermd@futuresouth.com      :-}  MAtthew Fuller    *
|      http://keystone.westminster.edu/~fullermd          |
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*


/home/cvs/src/contrib/libg++/libg++/tests/tFile.inp,v after make release
----------------------
entities should be displayed\n"
    << "[X] displays the precision of a given value\n"
    << "[*] indicates that the full precision is not used for coding reasons\n";

  Fix a;		checkb("0 [16]",a);
  Fix b = .5;		checkb(".5 [16]",b);
  Fix c(17,-.5);	checkb("-.5 [17]",c);
  Fix d(33,.1);		checkb(".1 [33]",d);
  Fix e = c;		checkb("-.5 [17]",e);

  checkb(".3 [16]",a = .3);
  checkb(".5 [16]",a = b);
  checkb(".1 [16]",a = d);
  checkb(".1 [33*]",d = a);
  checkb("-.2 [17]",c = -.2);
  checkb("-.5 [17]",e);

  check(".1 [16] == .1 [33*]",a == d);
  d = .1;
  check(".1 [16] == .1 [33]",a == d);
  check(".1 [33] != .5 [16]",d != b);
  check(".1 [33] > .5 [16]",d > b);
  check(".1 [33] <= -.2 [17]",d <= c);

  e = .5;
  check("1073741824",mantissa(e).a

---------------------------

/home/cvs/src/contrib/libg++/libg++/tests/tFile.inp,v after cvsup
---------------------------
head	1.1;
branch	1.1.1;
access;
symbols
	RELENG_2_2_6_RELEASE:1.1.1.1
	RELENG_2_2_5_RELEASE:1.1.1.1
	RELENG_2_2_2_RELEASE:1.1.1.1
	RELENG_2_2_1_RELEASE:1.1.1.1
	RELENG_2_2_0_RELEASE:1.1.1.1
	RELENG_2_2:1.1.1.1.0.2
	RELENG_2_2_BP:1.1.1.1
	v2_7_2:1.1.1.1
	FSF:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.1
date	96.10.03.21.33.56;	author peter;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.10.03.21.33.56;	author peter;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@a
123 4567 89012
123.456 -1.2e-2
1 2 3 4 5
@


1.1.1.1
log
@Import of raw libg++-2.7.2, but in a very cut-down form.  There is still
a small amount of unused stuff (by the bmakefiles to follow), but it
isn't much and seems harmless enough.
@
text
@@

--------------------





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980604104914.377F-100000>