Changes between Version 6 and Version 7 of Obolete/Development/Code


Ignore:
Timestamp:
Mar 17, 2014, 3:43:54 PM (10 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obolete/Development/Code

    v6 v7  
    22[[TracNav]]
    33
    4 [[TOC(inline)]]
    5 
    6 Quattor is a [http://sourceforge.net/projects/quattor/ SourceForge project] and the source code for core modules is hosted in a SourceForge Subversion repository (details [https://sourceforge.net/svn/?group_id=221766 here]).
    7 * You can [http://quattor.svn.sourceforge.net/viewvc/quattor/ browse] the repository at the link "SVN Browse" on the "Code" tab on the quattor project page (link above).
    8 * You can check out the trunk (or head) version of the quattor software using the following command:
    9 {{{
    10  $ svn co https://quattor.svn.sourceforge.net/svnroot/quattor/trunk quattor/trunk
    11 }}}
    12 
    13 You will normally want to work with the trunk revision. However it is possible to check out a particular version of a module within the "tags" area of the repository; f.i., if you need the release `1.2.3` of `ccm`, use the command:
    14 {{{
    15  $ svn co https://quattor.svn.sourceforge.net/svnroot/quattor/tags/ccm/1.2.3 quattor/tags/ccm/1.2.3
    16 }}}
    17 
    18 To avoid problems with the [wiki:Web/QuattorBuildFramework build tools], we recommend you to check out repository directories with their '''original''' names, as in the examples above.
    19 
    20 == Getting check-in access ==
    21 In order to check in code, you first need to become a member of the quattor project. To do this, send an email to the mailing list [mailto:quattor-discuss@lists.sourceforge.net quattor-discuss@lists.sourceforge.net] with the following information:
    22 * sourceforge user name (if you don't have an account you can create one [http://sourceforge.net here])
    23 * reason for wanting to contribute code to quattor (e.g. module you are planning to contribute to)
    24 Once your account has been enabled for access, you can check in code using the quattor build tools (see below). You will be asked for your sourceforge user ID and password to authorise the check-in.
    25 
    26 == Quattor build tools ==
    27 Most of the standard tasks performed by developers are included in the Quattor build tools which are documented [wiki:Development/Build here].
    28 
     4Source code of Quattor is now hosted at [http://github.com/quattor GitHub].