Changes between Version 47 and Version 48 of DEVELOPMENT_OVERVIEW


Ignore:
Timestamp:
12/16/08 14:39:05 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DEVELOPMENT_OVERVIEW

    v47 v48  
    55This is a step-by-step tutorial for installing the tools used during Sophie2 development. [[BR]] 
    66 
    7 '''Accounts creation'''. In order to communicate with the team members, you must create the following accounts: 
    8   * Google groups: [http://groups.google.com/group/sophie2-devs Developers Mail Group], [http://groups.google.com/group/sophie2-users Users Mail Group]. You must have a gmail account to apply for a membership. 
     7'''Accounts creation'''. In order to communicate with team members, you must create the following accounts: 
     8  * Google groups: [http://groups.google.com/group/sophie2-devs Developers Mail Group], [http://groups.google.com/group/sophie2-users Users Mail Group]. You must have a gmail account to apply for membership. 
    99  * Skype account: provide it to our Human Resource Manager and you will be included in the group chat. 
    1010  * SVN/Trac accounts: ask someone from the team for these.[[BR]] 
     
    1313''Sophie'' ([http://sophieproject.cntv.usc.edu/]).[[BR]] 
    1414 
    15 '''SVN setup'''. Subversion (SVN) is the version control system that we use. On Windows you can use TortoiseSVN (download it from [http://tortoisesvn.net/download]). The official site of SVN is [http://subversion.tigris.org/]. There you can find SVN binaries for other OSs. You must install the Subversion client in order to continue to the next step[[BR]] 
     15'''SVN setup'''. Subversion (SVN) is the version control system that we use. On Windows you can use TortoiseSVN (download it from [http://tortoisesvn.net/download]). The official site of SVN is [http://subversion.tigris.org/]. There you can find SVN binaries for other OSs. You must install the Subversion client in order to continue to the next step.[[BR]] 
    1616 
    1717'''Repository setup'''. Once you have installed SVN, you can download the repository on your own machine. Basically, this means you will have your copy of the project. In Windows, just choose a folder on your drive, right click and select SVN Checkout. Further explanation for the repository links / structure / rules for committing can be found at [wiki:PLATFORM_STANDARDS_REPOSITORY]. Just before you continue to the next step, you should know how to submit a file to the repository (for example, your daily report).[[BR]]