Before we are able to start using the demos from the public Crank code repository we will first need to install a SVN client. To do so in Storyboard Designer we go to Help > Install New Software.
We use Subclipse as our SVN client. Click on Add and enter a name (we use "Subclipse" but you can use whatever name you want). For Location, enter https://subclipse.github.io/updates
to get the latest version and click OK.
There is no need for Maven so you can uncheck the option and click Next.
Review the details and click Next.
Accept the license agreements and click Finish.
Review the warning about unsigned software and click OK.
Restart Storyboard Designer to complete the Subclipse installation.
Now that Subclipse is installed we need to go to that perspective to add a repository.
Select SVN Repository Exploring and click OK.
To add a repository, right-click the SVN perspective window and select New > Repository Location.
Enter the Crank public code repository URL http://svn.cranksoftware.com/repo/storyboard/public
and click Finish. When you are prompted for login credentials use:
Username: storyboard
Password: crankrocks
You are now connected to the Crank Public Repository. By expanding the directories you can see the various demos available for checkout.
To checkout from the repository, right-click on the demo and select Checkout. After checkout in complete, click the Storyboard Development tab to see the application in your workspace.