Changes between Version 36 and Version 37 of PLATFORM_INFRASTRUCTURE_OVERVIEW
- Timestamp:
- 11/08/08 16:48:20 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_INFRASTRUCTURE_OVERVIEW
v36 v37 94 94 95 95 * Checkout the project repository 96 * From your OS:96 * From your OS: 97 97 1. In a new empty folder choose "Create repository here" option 98 98 1. Choose "SVN Checkout...". Enter the URL of the repository of the Sophie2 project. The URL is SVN://asteasolutions.net:7369/sophie2. 99 99 1. Choose your checkout directory(sophie2-repo). It is set by default to be the empty folder in which you choose "SVN Checkout...". 100 100 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 102 108 * Basic Functionality of Sublipse 103 109 * 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.