The FlashChemist!

My Experiments and Thoughts on the Flash Platform

EGit – Git Client Plugin for Flash Builder / Eclipse

leave a comment

Git is a distributed version control system much like Mercurial and BitKeeper (Commercial) and unlike CVS and Subversion. Git is distributed, that means the complete source repository is distributed across developer machines and server machines, build machines, etc. Most of the commit and diff actions happens locally so they blistering fast compared to SVN’s over-the-network commits and diffs.

I was in search of a Flash Builder plugin for Git and the search was quiet easy: EGit

Installation also pretty easy. Here are the steps.

Go to the download page of Egit : http://www.eclipse.org/egit/download/

Copy the URL of main site from page (which is http://download.eclipse.org/egit/updates)

Go to Flash Builder, click Help >> Install New Software

Add the copied url to the Window which opens (as seen below)

Egit

Make the selections as shown in picture (you dont need to install the source). Complete the wizard and Flash Builder will take some time to install the plaug-in. When the installation is done it will ask you to restart Eclipse/Flash Builder, which you should do.

After restart, go to Window >> Other views. You will be able to find the Git Repositories view from the list.

This is it, and now you can continue and clone an existing Flash/Flex GIT repository and start working.

Written by Vipin

January 3rd, 2011 at 12:32 pm

Posted in Flash

Tagged with , , ,

Leave a Reply