Working with SVN

Last Updated February 23, 2011
 
ODeV.html

The ODeV Idea > Working with SVN

The Source Code Repository


All components and demo code are hosted on SVN repository and are available for free under the term of the GNU General Public License v3. Follow these steps to acces the repository and download the firmware components:

  1. Open the SVN Repository Exploring perspective from the Window > Open Perspective meun.

  2. If the STF12.net repository location is not in the SVN Repositories view, press the New Repository Location button in the SVN Repository view to add a new repository.




  1. The New Repository Location dialog is displayed.

  2. Type the repository URL in the URL field: http://stf12.googlecode.com/svn/ and press the Finish button.

  3. Now Eclipse is connected to the repository and the repository structure is showed in the SVN Repository view.



The latest tested version of all components is available for download are in the trunk folder of the repository, the others folders are used for development.

To build a demo a need to obtain (check out) all needed component. Before checking out a component check that the Project > Build Automatically menu command is not flagged to avoid extra and time consuming build operation are performed each time a component is checked out.

Select the a component and right click it to open the contextual menu. From the contextual menu click the Check Out command.

Now, going back to the C/C++ perspective. The Project Explorer view now look like in the following picture.


You have all source code in your workspace.