Vincent Snijders wrote:
> IMHO zipped incremental updates are impossible, because you cannot zip
> file removals.

I think you can, like this:
diff -ruNp file.pas /dev/null > file.diff
patch < file.diff 

This removes the file.


Thanks!

--
Al



_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to