I am trying to integrate CVS to uVision2. The application note 179 describes how to do this (for uV3, but I think it should work for uV2 as well). A setup file is supplied. It is prepared for :pserver: access to CVS, which is also what I use. My problem is that I cannot do (for instance) a cvs edit command, because uV2 inserts the file names with absolute paths. cvsnt (with pserver access) does not allow for this. It works OK, if the file is placed in my local working directory, but most of my files are placed in sub-directories, or in other modules. Does anyone know how this can be fixed?
Hello, it was possible to integrate CVS in uVision2 included in the C51 v7.04 release: http://www.redacom.ch/images/stories/keil/uvision2-cvs-integration/ Possibly it will work with other uVision2 releases. Another nice way to work with CVS under Windows is http://www.wincvs.org/ and http://www.tortoisecvs.org/. Greetings, Christian