Al Boldi schreef:
Vincent Snijders wrote:
Al Boldi schreef:
Is there any specific reason you are stuck with 2.0.2 and can't
upgrade?  If it's a good reason, I can consider adding a IFDEF in the
code.
Well, when Vincent starts posting incremental updates, I may actually be
able to upgrade easily.
Are you referring to me? If so, what exactly are you talking about?

Sorry Vincent, but I thought you were the person responsible for packaging. I am currently on 2.0.2, and when wanting to upgrade to a new stable-release there should be a way to download only an incremental update like: 2.0.2-2.0.4.tgz and 2.0.4-2.2.0.tgz. Same goes for laz stable-releases.

I am of the people responsible for packaging Lazarus releases.

If you want incremental upgrades, I suggest you start using svn.

Start with
svn co http://svn.freepascal.org/svn/fpc/tags/release_2_0_2 fpc-release.

Then you could do an incremental update by (all on one line):
svn switch http://svn.freepascal.org/svn/fpc/tags/release_2_0_2 http://svn.freepascal.org/svn/fpc/tags/release_2_2_0 fpc-release

IMHO zipped incremental updates are impossible, because you cannot zip file removals.

Vincent

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

Reply via email to