Getting the VTP Source Code from Subversion (SVN)

Warning

The source in SVN is hosted on the vtp Google Code site.  It will be very cutting-edge.  You might even catch it at a point where it will not build.  If you want something stable, you are encouraged to grab a source archive instead.

If you don't already know how to use SVN, see "GUI", below.

Command Line

To check out a working copy anonymously over HTTP:

svn checkout http://vtp.googlecode.com/svn/trunk/ vtp

GUI

There are many GUI Subversion clients.  On Windows, a popular one is Tortoise SVN.

The First Time

  1. Install Tortoise SVN. 
  2. Open a Windows Explorer, and find the folder where you want to put the source. 
  3. Right-click that folder and select "SVN Checkout..."
    The URL of the repository is http://vtp.googlecode.com/svn/trunk/
    Press OK.

After the First Time

  1. Open a Windows Explorer, and find the "vtp" folder which contains the source.
  2. Right-click that folder and select "SVN Update".

Online Browsing

You can also browse the VTP SVN repository in a web browser at the same URL,  http://vtp.googlecode.com/svn/trunk/