[OJB-developers] CVS
Brought to you by:
thma
From: <Joa...@tp...> - 2002-03-08 13:10:49
|
Hy, the CVS repository seems somewhat ... let's say chao^H^H^Hreative ... I had several problems when checking out from CVS: 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). 2.) other files are marked as binary (sticky -kb tag), 'though they should be text (-kkv) (i.e. src/test/ojb/repository_*.xml) 3.) Some classes (namely those in ojb.tools.mapping.reversedb) depend on gnu-regexp, which is not in the lib-directory 4.) i seriously doubt that ojb-1-0/build should be under cvs controll (now I understand why you closed down cvs, Thomas!) btw, shouldn't the tests-target in build.xml depend on main? Normally this isn't a problem, as you use it primarily after some coding & compiling, but I just tripped over it ... regards Joachim Sauer |