Changes between Version 9 and Version 10 of ContributingToMondoRescue


Ignore:
Timestamp:
Oct 1, 2013, 8:55:29 AM (11 years ago)
Author:
Bruno Cornec
Comment:

Document read access through SVN

Legend:

Unmodified
Added
Removed
Modified
  • ContributingToMondoRescue

    v9 v10  
    22
    33 * First, edit the [http://trac.mondorescue.org Wiki] and improve its content
    4  * Second send patches on the !MondoRescue [mailto:mondo-devel_at_lists.sourceforge.net Mailing-List] to get them discussed, approved and applied.
     4 * Second send patches on the !MondoRescue [mailto:mondo-devel_at_lists.sourceforge.net Mailing-List] to get them discussed, approved and applied. You can have access to the repository in read mode using the following CLI:
     5{{{
     6$ mkdir mondorescue
     7$ cd mondorescue
     8$ mkdir branches
     9$ cd branches
     10$ svn co svn://svn.mondorescue.org/mondorescue/branches .
     11}}}
     12
    513 * 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]
    614 * Once accepted as maintainer, you can have access to the repository in write mode using the following CLI:
     
    1018$ mkdir branches
    1119$ cd branches
    12 $ svn co svn+ssh://mondorescue@mondo.hpintelco.net/branches .
     20$ svn co svn://mondorescue@svn.mondorescue.org/branches .
    1321$ cd ..
    1422$ mkdir devel