Al Boldi schreef:
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.


Ok. You can download your patch by (all on one line):
svn diff http://svn.freepascal.org/svn/fpc/tags/release_2_0_2 http://svn.freepascal.org/svn/fpc/tags/release_2_2_0 > ugrade.patch

Vincent

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

Reply via email to