(Linux) Arduino IDE shouldn't overwrite symlinks when saving [imported] #268
Labels
Type: Wontfix
Arduino has decided that it will not resolve the reported issue or implement the requested feature
Milestone
This is Issue 268 moved from a Google Code project.
Added by 2010-05-28T06:18:23.000Z by Matt.M...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium
Original description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I would expect that the linked file be updated. Instead, the link is
deleted, and is replaced by a regular file containing the updated sketch.
What version of the Arduino software are you using? On what operating
system? Which Arduino board are you using?
I am using Arduino 18, on 64-bit Ubuntu Linux.
Please provide any additional information below.
The code that handles this is the function saveFile() in Base.java. Having
Arduino preserve symlinks would be nice when testing alternate versions of
programs that are located in external version control systems.
The text was updated successfully, but these errors were encountered: