From: Rex J. <re...@lv...> - 2002-05-29 01:23:49
|
At 12:34 AM 5/29/02 +0200, you wrote: >I have some time to do a cleanup of our code base. Is everyone using the >latest MinGW release (gcc-3.1, w32api-1.4) ? If not, please upgrade >soon. I will throw out our old Windows API headers and use MinGW >whereever possible to have better code sharing with WINE. > >I will start reorganizing CVS like we discussed on this list. > >Any last words, before I begin? If the reorganization of the repository is going to involve a large number of files, we can backdoor it by moving directories in the repository. This of course will break old versions, which may not be a problem, but the version history will be preserved. Of course the ideal approach is to move the files the cvs way, that is, with add/remove pairs for each file and a commit with a reasonable commit indicating the move. Rex Jolliff re...@lv... |