My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Getting_the_last_SVN_version  
How to get the latest development version
Updated Feb 4, 2010 by dulld...@gmail.com

How to get the latest development version

Step 1 - Install a SVN client of your choice

Windows: Tortoise http://tortoisesvn.net/downloads

Mac: Versions http://www.versionsapp.com

More info: http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients

Step 2 - Do a SVN checkout on trunk folder

This will download the latest development build from the SVN.

In Windows, using Tortoise SVN, just create a new folder and right click on it.

Select "SVN checkout" and when asked, enter the URL http://swx-format.googlecode.com/svn/trunk/

If your using a command line SVN client, type the following:

> svn checkout http://swx-format.googlecode.com/svn/trunk/ swx-format-read-only


SVN Directory Structure

  • Development (Reserved for files used during development)
    • Design (Project logos, etc)
      • mac-installer
      • misc
    • Explorer-Debugger (Service Explorer and Debugger development)
      • debugger (Data Analyzer source)
      • Explorer (Service Explorer source)
      • flex2
    • Research (Files used during research for development)
      • AVM1
      • AVM2
  • Extras (Misc supporting files and projects)
    • swxCI (SWX-CodeIgniter Gateway)
  • Library
    • v1
      • AS2 (AS2 SWX classes and examples)
    • v2
      • AS2 (AS2 SWX classes and examples)
      • AS3 (AS3 SWX classes and examples)
  • Server (SWX gateway implementations)
    • SWXPHP (PHP gateway)
      • 2.00 (v2)
      • Prior Releases (Old/retired versions of SWXPHP)


Sign in to add a comment
Powered by Google Project Hosting