Changes between Version 6 and Version 7 of ropp_repository


Ignore:
Timestamp:
2008-09-15T09:20:21Z (16 years ago)
Author:
Dave Offiler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ropp_repository

    v6 v7  
    11== The ROPP Repository ==
    22
    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
     3The 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
    67 * '''ropp_test'''  : Test Folder (test system and its results)
    78 
     
    1819{{{
    1920svn checkout https://svn.grassaf.org/ropp/ropp_src/trunk .
     21svn checkout https://svn.grassaf.org/ropp/ropp_bld/trunk .
    2022svn checkout https://svn.grassaf.org/ropp/ropp_doc/trunk .
    2123svn checkout https://svn.grassaf.org/ropp/ropp_test/trunk .
    2224}}}
    23 This will check out the source code, documentation, and test folder, respectively to the local working directory.
     25This will check out the source code, build support, documentation, and test folder, respectively to the local working directory.
    2426
    2527