Skip to content

Welcome to our Knowledge Base

SVN

You are here:
< last topic

SVN

For those who are given access to an AQ project or AlgoQuant (AQ) itself in svn repository, you need a software to check out code from the source control. If you are a Windows user, we recommend you to use ​TortoiseSVN; if you are a Mac user, you may try ​Versions. The following instructions assume that you are a Windows user.

  1. Browse to a folder where you would like to save the project.
  2. Right click any empty space in Windows explorer to bring up the context sensitive menu.
  3. Hit “TortoiseSVN -> Repo-browser”.
  1. Type in the svn path given to you, e.g., the link in the picture shown below.

AQ Project

AlgoQuant

  1. Right click on “trunk”, and hit “Checkout”.
  1. Fill out the Checkout dialogue, and hit “OK”. This will start downloading the project to your chosen location.

You will need to use a Java IDE such as NetBeans or Eclipse to open the project. See the setup guide for an example.

When you open the blank AQ project, you will see this project in your NetBeans. There are two example classes already in the project for your reference. The dependencies on AlgoQuant and SuanShu and other 3rd party libraries are already set up. NetBeans (Maven) will automatically download these libraries for you.

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents