Re: [Cppunit-devel] CVS missing TestAssert.cpp
Brought to you by:
blep
From: Steve M. R. <ste...@vi...> - 2001-05-15 20:47:24
|
On Tue, May 15, 2001 at 10:48:52PM +0200, Bastiaan Bakker wrote: > "Steve M. Robbins" wrote: > > > Hi, > > > > I pulled down the CVS from sourceforge, and discovered that > > someone forgot to "cvs add src/cppunit/TestAssert.cpp"! > > > > Grrr, you're right. It has been added now. Thanks. > The funny thing is that it did end up in the 1.5.5 dist, because the > file was included in Makefile.am :-). Yeah, I know. That's how I got the CVS sources to compile! :-) It's a common mistake. I do it all the time. By the way, one way to reduce the probability of this is to use .cvsignore files everywhere. Then the output of "cvs -n update" is useful: it shows you all the (M)odified, (A)dded-but-not-commited and (?)unknown files in your checked-out sources. Regards, -Steve -- by Rocket to the Moon, by Airplane to the Rocket, by Taxi to the Airport, by Frontdoor to the Taxi, by throwing back the blanket and laying down the legs ... - They Might Be Giants |