Version: 3.0.0b1 (using KDE 3.1.93 (CVS >= 20031028), (testing/unstable)) Compiler: gcc version 3.3.2 (Debian) OS: Linux (i686) release 2.4.22 Removing a file via CVS->Remove From Repository will remove it from the repository but won't delete its entry from the Makefile. One has to correct this manually. Regards, Alexander
Which kind of build tools do you use? Autotools Qmake ant ? Regardless of the build tool you use you should remove a file by using it's build tool GUI and not the CVS. By using for instance the Automake Mananger GUI (Autotools build tool GUI) You remove a file and then It asks you if you also want to remove it from cvs.
I use autotools as build tools. I remember right clicking onto a file in the file tree view of version 2.x and choosing "Remove From Repository (and disk)" removed the file and its entries from the Makefiles... If using the build tool GUI is the right way how to do it in Gideon, I'll try that. The only problem is, that I searched for this option and did not find it in the menus. Where is it located?
In the deatils view (rigth bottom window) you click on the file and the menu appears. Select remove. Read the chapter 12 of the user Manual
Ooops, there it is. Thanks!