RE: [Cppunit-devel] Help: renaming include/extensions/TestSetup.h to TestSetUp.h
Brought to you by:
blep
From: Bastiaan B. <bas...@li...> - 2001-06-11 11:55:32
|
Hi Baptiste, This looks like a server side problem. On my Linux box I could succesfully remove TestSetup.h, but a commit of the addition of TestSetUp.h gave: ccvs server: cannot add file `TestSetUp.h' when RCS file `/cvsroot/cppunit/cppunit/include/cppunit/extensions/TestSetUp.h,v' already exists cvs [server aborted]: correct above errors first! TestSetUp.h does not show up with a cvs update or in ViewCVS however. So this appears to be some corruption of the repository. In any case it is not a MSWindows specific bug. SourceForge folks should investigate further. (We can't since we don't have filesystem access to the repository). Can I leave reporting this in the SF bug tracker to you? Thanks, Bastiaan > -----Oorspronkelijk bericht----- > Van: Baptiste Lepilleur [mailto:gai...@fr...] > Verzonden: Monday, June 11, 2001 1:01 PM > Aan: Cpp Unit Develpment Mailing List > Onderwerp: [Cppunit-devel] Help: renaming > include/extensions/TestSetup.h > to TestSetUp.h > > > > I tried to rename TestSetup.h to TestSetUp.h for consistency > with the naming > scheme applied in CppUnit ( the setUp() method of TestCase ). > > When I tried to do this on Windows, I've got an error message > when commiting > the new TestSetUp file (that's why there is weird revisions there). > > Here is what I did: > - remove TestSetup.h > - commit > - added TestSetUp.h (Ok, til there) > - commit : got an error, can fstat TestSetup.h... > > I'd like someone to try this on a unix box (windows does not > differenciate > case). > > Don't worry about breaking anything, the file can't be > compiled anyway (I fixed > this, will be in my next commit). > > Thanks, > Baptiste. > > --- > Baptiste Lepilleur <gai...@fr...> > http://gaiacrtn.free.fr/index.html > Language: English, French > > _______________________________________________ > Cppunit-devel mailing list > Cpp...@li... > http://lists.sourceforge.net/lists/listinfo/cppunit-devel > |