Changes between Version 21 and Version 22 of SCS_WIKI_MAINTENANCE_R2


Ignore:
Timestamp:
12/20/08 14:43:23 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_WIKI_MAINTENANCE_R2

    v21 v22  
    7474 * Repository documents are now gathered and structured in [wiki:PLATFORM_STANDARDS_REPOSITORY], that was part of another task 
    7575 * Remove the overlapping information from  [wiki:PROCESS], [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW] and etc. if possible (due to the little effort of this revision) 
     76 * Move the following part from [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW] to [wiki:PLATFORM_STANDARDS_REPOSITORY] and create link in [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW]. 
     77{{{ 
     78==== Deploying a project in a repository ====   
     79 * Checkout the project repository 
     80  *  In Windows: 
     81   1. Right-click in a new empty folder and choose "Create repository here" option from the TortoiseSVN submenu. 
     82   1. Choose "SVN Checkout...". Enter the URL of the repository of the Sophie2 project. The URL is SVN://asteasolutions.net:7369/sophie2. 
     83   1. Choose your checkout directory(sophie2-repo). It is set by default to be the empty folder in which you choose "SVN Checkout...". 
     84   1. Write your username and password for the repo. Now you have local project repository. 
     85  * In Mac/Linux: 
     86   1. Open Terminal 
     87   1. use the command svn checkout SVN://asteasolutions.net:7369/sophie2 sophie2 
     88 
     89Build the project in Eclipse by following the instructions on the [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE Eclipse Integration] page. 
     90}}} 
     91 
    7692 * Rename [wiki:TESTING] to [wiki:PLATFORM_STANDARDS_AUTO_TESTS] 
    7793  * content of [wiki:TESTING] must be moved to [wiki:PLATFORM_STANDARDS_AUTO_TESTS]