Version: CVS (using KDE KDE 3.1.2) Installed from: Debian testing/unstable Packages OS: Linux Suppressing a file with automake manager suppress ALL the files in project (cvs -f remove -f), when: - choosing option "also remove from disk" (first dialog) - choosing answer "Yes" to "do you want to remove from CVS" ? Issues the command cvs -f remove -f
When the option "also remove from disk" is checked the files is deleted (ok) but then the URLUtil::extractPathNameRelative( baseDir, url ); will return an empty string because it checks for file existence (yeah, too robust function ;-). For now this extra check has been removed and the bug can be considered as fixed in CVS (this will probably force a re-link of several modules too ;-(.