[Lazarus] Lazarus Make Parameters
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue May 22 13:16:12 CEST 2018
On Tue, 22 May 2018 11:44:30 +0200
Joe via Lazarus <lazarus at lists.lazarus-ide.org> wrote:
>[
> Until now, I only did Lazarus SVN CheckOut and Lazarus Make with Trunk.
> How to do it with 'Release' and 'Fix' Versions?
The same.
Just other svn URLs. For example:
The 1.8.2 release:
https://svn.freepascal.org/svn/lazarus/tags/lazarus_1_8_2
The fixes branch:
https://svn.freepascal.org/svn/svn/lazarus/branches/fixes_1_8
> Whats the exact difference between these versions?
http://wiki.lazarus.freepascal.org/Version_Numbering
> Are there more versions available than Trunk, Release and Fix?
These are the most important ones.
Sometimes developers create a branch to work on a big feature, which
is later merged.
You can use the svn list command:
svn list https://svn.freepascal.org/svn/lazarus/
Mattias
More information about the Lazarus
mailing list