| 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: | cvs | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.9.94 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Benjamin Piwowarski
2003-06-25 14:40:02 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 ;-(. |