Best Practices:Sync your Flex Project using Subclipse

| No Comments

I've noticed that a lot of Flex Developers aren't fimiliar with checking in their source code for the projects into the SVN (Subversion Client) through Flex Builder using Subclipse. Its really simple since Flex Builder is built on the Eclipse framework. If you are using the Eclipse Plugin it will be the same steps for you as well. Here's how you do it.

Step 1. From your Flex IDE, click on help >> Software Updates >> Find and Install

 

 

0.PNGStep 2. Select the "Search for new features to Install " option

 

1.PNG

Step 3. In the "Update sites to visit " window, click on "New Remote site " and add the following URL as show in the diagram. Once done, click on "OK" and click on finish. This should update your flex builder with Subclipse.

 

     

2.JPG

To verify your installation, Window >>  Perspective >> Other and you should see "SVN Repository Exploring " at the bottom. Click on "OK" and you should be able to see the SVN Perspective.

 

3.PNG

 

4.PNG

Go ahead and check in/ Check out your project directly to/from the SVN.

Happy Coding :)

Leave a comment