Spread the Wealth

October 21, 2008

How to download Ra-Ajax using Subversion


For those of you that want to spend their free time (ha ha) on the best Ajax tool kit around - We want to spread the wealth - we want to energize a community - these set of controls will spark a creativeness of potential possibilities. If you want that spark here is a chance for you to be a part of a project that makes using enhanced AJAX enabled controls fun. There are many reasons why Ra-Ajax is the most superior AJAX toolset project presently. If you care about speed, lack of bloat, simplicity and coding on the cutting edge this is for you. Oh yea, and it is free. This project is primarily for dot net web developers, it also for Mono developers. I am sure that other server-side languages like PHP, J2EE RubyOnRails can strip some interesting snippets if you were to download this source code.
In this blog I want to explain how to download Ra-Ajax using Subversion. For those of you that are not familiar with Subversion, it is a web application used for source code control. I want to explain how I use TortoiseSVN, which is one of many Subversion clients to access the source code of Ra-Ajax. I use TortoiseSVN because it plays well Windows Explorer and it is free.

Installing TortoiseSVN


1. Download the latest installer from http://tortoisesvn.net/downloads. As of this posting, the current release is 1.5.4.
2. Run the installer, choosing all default options.
3. Reboot. You need to reboot to allow for the integration of TortoiseSVN with Windows Explorer.

Downloading the Code


1. Choose a location that you want to download the code to, and create a folder. For this example, I'm going to create a master folder called SVN which sits at the root of my C:\ drive and another one inside it called ra-ajax. The full path to the project folder is C:\svn\ra-ajax
2. Right-click on the project folder, and select SVN Checkout. Blog image
3. In the empty text box under the word "Url of repository:" enter the following text and click "OK":
http://ra-ajax.googlecode.com/svn/trunk/ Blog image
4. TortoiseSVN will begin downloading the latest code. Be patient: This initial download may take a few seconds to get started, and several minutes to complete.
5. That's it! just double-click on the .SLN file hit F5 and you are on your way.Blog image
5. From this point forward, whenever you want to get the latest code, all you have to do is right click on the project folder and select SVN Update.

<< Previous - Please allow me to introduce myself
So it goes - Next >>