Changes between Version 26 and Version 27 of PLATFORM_INFRASTRUCTURE_OVERVIEW
- Timestamp:
- 10/03/08 14:25:41 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_INFRASTRUCTURE_OVERVIEW
v26 v27 88 88 89 89 90 90 91 === Eclipse Plug-ins === 91 92 ==== Subclipse ==== … … 96 97 97 98 * Deploying a project in a repository 98 1. From the SVN repository browser create a directory for the project in the trunk folder. 99 1. Right click/import/choose import directory/choose the files that should be imported (only the source files, no project settings). 100 1. The Sophie2 project is already imported, so this is only for reference. 99 See [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE] 101 100 102 101 * Checkout the project repository … … 105 104 1. Choose "SVN Checkout...". Enter the URL of the repository of the Sophie2 project. (the URL is SVN://TODO/sophie2 (the public IP if you intend to work from home) or SVN://asteasolutions.net:7369/sophie2 if you prefer the local IP address, best for the office computers). 106 105 1. Choose your checkout directory(sophie2-repo). It is set by default to be the empty folder in which you choose "SVN Checkout...". 107 1. Write your username and password for the repo(take them from Milo). Now you have local project repository. 108 109 * Importing a project under source control(SVN): 110 * In Eclipse: 111 1. Check out as a project configured using the New Project Wizard. (This way you can customize some project settings.) Finish. 112 1. Choose Java/Java Project/Next 113 1. Choose "Create project from existing source" button and browse to the trunk directory in repository with the project you want to open. 114 1. Next are the settings we have chosen for creating the project. We strongly recommend you use the same settings so that we could have same names while working. 115 116 Project name: sophie2-platform (it is important to be exactly the same name for now) 117 Use default JRE 118 Create separate folders for sources and classes files. 119 Finish. 106 1. Write your username and password for the repo(take them from Milo). Now you have local project repository. 120 107 121 108 * Basic Functionality of Sublipse