Changes between Version 4 and Version 5 of Document/Development/SVN

Show
Ignore:
Timestamp:
12/27/10 10:41:59 (2 years ago)
Author:
jacalvo@… (IP: 87.223.140.236)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/SVN

    v4 v5  
    66Getting a list of all modules contained in a directory: 
    77{{{ 
    8 $ svn list http://svn.ebox-platform.com/ebox-platform/trunk/client 
    9 $ svn list http://svn.ebox-platform.com/ebox-platform/trunk/common 
     8$ svn list http://svn.zentyal.org/zentyal/trunk/client 
     9$ svn list http://svn.zentyal.org/zentyal/trunk/common 
    1010}}} 
    1111 
    1212Fetching the complete repository for the project (not recommended due to its size): 
    1313{{{ 
    14 $ svn co http://svn.ebox-platform.com/ebox-platform/ 
     14$ svn co http://svn.zentyal.org/zentyal/ 
    1515}}} 
    1616 
    1717Fetching the last revision of Zentyal server: 
    1818{{{ 
    19 $ svn co http://svn.ebox-platform.com/ebox-platform/trunk 
     19$ svn co http://svn.zentyal.org/zentyal/trunk 
    2020}}} 
    2121