Changes between Initial Version and Version 1 of ContributingToMondoRescue


Ignore:
Timestamp:
Jan 29, 2010, 5:46:47 PM (14 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ContributingToMondoRescue

    v1 v1  
     1In order to contribute to !MondoRescue, you have multiple ways:
     2
     3 * First, edit the [http://trac.mondorescue.org Wiki] and improve its content
     4 * Second send patches on the !MondoRescue [mondo-devel_at_lists.sourceforge.net Mailing-List] to get them discussed, approved and applied.
     5 * Third, once you've proved your ability to provide good patches, ask to become official contributor by sending your public SSH key to the {mailto:bruno_at_mondorescue.org maintainer]
     6 * Once accepted as maintainer, you can access to the repository in write mode using the following CLI:
     7{{{
     8$ mkdir mondorescue
     9$ cd mondorescue
     10$ svn co svn+ssh://mondorescue@mondo.hpintelco.org/branches .
     11$ svn co svn+ssh://mondorescue@mondo.hpintelco.org/devel .
     12}}}
     13
     14Not that currently, the stable branche is 2.2.9 (which is then declined into 2.2.9.1, 2.2.9.2 - tags available as well)
     15If you modify 2.2.9, please also apply your modification to the next branch, 2.2.10 at the moment.
     16
     17A third tree (devel) is usedd for experimental stuff on mondorescue, including the perl rewrite, and shouldn't be used for the moment.
     18A fourth tree (trunk) was an attempt to rewrite mondorescue to only use dynamic memory allocation. Most of that work is now in 2.2.10 and it should be considered dormant.