Re: [Cppunit-devel] Help: renaming include/extensions/TestSetup.h to TestSetUp.h
Brought to you by:
blep
From: Steve M. R. <ste...@vi...> - 2001-06-11 17:15:04
|
On Mon, Jun 11, 2001 at 06:19:50PM +0200, Baptiste Lepilleur wrote: > Quoting Baptiste Lepilleur <gai...@fr...>: > > Finally got the answer (Those guys are quick!). See > http://sourceforge.net/tracker/?func=detail&atid=200001&aid=432067&group_id=1. Yeah, but they didn't leave a return address! Grrr. > If I understood thing well, basically I should not try to rename while playing > with case on Windows. > > Could one of you rename the file ? I tried: no dice. I've added the following comment to your report on sourceforge. I assume it will get forwarded to Moorman? -S After Moorman's first followup, I looked at the archive again (using a linux CVS client). Neither file TestSetup.h nor TestSetUp.h appears when I checkout or update from the repository. Using "cvs stat", I see a repository revision for TestSetUp.h, but not for TestSetup.h. I created an empty TestSetUp.h file, did "cvs add", and attempted to commit it. This fails with same message mentioned in Baptiste's initial report (which was also from a linux system): steve@riemann{extensions}cvs commit -m '' cvs 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! steve@riemann{extensions} How about if you completely remove TestSetUp.h and TestSetup.h from the CVS repository, and we'll start over. (I have a copy of revision 1.4 that I can add back in) Thanks, -Steve (smr99) |