74 | | * Checkout the project repository |
75 | | * In Windows: |
76 | | 1. Right-click in a new empty folder and choose "Create repository here" option from the TortoiseSVN submenu. |
77 | | 1. Choose "SVN Checkout...". Enter the URL of the repository of the Sophie2 project. The URL is SVN://asteasolutions.net:7369/sophie2. |
78 | | 1. Choose your checkout directory(sophie2-repo). It is set by default to be the empty folder in which you choose "SVN Checkout...". |
79 | | 1. Write your username and password for the repo. Now you have local project repository. |
80 | | * In Mac/Linux: |
81 | | 1. Open Terminal |
82 | | 1. use the command svn checkout SVN://asteasolutions.net:7369/sophie2 sophie2 |
83 | | |
84 | | Build the project in Eclipse by following the instructions on the [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE Eclipse Integration] page. |
85 | | |
86 | | |
| 74 | Information about deploying a project in the repository you can find at [wiki:PLATFORM_STANDARDS_REPOSITORY#Deploying] |