Changes between Version 1 and Version 2 of Obolete/Development/Code


Ignore:
Timestamp:
Mar 21, 2010, 10:39:16 AM (16 years ago)
Author:
loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obolete/Development/Code

    v1 v2  
    44* 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).
    55* You can check out the trunk (or head) version of the quattor software using the following command:
     6{{{
     7 $ svn co https://quattor.svn.sourceforge.net/svnroot/quattor/trunk quattor/trunk
     8}}}
    69
    7  $ svn co https://quattor.svn.sourceforge.net/svnroot/quattor/trunk quattor/trunk
     10You 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:
     11{{{
     12 $ svn co https://quattor.svn.sourceforge.net/svnroot/quattor/tags/ccm/1.2.3 quattor/tags/ccm/1.2.3
     13}}}
    814
    9 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 <tt>1.2.3</tt> of <tt>ccm</tt>, use the command:
    10 
    11  $ svn co https://quattor.svn.sourceforge.net/svnroot/quattor/tags/ccm/1.2.3 quattor/tags/ccm/1.2.3
    12 
    13 To avoid problems with the [[#quattor build tools|build tools]], we recommend you to check out repository directories with their '''original''' names, as in the examples above.
     15To 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.
    1416
    1517== Getting check-in access ==
    1618In 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:
    17 
    1819* sourceforge user name (if you don't have an account you can create one [http://sourceforge.net here])
    1920* reason for wanting to contribute code to quattor (e.g. module you are planning to contribute to)
    20 
    2121Once 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.
    2222
    2323== quattor build tools ==
    24 Most of the standard tasks performed by developers are included in the quattor build tools which are documented [[Quattor_Build_Framework|here]].
     24Most of the standard tasks performed by developers are included in the quattor build tools which are documented [wiki:Web/QuattorBuildFramework here].
    2525