<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Building Blocks - Subversion</title>
			<link>http://www.ajaxcf.com/blog/index.cfm</link>
			<description>tips for constructing next generation AJAX &amp; ColdFusion applications</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 03:07:20 -0000</pubDate>
			<lastBuildDate>Thu, 31 Aug 2006 12:39:00 -0000</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>joe@ajaxcf.com</managingEditor>
			<webMaster>joe@ajaxcf.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>joe@ajaxcf.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Creating A Great Dev Environment</title>
				<link>http://www.ajaxcf.com/blog/index.cfm/2006/8/31/Creating-A-Great-Dev-Environment</link>
				<description>
				
				&lt;img src=&quot;http://img520.imageshack.us/img520/5599/cfeclipselb8.gif&quot; height=&quot;225&quot; width=&quot;300&quot; border=&quot;0&quot; alt=&quot;CFEclipse&quot; style=&quot;float:right;padding:10px;&quot;&gt;

So what&apos;s the best setup for doing ColdFusion development?&amp;nbsp; How can you be most efficient?&amp;nbsp; That question will have many different answers for different people, but I think the way I&apos;m currently doing things will work for a lot of people.&amp;nbsp; And best of all, every piece of software mentioned below is available for download free of charge.

In the past, I always used an external web server for testing my code since I didn&apos;t want to slow down my local machine.&amp;nbsp; To make it easier for developers, ColdFusion has included an integrated web server since version 6.0 can be used for local development.&amp;nbsp; This web server is installed by default with the ColdFusion Developer Edition, and is a fully-functional, single-IP version of ColdFusion Enterprise.&amp;nbsp; The webroot for this testing server is at &lt;span style=&quot;font-style:italic;&quot;&gt;cfmxroot/&lt;/span&gt;wwwroot (more on this later).

&lt;a href=&quot;http://www.cfeclipse.org&quot;&gt;CFEclipse&lt;/a&gt; is the new kid on the block when it comes to code editors.&amp;nbsp; This project, based upon the open-source &lt;a href=&quot;http://www.eclipse.org&quot;&gt;Eclipse&lt;/a&gt; platform, was originally begun by &lt;a href=&quot;http://www.robrohan.com&quot;&gt;Rob Rohan&lt;/a&gt; and continues to pick up steam amongst ColdFusion developers.&amp;nbsp; It&apos;s really easy to add plugins to eclipse, and one of the critical ones you&apos;ll need is the &lt;a href=&quot;http://subclipse.tigris.org/&quot;&gt;Subclipse&lt;/a&gt; plugin for working with Subversion repositories.&amp;nbsp; This will allow you to handle all of your source control tasks from right within Eclipse.&amp;nbsp; For those not yet using source control, stop everything and don&apos;t write another line of code until you get Subversion setup.  For a detailed rundown on how to get started, &lt;a href=&quot;/blog/index.cfm?mode=entry&amp;entry=F456B552-B0D0-4928-F0140705EA8F7D07&quot;&gt;check out this blog post&lt;/a&gt;.
				 [More]
				</description>
						
				
				<category>CFEclipse</category>				
				
				<category>Subversion</category>				
				
				<pubDate>Thu, 31 Aug 2006 12:39:00 -0000</pubDate>
				<guid>http://www.ajaxcf.com/blog/index.cfm/2006/8/31/Creating-A-Great-Dev-Environment</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Setting Up Subversion In An Instant</title>
				<link>http://www.ajaxcf.com/blog/index.cfm/2006/8/9/Setting-Up-Subversion-In-An-Instant</link>
				<description>
				
				One of the biggest issues being pushed at this year&apos;s &lt;a href=&quot;http://www.cfunited.com&quot;&gt;CFUNITED&lt;/a&gt; conference was the need for each and every one of us developers to be using some sort of source control.&amp;nbsp; I&apos;ve since joined the converted faithful and have seen the light as to just how important source control is, especially when working in a team environment.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Subversion is a free, easy-to-use, source control server with widespread support including direct integration with CFEclipse as well as the Windows file system.&amp;nbsp; This is my quick and easy guide to getting up and running and setting up your repositories.&amp;nbsp; It only takes a matter of seconds to setup each new repository instance, so hopefully this will allow everyone to get up and running in a jiffy.&amp;nbsp; Keep in mind that these directions are for Windows, but should be pretty similar for the Mac.&lt;br /&gt;&lt;br /&gt;
				 [More]
				</description>
						
				
				<category>Subversion</category>				
				
				<pubDate>Wed, 09 Aug 2006 17:02:00 -0000</pubDate>
				<guid>http://www.ajaxcf.com/blog/index.cfm/2006/8/9/Setting-Up-Subversion-In-An-Instant</guid>
				
				
			</item>
			
		 	
			</channel></rss>