Bug 60349 - Suppressing a file with automake manager suppress all the files in project (when using "remove from CVS")
Summary: Suppressing a file with automake manager suppress all the files in project (w...
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: cvs (show other bugs)
Version: 0.9.94
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-25 14:40 UTC by Benjamin Piwowarski
Modified: 2010-12-16 19:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ;-(.