[dim] dim-0.5.5-mv1

2009-12-10 Thread Marc Vertes

dim-0.5.5-mv1
  Merged dim-0.5.5-pb3.
  Wget() now sends data to coprocess in a sub-process to workaround a
  crash of busybox ash when nc exists due to end of HTTP-1.1 keepalive.
  The network part now works correctly under busybox.
--
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 add|del'.

  Files in the version directory are hard linked to the
  corresponding file in the clone directory.  After the user
  changes the contents of a file in the clone, either
 
  1. the hard link is preserved, and the change is detected by
-cnewer scanfile

  2. or the hard link is broken, and the change is detected by
-links 1

  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

  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-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-pb1

2009-11-24 Thread Philippe Bergheaud
dim-0.5.5-pb1
  Fixed a typo in 'dim export' for protocol rsync.
--
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

2009-11-22 Thread mvertes
dim-0.5.5
  dim-0.5.4-mv13 becomes dim-0.5.5
--
Archive: http://www.mail-archive.com/dim@ml.free.fr/
To unsubscribe: mailto:dim-requ...@ml.free.fr?subject=unsubscribe