Changes between Version 4 and Version 5 of Document/Development/SVN
- Timestamp:
- 12/27/10 10:41:59 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/SVN
v4 v5 6 6 Getting a list of all modules contained in a directory: 7 7 {{{ 8 $ svn list http://svn. ebox-platform.com/ebox-platform/trunk/client9 $ svn list http://svn. ebox-platform.com/ebox-platform/trunk/common8 $ svn list http://svn.zentyal.org/zentyal/trunk/client 9 $ svn list http://svn.zentyal.org/zentyal/trunk/common 10 10 }}} 11 11 12 12 Fetching the complete repository for the project (not recommended due to its size): 13 13 {{{ 14 $ svn co http://svn. ebox-platform.com/ebox-platform/14 $ svn co http://svn.zentyal.org/zentyal/ 15 15 }}} 16 16 17 17 Fetching the last revision of Zentyal server: 18 18 {{{ 19 $ svn co http://svn. ebox-platform.com/ebox-platform/trunk19 $ svn co http://svn.zentyal.org/zentyal/trunk 20 20 }}} 21 21