Bug 57997 - Project wide replace destroys symlinks
Summary: Project wide replace destroys symlinks
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-02 05:55 UTC by lament
Modified: 2003-05-03 02:09 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 lament 2003-05-02 05:55:18 UTC
Version:           3.0.0a4 (using KDE KDE 3.1)
Installed from:    RedHat RPMs
Compiler:          gcc 3.2.2 
OS:          Linux

Using the project wide replace tool on project files that are symlinks causes the link to be removed and replaced with the modified file. Only files that are not open in the editor are affected.

To reproduce:
- Add a file from a non-source directory to your target and choose the default option to create a symlink.
- Make sure the file is not open for editing.
- Use the project wide replace tool to modify something in the added file

Results:
- Symlink will be destroyed and replaced with the modified source

Expected results:
- Symlink should remain intact and the target file should be modified instead
Comment 1 Jens Dagerbo 2003-05-03 02:09:02 UTC
Fixed in CVS. Thanks for the report! :)