Thread: 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 > |
From: Baptiste L. <gai...@fr...> - 2001-06-11 13:12:57
|
Quoting Bastiaan Bakker <bas...@li...>: > 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? I submitted this as bug #432067, under category "Shell/CVS accounts" (did not find any category relating to CVS directly). Thanks, Baptiste. --- Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html Language: English, French |
From: Baptiste L. <gai...@fr...> - 2001-06-11 16:19:55
|
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. 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 ? Thanks, Baptiste. > Quoting Bastiaan Bakker <bas...@li...>: > > > 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? > I submitted this as bug #432067, under category "Shell/CVS accounts" > (did not > find any category relating to CVS directly). > > 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 > --- Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html Language: English, French |
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) |
From: Bastiaan B. <bas...@li...> - 2001-06-11 18:00:04
|
"Steve M. Robbins" wrote: > 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. The tracker is they 'return address'. > > > > 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. > Me too. But I seem to have found a workaround by explicitly retrieving revision 1.4, locally removing the tag, update the tag, make some changes to the file and commit. Now there seems to an alive revision 1.6 in the repository. Please check! > > I've added the following comment to your report on sourceforge. > I assume it will get forwarded to Moorman? > Yup, that's the way it works. Bastiaan |
From: Steve M. R. <ste...@vi...> - 2001-06-11 18:06:44
|
On Mon, Jun 11, 2001 at 08:10:35PM +0200, Bastiaan Bakker wrote: > Me too. But I seem to have found a workaround by explicitly > retrieving revision 1.4, locally removing the tag, update the tag, > make some changes to the file and commit. Now there seems to an > alive revision 1.6 in the repository. Please check! Yup, it checks out. Neat trick! Thanks, -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 |
From: Baptiste L. <bl...@cl...> - 2001-06-11 18:52:10
|
Woaa!! I'll try not to do that soon again (for info, I was using WinCVS)... Well, I updated the extensions directory and got a new TestSetUp.h file. Thanks, Baptiste ----- Original Message ----- From: "Steve M. Robbins" <ste...@vi...> To: <cpp...@li...> Sent: Monday, June 11, 2001 8:06 PM Subject: Re: [Cppunit-devel] Help: renaming include/extensions/TestSetup.h to TestSetUp.h > On Mon, Jun 11, 2001 at 08:10:35PM +0200, Bastiaan Bakker wrote: > > > Me too. But I seem to have found a workaround by explicitly > > retrieving revision 1.4, locally removing the tag, update the tag, > > make some changes to the file and commit. Now there seems to an > > alive revision 1.6 in the repository. Please check! > > Yup, it checks out. > Neat trick! > > Thanks, > -Steve --- Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html Author of The Text Reformatter, a tool for fanfiction readers and writers. Language: English, French (Well, I'm French). |