COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of LemonRepos


Ignore:
Timestamp:
10/06/09 07:38:58 (15 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LemonRepos

    v1 v1  
     1= Source Code Repositories =
     2
     3The current development is managed using the [http://www.selenic.com/mercurial/ Mercurial revision control system].
     4The main repositories are the followings.
     5
     6== Core LEMON repositories ==
     7
     8 - http://lemon.cs.elte.hu/hg/lemon
     9     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}}}).
     10
     11 - http://lemon.cs.elte.hu/hg/lemon-main
     12     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.
     13
     14 - [http://lemon.cs.elte.hu/hg/lemon-1.0][[BR]]
     15   [http://lemon.cs.elte.hu/hg/lemon-1.1]
     16     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.
     17
     18== Associated projects ==
     19 - [http://lemon.cs.elte.hu/hg/lemon-project-template]
     20     This is a template repository for any project using or extending LEMON. For more information see [wiki:ProjectTemplate this page].
     21 - [http://lemon.cs.elte.hu/hg/glemon] a graphical `.lgf` file editor.
     22 - [http://lime.cs.elte.hu/~alpar/hg/hgwebdir.cgi/pylemon/] a Language Binding for [http://python.org Python]. It is still in its infancy, to say the least.
     23== Old stuff ==
     24 - http://lemon.cs.elte.u/svn/lemon
     25     This is the SVN trunk repository of the 0.x series. For historical purposes only.