Changes between Version 36 and Version 37 of PLATFORM_INFRASTRUCTURE_OVERVIEW


Ignore:
Timestamp:
11/08/08 16:48:20 (17 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_INFRASTRUCTURE_OVERVIEW

    v36 v37  
    9494   
    9595 * Checkout the project repository 
    96   * From your OS: 
     96  *  From your OS: 
    9797   1. In a new empty folder choose "Create repository here" option 
    9898   1. Choose "SVN Checkout...". Enter the URL of the repository of the Sophie2 project. The URL is SVN://asteasolutions.net:7369/sophie2. 
    9999   1. Choose your checkout directory(sophie2-repo). It is set by default to be the empty folder in which you choose "SVN Checkout...". 
    100100   1. Write your username and password for the repo(take them from Milo). Now you have local project repository.  
    101  
     101  * Method B: For Mac/Linux: 
     102  1. Open Terminal 
     103  1. Open SVN, then choose SVN Repositories 
     104  1. use the command svn checkout SVN://asteasolutions.net:7369/sophie2 sophie2 
     105   
     106 Note: After you eventually import the project into Eclipse (see [wiki: PLATFORM_DEPLOYMENT_BUILD_ECLIPSE]), you can re-checkout the repository into the sophie2 project/workspace 
     107  
    102108 * Basic Functionality of Sublipse 
    103109  * Once you have created a project you can use Subclipse from the package explorer of your IDE. The files and directories that are under source control are noted with a symbol in the bottom right corner of the icon. Star(asterix) is used if the file is not synchronized with the repository and a yellow cylinder is used if the files match the repository structure. In the bottom left corner of the icon appears a red "x" if there are compilation errors in the code and a yellow "!" if there are warnings.