RE: [OJB-developers] CVS
Brought to you by:
thma
From: Florian B. <bf...@fl...> - 2002-03-08 14:01:04
|
Hi Joachim, take a deep breath and relax. > 1.) Some files seem to have broken new-lines (they have _both_ > unix-style & > windows-style after each line, for example src/test/setup/db-setup.sql). > Most editors ignore this, unfortunately IDEA (which is my IDE of choice) > does not and puts a blank line between ech "real" line. They still work, > but it is quite disturbing. (I've also seen this problem on our internal > development CVS and I think it is caused by Eclipses' broken CVS > implementation, let's hope the new CVS-Tool in Eclipse does a better job). No, this is not the fault of CVS, but of the ScriptTool that is used for preprocessing the java files. This is already a known issue. > 2.) other files are marked as binary (sticky -kb tag), 'though they should > be text (-kkv) (i.e. src/test/ojb/repository_*.xml) True, but that can be fixed easily (cvs admin -kkv *.xml). > 3.) Some classes (namely those in ojb.tools.mapping.reversedb) depend on > gnu-regexp, which is not in the lib-directory This is recently contributed code that Thomas added to CVS a few days ago. He might have missed the gnu-regexp package. > 4.) i seriously doubt that ojb-1-0/build should be under cvs controll All the things you mentioned are not the fault of CVS or because of several people working concurrently, everything you described would have happened even if the project was not under CVS control. Human being make errors. But it is nothing that cannot be fixed. > > (now I understand why you closed down cvs, Thomas!) > And I hope it remains under CVS, it makes it a lot easier to contribute code. best regards, Florian |