Downloading The Source Art

 

Real-time work in progress REPO

We use dropbox as a real-time way to share our current art progress, you can view it at

https://www.dropbox.com/sh/m8e4szznb40qdfm/0sTXo9zSjE

If you are intrested in contributing please let us know and we will send you an account with write access.

 

Prerequisites

You must have a Subversion client installed before you can use it. (Although you can theoretically download files without Subversion, this would mean tediously downloading each individual file manually.) The recommended software is the official Subversion client, available from the Subversion project page. Note that this client uses a command-line interface, which the instructions below use. Alternatively, you can get subversioning software with a graphical user interface such as TortoiseSVN.

 

Download

To download from the latest art SVN repository use the url: http://patch.tempestintheaether.org/tita-art/ (recommended). To get the legacy SVN art reposiroty use the url: http://72.37.220.60/repos (not recommended) enter the following command from the command-line in the directory you wish to download to:

svn checkout http://patch.tempestintheaether.org/tita-art

You can also checkout a subfolder by using a sub-url such as to get the interface items only, use this line:

svn checkout http://patch.tempestintheaether.org/tita-art/database/interfaces/

Using TortoiseSVN

TortoiseSVN is a convenient SVN client for Windows that integrates with Windows Explorer.

  • Go to Windows Explorer (hit WIN+E or right-click on the Start button and click Explore), and create a new folder in a location of your choice. You may want to name it something like "TitA Art Repository."
  • Right click on that folder and TortoiseSVN -> Create repository here.
  • Right click on that folder again and click SVN Checkout; DO NOT CLICK "IMPORT".
  • For the "URL of repository," put http://patch.tempestintheaether.org/tita-art
  • The checkout directory should automatically populate to the TitA subfolder of your repository folder.
  • Click OK.

 

Upgrading to the Latest Version

Upgrading between releases with SVN is simple. If you have direct access to the command-line on the server, you can enter the commands below directly; alternatively, you can maintain a copy on a local machine and upload updated versions to the server.

To upgrade to the latest art, simply use the command below in the root of the installation directory.

svn update