[dim] Re: dim-0.5.5-pb3

2009-11-26 Thread mvertes
- "Philippe Bergheaud" a écrit : > For symlinks, we cannot use the hard link trick, because > hardlinking symlinks is not portable. We have to use an > absolute scan each time: > find versiondir -type l Hardlinks between clone and version have an other general limitation, the

[dim] dim-0.5.5-pb2

2009-11-26 Thread Philippe Bergheaud
dim-0.5.5-pb2 Symlink support limited to dim {add,del,diff}. Index update is the only supported feature. Work in progress - Do not use this version! -- Archive: http://www.mail-archive.com/dim@ml.free.fr/ To unsubscribe: mailto:dim-requ...@ml.free.fr?subject=unsubscribe

[dim] dim-0.5.5-pb4

2009-11-26 Thread Philippe Bergheaud
dim-0.5.5-pb4 Symlink support for 'dim {diff,ldiff,wdiff}'. Work in progress - Do not use this version! -- Archive: http://www.mail-archive.com/dim@ml.free.fr/ To unsubscribe: mailto:dim-requ...@ml.free.fr?subject=unsubscribe

[dim] dim-0.5.5-pb3

2009-11-26 Thread Philippe Bergheaud
dim-0.5.5-pb3 Fixed a bug in update_sum() for symlinks. To find regular file changes, we use the following expression: find versiondir -type f '(' -cnewer scanfile -o -links 1 ')' The empty file scanfile stores the time of the last scan. The version directory is maintained by 'dim