View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004326 | ardour | bugs | public | 2011-09-20 20:57 | 2011-09-21 21:02 |
| Reporter | nandinga | Assigned To | cth103 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Ubuntu | OS | Linux | OS Version | Maverick |
| Target Version | 3.0-beta1 | ||||
| Summary | 0004326: Ambiguous file check should be aware of filesystem links | ||||
| Description | I have my Ardour default session folder on a path that follows a soft link (in fact two). This triggers the "Ambiguous file" dialog for every resource of all sessions every time I open it. For every dialog, both paths offered in fact land on the same file, so the question is irrelevant. A solution is to check the inodes on all files on the list, and if all are the same, use the first path or the same path of the session. My exact case: This are the 2 paths offered (cf5 is the session folder) $ ls -di /mnt/data/docs/Creativa/Musica/Ardour/cf5/ 508042 /mnt/data/docs/Creativa/Musica/Ardour/cf5/ $ ls -di /home/nando/ArdourProjects/cf5/ 508042 /home/nando/ArdourProjects/cf5/ These are the links $ ls -ld ArdourProjects Documents lrwxrwxrwx 1 nando nando 33 2011-08-08 00:29 ArdourProjects -> Documents/Creativa/Musica/Ardour/ lrwxrwxrwx 1 nando nando 15 2011-05-17 16:02 Documents -> /mnt/data/docs/ | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-09-20 20:57 | nandinga | New Issue | |
| 2011-09-20 22:17 | cth103 | cost | => 0.00 |
| 2011-09-20 22:17 | cth103 | Target Version | => 3.0-beta1 |
| 2011-09-21 17:19 | cth103 | Note Added: 0011555 | |
| 2011-09-21 17:19 | cth103 | Status | new => resolved |
| 2011-09-21 17:19 | cth103 | Resolution | open => fixed |
| 2011-09-21 17:19 | cth103 | Assigned To | => cth103 |
| 2011-09-21 21:02 | nandinga | Note Added: 0011561 | |
| 2011-09-21 21:02 | nandinga | Status | resolved => closed |