Changes between Version 23 and Version 24 of Development
- Timestamp:
- 06/25/09 13:54:05 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development
v23 v24 12 12 This repository contains everything, both the main branch and the 1.0 release branch (and it will contain all further release branches). This is the repository you can browse from this web page. There is a pull-down menu for choosing a branch or a tagged revision (release 1.0 is tagged with {{{r1.0}}}). 13 13 14 - http://lemon.cs.elte.hu/hg/lemon-main :15 This repository is equivalent withhttp://lemon.cs.elte.hu/hg/lemon#default, i.e. it contains only the main development branch. For a mainline development, it is probably the best to use this repository.14 - http://lemon.cs.elte.hu/hg/lemon-main 15 This repository is equivalent to http://lemon.cs.elte.hu/hg/lemon#default, i.e. it contains only the main development branch. For a mainline development, it is probably the best to use this repository. 16 16 17 17 - [http://lemon.cs.elte.hu/hg/lemon-1.0][[BR]] 18 18 [http://lemon.cs.elte.hu/hg/lemon-1.1] 19 These are the release branches, they are equivalent withhttp://lemon.cs.elte.hu/hg/lemon#1.0 etc. You should use them if you want to fix a bug in a released version of LEMON.19 These are the release branches, they are equivalent to http://lemon.cs.elte.hu/hg/lemon#1.0 etc. You should use them if you want to fix a bug in a released version of LEMON. 20 20 21 21 - http://lemon.cs.elte.hu/svn/lemon/trunk 22 22 This is the svn trunk repository for the 0.x series. 23 24 == Projects based on LEMON == 25 26 - [http://lemon.cs.elte.hu/hg/lemon-contrib-template] 27 This is a template repository for any project using or extending LEMON. For more information see [wiki:ContribTemplate this page]. 28 23 29 24 30 == Useful Links ==