Integrating JIRA and SVN Using bugtraq Properties

Posted November 25th, 2008. Filed under Code

Here at work we are using JIRA for bug/issue tracking, most of the developers also use Eclipse and everyone is using Subversion (TortoiseSVN).

I was digging through one of the SVN books and came across a bugtraq property. A bit of Googling turned me onto a great tutorial by Mark Phippard (project lead for Subclipse):

Integrating Subversion with your Issue Tracking System

Read the rest of this entry »

Setting Up A New CFEclipse Project Using Subclipse

Posted February 25th, 2008. Filed under Code

Someone was asking on the CFEclipse mailing list about how to setup a SVN project in CFEclipse. I started typing up an email reply but thought a blog post with pictures might make more sense.

This tutorial assumes you have the following installed:

  • CFEclipse
  • Subclipse plugin
  • A remote Subversion repository

First open CFEclipse and open the SVN Repository view.

Window > Show View > SVN Repository

Next click on the Add New Repository button.

Add new repository

Enter the URL of you remote repository and click Finish. I usually enter the root URL so I can access anything within the repository. Your remote repository should now be visible in the SVN Repository view.

If you need to add existing local project files to your repository you can do that at this point by creating a directory within your repository and doing an import:

SVN Import

Now expand the repository and locate the directory you wish to checkout:

Checkout:

You should be able to leave the defaults selected and click Finish. We will checkout our project using the New Project Wizard and we will checkout the HEAD revision.

Checkout Dialog

When prompted for a Wizard – select:

CFEclipse > CFML Project

CFML Project Wizard

Click next and enter your project name and select your location and click Finish:

Project creation

Your CFEclipse perspective should open to your new project. You should see the standard SVN icons letting you know these files are under version control:

Checked out files

And you can now manage these files in Subversion via the Team menu:

Team Menu