Changes between Version 6 and Version 7 of ropp_repository
- Timestamp:
- 2008-09-15T09:20:21Z (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ropp_repository
v6 v7 1 1 == The ROPP Repository == 2 2 3 The whole ROPP development system is divided into three areas: 4 * '''ropp_src''' : deliverable code & supporting development system 5 * '''ropp_doc''' : user and project documentation 3 The whole ROPP development system is divided into four areas: 4 * '''ropp_src''' : Deliverable code & supporting development system 5 * '''ropp_bld''' : Configure & build support scripts, distro builder etc 6 * '''ropp_doc''' : User and project documentation 6 7 * '''ropp_test''' : Test Folder (test system and its results) 7 8 … … 18 19 {{{ 19 20 svn checkout https://svn.grassaf.org/ropp/ropp_src/trunk . 21 svn checkout https://svn.grassaf.org/ropp/ropp_bld/trunk . 20 22 svn checkout https://svn.grassaf.org/ropp/ropp_doc/trunk . 21 23 svn checkout https://svn.grassaf.org/ropp/ropp_test/trunk . 22 24 }}} 23 This will check out the source code, documentation, and test folder, respectively to the local working directory.25 This will check out the source code, build support, documentation, and test folder, respectively to the local working directory. 24 26 25 27