My favorites | Sign in
Project Logo
                
Search
for
Updated Dec 22, 2008 by dulldusk
Getting_the_last_SVN_version  
How to get the latest development version

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



Sign in to add a comment
Hosted by Google Code