Changes between Version 6 and Version 7 of Document/Development/SVN

Show
Ignore:
Timestamp:
12/21/11 16:24:35 (17 months ago)
Author:
jacalvo@… (IP: 95.18.185.76)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/SVN

    v6 v7  
    1 = SVN Access = 
    2  
    3 === Anonymous SVN Access (read-only) === 
    4  
    5 These are some quick instructions to get Zentyal source: 
    6  
    7 To fetch the complete repository for the project (not recommended due to its huge size): 
    8 {{{ 
    9 $ svn co http://svn.zentyal.org/zentyal/ 
    10 }}} 
    11  
    12 To fetch the last revision of the development version of Zentyal, also know as ''trunk'': 
    13 {{{ 
    14 $ svn co http://svn.zentyal.org/zentyal/trunk/ 
    15 }}} 
    16  
    17 === Authenticated SVN Access (with commit privileges) === 
    18  
    19 If you want to participate in the project you can send your patches to zentyal-devel@lists.zentyal.org. Contributors can ask for authenticated access to be setup for you in the same mailing list. See [wiki:Contribute Contribute page] for more details on how to get involved in the Zentyal project. 
     1[[redirect(wiki:Document/Development/GIT)]]