SVN Project Import

Step 2: Setting up the Example Project (with SVN)

Step 2.1: Adding the Example Repository (with SVN)

In the following, we will add the repository to our video-on-demand example model. To do so, click open perspective from the ‘Window’ menu and select ‘SVN Repository Exploring’, then click on the ‘Open’ Button (see Figure 1).

Fig. 1: Adding the Repository perspective

In this step, you should add the example repository by clicking on ‘New Repository Location’ from the ‘File’ menu and copy the repository URL (https://github.com/mohrndorf/revision-example.git). (ReVision currently only support SVN, so we have to import the Git repository via SVN.) At the end, click on ‘Finish’ button (see Figure 2).

Fig. 2: Setup the location of the repository
Step 2.2: Importing the Example Project (with SVN)

Now, it’s time to check out the example from the repository. To do so, right click on the project folder and select ‘Check Out’ from option menu (see Figure 3).

Fig. 3: Check-out the example project