|
Getting_the_last_SVN_version
How to get the latest development version
How to get the latest development versionStep 1 - Install a SVN client of your choiceWindows: 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 folderThis 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