Bug 150838 - over-writing existing files when adding other existing files with the same name, without a warning!
Summary: over-writing existing files when adding other existing files with the same na...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.4.1
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-14 20:59 UTC by ferar achkar
Modified: 2007-10-18 00:49 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 ferar achkar 2007-10-14 20:59:46 UTC
Version:           3.4.1 (using KDE KDE 3.5.7)
Installed from:    Fedora RPMs
Compiler:          gcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-13) 
OS:                Linux

let me explain with an example:
say, I added some existing .cpp files from one directory, and where one of the files under that directory has the name 'minc_opengl.cpp'.
later when I add the contents of another directory, that happen to contain the same file name 'minc_opengl.cpp' but of course with different code in it, I end-up with only one file 'minc_opengl.cpp' of the latest directory (and later of course many linking problems).
I think there should be a warning of some kind to let me know about such situations (very common in large projects).
Comment 1 Andreas Pakulat 2007-10-18 00:49:02 UTC
This was fixed today in revision 726520.