View Issue Details

IDProjectCategoryView StatusLast Update
0004326ardourbugspublic2011-09-21 21:02
Reporternandinga Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformUbuntuOSLinuxOS VersionMaverick
Target Version3.0-beta1 
Summary0004326: Ambiguous file check should be aware of filesystem links
DescriptionI 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/

TagsNo tags attached.

Activities

cth103

2011-09-21 17:19

administrator   ~0011555

Should be fixed in SVN 10109.

nandinga

2011-09-21 21:02

reporter   ~0011561

Ahhh, graceful session opening... Fixed! Thx

Issue History

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