<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>thecrumb.com &#187; subclipse</title>
	<atom:link href="http://thecrumb.com/tag/subclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecrumb.com</link>
	<description>developer &#124; thinker &#124; tinkerer</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:28:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Integrating JIRA and SVN Using bugtraq Properties</title>
		<link>http://thecrumb.com/2008/11/25/integrating-jira-and-svn-using-bugtraq-properties/</link>
		<comments>http://thecrumb.com/2008/11/25/integrating-jira-and-svn-using-bugtraq-properties/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 19:15:24 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[jira]]></category>
		<category><![CDATA[subclipse]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=604</guid>
		<description><![CDATA[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 &#8230; <a href="http://thecrumb.com/2008/11/25/integrating-jira-and-svn-using-bugtraq-properties/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here at work we are using JIRA for bug/issue tracking, most of the developers also use Eclipse and everyone is using Subversion (TortoiseSVN).</p>
<p>I was digging through one of the SVN books and came across a <em>bugtraq</em> property.  A bit of Googling turned me onto a great tutorial by Mark Phippard (project lead for Subclipse):</p>
<p><a href="http://markphip.blogspot.com/2007/01/integrating-subversion-with-your-issue.html">Integrating Subversion with your Issue Tracking System</a></p>
<p><span id="more-604"></span></p>
<p>This is one of those simple tweaks that makes your life much easier as a developer.  After adding the properties outlined in Mark&#8217;s tutorial:</p>
<div id="attachment_606" class="wp-caption aligncenter" style="width: 432px"><a href="http://thecrumb.com/wp-content/uploads/2008/11/bugtraq2.png"><img class="size-full wp-image-606" src="http://thecrumb.com/wp-content/uploads/2008/11/bugtraq2.png" alt="bugtraq properties" width="422" height="161" /></a><p class="wp-caption-text">bugtraq properties</p></div>
<p>Now in my commit dialog I get a text area to enter my JIRA key:</p>
<div id="attachment_605" class="wp-caption aligncenter" style="width: 410px"><a href="http://thecrumb.com/wp-content/uploads/2008/11/bugtraq.png"><img class="size-full wp-image-605" src="http://thecrumb.com/wp-content/uploads/2008/11/bugtraq.png" alt="Subclipse dialog w/JIRA KEY prompt" width="400" height="326" /></a><p class="wp-caption-text">Subclipse dialog w/JIRA KEY prompt</p></div>
<p>Since I have Mylyn installed &#8211; when I hover over the link in the SVN History view I get two choices:</p>
<div id="attachment_608" class="wp-caption aligncenter" style="width: 277px"><a href="http://thecrumb.com/wp-content/uploads/2008/11/bugtraq4.png"><img class="size-full wp-image-608" src="http://thecrumb.com/wp-content/uploads/2008/11/bugtraq4.png" alt="Open with options" width="267" height="90" /></a><p class="wp-caption-text">Open with options</p></div>
<p>So now I can open the task in Mylyn or if I select the hyperlink option it opens in the Eclipse browser.</p>
<div id="attachment_607" class="wp-caption aligncenter" style="width: 410px"><a href="http://thecrumb.com/wp-content/uploads/2008/11/bugtraq3.png"><img class="size-full wp-image-607" src="http://thecrumb.com/wp-content/uploads/2008/11/bugtraq3.png" alt="Mylyn View" width="400" height="308" /></a><p class="wp-caption-text">Mylyn View</p></div>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2008/11/25/integrating-jira-and-svn-using-bugtraq-properties/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting Up A New CFEclipse Project Using Subclipse</title>
		<link>http://thecrumb.com/2008/02/25/setting-up-a-new-cfeclipse-project-using-subclipse/</link>
		<comments>http://thecrumb.com/2008/02/25/setting-up-a-new-cfeclipse-project-using-subclipse/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 15:36:01 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CFEclipse]]></category>
		<category><![CDATA[subclipse]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/2008/02/25/setting-up-a-new-cfeclipse-project-using-subclipse/</guid>
		<description><![CDATA[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 &#8230; <a href="http://thecrumb.com/2008/02/25/setting-up-a-new-cfeclipse-project-using-subclipse/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>This tutorial assumes you have the following installed:</p>
<ul>
<li>CFEclipse</li>
<li>Subclipse plugin</li>
<li>A remote Subversion repository</li>
</ul>
<p>First open CFEclipse and open the SVN Repository view.</p>
<blockquote><p>Window &gt; Show View &gt; SVN Repository</p></blockquote>
<p>Next click on the <em>Add New Repository</em> button.</p>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/02/svntut1.gif' alt='Add new repository' /></p>
<p>Enter the URL of you remote repository and click <em>Finish</em>.  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.</p>
<p>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:</p>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/02/svntut8.gif' alt='SVN Import' /></p>
<p>Now expand the repository and locate the directory you wish to checkout:</p>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/02/svntut2.gif' alt='Checkout' />:</p>
<p>You should be able to leave the defaults selected and click Finish.  We will checkout our project using the <em>New Project Wizard</em> and we will checkout the <em>HEAD</em> revision.</p>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/02/svntut3.gif' alt='Checkout Dialog' /></p>
<p>When prompted for a Wizard &#8211; select:</p>
<blockquote><p>CFEclipse &gt; CFML Project</p></blockquote>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/02/svntut4.gif' alt='CFML Project Wizard' /></p>
<p>Click next and enter your project name and select your location and click Finish:</p>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/02/svntut5.gif' alt='Project creation' /></p>
<p>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:</p>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/02/svntut6.gif' alt='Checked out files' /></p>
<p>And you can now manage these files in Subversion via the <em>Team</em> menu:</p>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/02/svntut7.gif' alt='Team Menu' /></p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2008/02/25/setting-up-a-new-cfeclipse-project-using-subclipse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

