Bug 60349

Summary: Suppressing a file with automake manager suppress all the files in project (when using "remove from CVS")
Product: [Developer tools] kdevplatform Reporter: Benjamin Piwowarski <bpiwowar>
Component: cvsAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.9.94   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Benjamin Piwowarski 2003-06-25 14:40:02 UTC
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
Comment 1 Mario Scalas 2003-06-25 19:19:12 UTC
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 ;-(.