Any suggestion for a good repository place ?
Uh... the same place where it is now?
I figure that Sourceforge offers Subversion access now. I have never tried it, but they said they do. So you would expect they have a "convert your repository" button somewhere in the admin section.
If they don't, you'll have to run one of those cvs2svn conversion tools yourself (there is half a dozen of them available on the internet). It is quite harmless, worked nicely for the Code::Blocks repository.
But of course, you can also use BerliOS
Yiannis: Which tool was it we used back then?
good idea Thomas, but we have made a few changes to the code ...
If everything works as it should, that should even be not a problem. In theory, Subversion should simply merge our changes. However, I only experienced lately that merging isn't always working nicely :lol:
What do we need to change anyway, shouldn't it work out-of-the box, too?
From what I see while quickly scanning over the patch, it mostly changes include paths, registers one additional key event (for whatever it's good?), and replaces an awful lot of seemingly identical lines (--> changed indentation from tab to spaces?).
Is there no way we could get this to work otherwise?