Difference between revisions of "Olena/PrcsBranches"

From LRDE

(Add the OlenaMenu on each Olena pages)
(Don't include the menu if the page is used included in another page)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{OlenaMenu}}
+
<noinclude>{{OlenaMenu}}</noinclude>
   
 
== Olena PRCS branches ==
 
== Olena PRCS branches ==
 
<br /> [[File:Olena-olena-branches.png]]
 
   
 
* '''oln''' : the main branch, resulting in the different releases
 
* '''oln''' : the main branch, resulting in the different releases
Line 36: Line 34:
 
<tt>./bootstrap.sh</tt>
 
<tt>./bootstrap.sh</tt>
   
Do not forget to [[Projects/ChangeLogs|write a ChangeLog]] before making any <tt>checkin</tt>.
+
Do not forget to [[ChangeLogs|write a ChangeLog]] before making any <tt>checkin</tt>.
   
   

Latest revision as of 15:04, 12 November 2014

Olena PRCS branches

  • oln : the main branch, resulting in the different releases
  • oln.features : features adding (Graphs...), Milena's features importation
  • oln.cleanup : cleaning and reorganization
  • oln.2003paradigm : switching from Inferior to Exact paradigm, and hierarchy modeling experiments


Branches State

  • oln : major version : 10
    next release : 0.10 (October 2003)
  • oln.features : stable. Wainting for tests before merging.
  • oln.cleanup : merged into main branch
  • oln.2003paradigm : merged into main branch

Olena PRCS HOWTO

The PRCS repository is in ~prcs/repository, you can set your PRCS_REPOSITORY environment variable to this. See Know.CvsAndPrcs to learn the basic PRCS commands.

The Olena project is saved as the PRCS project oln; do not confound with the olena PRCS projects, this latter is a very old version (it even predates Milena).

To check out Olena, do

prcs checkout oln

To check out a particuliar version or branch (here 2003paradigm), do

prcs checkout -r2003paradigm oln

The next step is to bootstrap the project to generate configuration scripts and other auto-generable data:

./bootstrap.sh

Do not forget to write a ChangeLog before making any checkin.