Changes between Version 17 and Version 18 of Development
- Timestamp:
- 10/31/08 16:32:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development
v17 v18 9 9 == Source Code Repositories == 10 10 11 - 1.x main development branch (hg repository): http://lemon.cs.elte.hu/hg/lemon-main 12 - 1.0 branch (hg repository): http://lemon.cs.elte.hu/hg/lemon-1.0 13 - 1.x full repository (hg repository): http://lemon.cs.elte.hu/hg/lemon 11 - http://lemon.cs.elte.hu/hg/lemon 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}}}). 14 13 15 - 0.x series svn trunk: http://lemon.cs.elte.hu/svn/lemon/trunk 14 - http://lemon.cs.elte.hu/hg/lemon-main 15 This repository is equivalent with 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 17 - http://lemon.cs.elte.hu/hg/lemon-1.0:: 18 This is the repository of the 1.0 release branch, it is equivalent with http://lemon.cs.elte.hu/hg/lemon#1.0. You should use this if you want to fix a bug in LEMON 1.0. 19 20 - http://lemon.cs.elte.hu/svn/lemon/trunk 21 This is the svn trunk repository for the 0.x series. 16 22 17 23 == Useful Links ==