<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Release Management</title>
	<atom:link href="http://releasemanagement.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://releasemanagement.wordpress.com</link>
	<description>The proper care and feeding of ever-changing software</description>
	<lastBuildDate>Sat, 04 Jul 2009 17:56:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='releasemanagement.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/6f6cef13ec109dab0641eb89a4c7ba0b?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Release Management</title>
		<link>http://releasemanagement.wordpress.com</link>
	</image>
			<item>
		<title>Nice article on build automation</title>
		<link>http://releasemanagement.wordpress.com/2009/07/04/nice-article-on-build-automation/</link>
		<comments>http://releasemanagement.wordpress.com/2009/07/04/nice-article-on-build-automation/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 17:56:28 +0000</pubDate>
		<dc:creator>theReleaseGuy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://releasemanagement.wordpress.com/?p=49</guid>
		<description><![CDATA[Check out this nice write up about build automation.  In particular, note the bit about keeping tabs on code quality.
I think it&#8217;s often overlooked that &#8220;quality injection&#8221; is a huge benefit of CI.  Yes, it&#8217;s all well and good that your code compiles, but that doesn&#8217;t really tell you much about the quality or give [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=49&subd=releasemanagement&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Check out this nice write up about <a href="http://www.infoq.com/articles/build-automation-ci-atlassian">build automation</a>.  In particular, note the bit about keeping tabs on code quality.</p>
<p>I think it&#8217;s often overlooked that &#8220;quality injection&#8221; is a huge benefit of CI.  Yes, it&#8217;s all well and good that your code compiles, but that doesn&#8217;t really tell you much about the quality or give you any useful metrics you can act on.</p>
<p>There&#8217;s a handful of utilities out there that you can tie into your build to collect info about your codebase (checkstyle, coverity, simian, findbugs to name a few).</p>
<p>Point is &#8211; when you start thinking about how you can leverage your automated build to inject quality into your process, things can get really interesting.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/releasemanagement.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/releasemanagement.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/releasemanagement.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/releasemanagement.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/releasemanagement.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/releasemanagement.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/releasemanagement.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/releasemanagement.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/releasemanagement.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/releasemanagement.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=49&subd=releasemanagement&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://releasemanagement.wordpress.com/2009/07/04/nice-article-on-build-automation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0005482adb3faaf1a5b5a6f7fd1c3f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">releasemanagement</media:title>
		</media:content>
	</item>
		<item>
		<title>How does your CM fu stack up?</title>
		<link>http://releasemanagement.wordpress.com/2009/07/03/how-does-your-cm-fu-stack-up/</link>
		<comments>http://releasemanagement.wordpress.com/2009/07/03/how-does-your-cm-fu-stack-up/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 17:37:16 +0000</pubDate>
		<dc:creator>theReleaseGuy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://releasemanagement.wordpress.com/?p=47</guid>
		<description><![CDATA[One of the challenges of investing the time and effort into pimping out your build and ci setup (or more generally, CM processes) is how to measure success.  Where&#8217;s the ROI in having your top dude spend days writing ANT scripts?
Check out this great post about how to measure your success with change management.
 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=47&subd=releasemanagement&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One of the challenges of investing the time and effort into pimping out your build and ci setup (or more generally, CM processes) is how to measure success.  Where&#8217;s the ROI in having your top dude spend days writing ANT scripts?</p>
<p>Check out this great post about <a href="http://tfsrocks.wordpress.com/2009/06/30/good-configuration-and-build-management-process-improves-overall-sdlc-productivity-%E2%80%93-a-walk-thru%E2%80%A6/">how to measure your success with change management</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/releasemanagement.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/releasemanagement.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/releasemanagement.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/releasemanagement.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/releasemanagement.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/releasemanagement.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/releasemanagement.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/releasemanagement.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/releasemanagement.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/releasemanagement.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=47&subd=releasemanagement&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://releasemanagement.wordpress.com/2009/07/03/how-does-your-cm-fu-stack-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0005482adb3faaf1a5b5a6f7fd1c3f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">releasemanagement</media:title>
		</media:content>
	</item>
		<item>
		<title>justinlittle.com redesign</title>
		<link>http://releasemanagement.wordpress.com/2009/06/30/justinlittle-com-redesign/</link>
		<comments>http://releasemanagement.wordpress.com/2009/06/30/justinlittle-com-redesign/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 21:17:18 +0000</pubDate>
		<dc:creator>theReleaseGuy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://releasemanagement.wordpress.com/?p=45</guid>
		<description><![CDATA[We just released a redesign of justinlittle.com, check it out and let me know what you think!
As always, it&#8217;s a work in progress, but at least I&#8217;ve got a decent base to work with now&#8230;
If you like the design/layout, check in with Sleepless Media out of Santa Cruz, CA.  They did the design for me, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=45&subd=releasemanagement&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We just released a redesign of <a href="http://www.justinlittle.com">justinlittle.com</a>, check it out and let me know what you think!</p>
<p>As always, it&#8217;s a work in progress, but at least I&#8217;ve got a decent base to work with now&#8230;</p>
<p>If you like the design/layout, check in with <a href="http://www.sleeplessmedia.com/" target="_blank">Sleepless Media</a> out of Santa Cruz, CA.  They did the design for me, and they&#8217;re a great team to work with.  I hacked up the html/css a bit (hey, what can I say, I&#8217;m not a design guy), their original stuff was even tighter.</p>
<p>They do really, really nice stuff, check out their <a href="http://www.sleeplessmedia.com/website-design-portfolio.php" target="_blank">portfolio</a> of work.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/releasemanagement.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/releasemanagement.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/releasemanagement.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/releasemanagement.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/releasemanagement.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/releasemanagement.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/releasemanagement.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/releasemanagement.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/releasemanagement.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/releasemanagement.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=45&subd=releasemanagement&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://releasemanagement.wordpress.com/2009/06/30/justinlittle-com-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0005482adb3faaf1a5b5a6f7fd1c3f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">releasemanagement</media:title>
		</media:content>
	</item>
		<item>
		<title>Electric cloud and coverity?</title>
		<link>http://releasemanagement.wordpress.com/2009/06/29/electric-cloud-and-coverity/</link>
		<comments>http://releasemanagement.wordpress.com/2009/06/29/electric-cloud-and-coverity/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 16:53:20 +0000</pubDate>
		<dc:creator>theReleaseGuy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://releasemanagement.wordpress.com/2009/06/29/electric-cloud-and-coverity/</guid>
		<description><![CDATA[This sounds like a pretty good match-up:
http://www.sqazone.net/modules/news/article.php?storyid=426
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=42&subd=releasemanagement&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This sounds like a pretty good match-up:</p>
<p><a href="http://www.sqazone.net/modules/news/article.php?storyid=426">http://www.sqazone.net/modules/news/article.php?storyid=426</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/releasemanagement.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/releasemanagement.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/releasemanagement.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/releasemanagement.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/releasemanagement.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/releasemanagement.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/releasemanagement.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/releasemanagement.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/releasemanagement.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/releasemanagement.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=42&subd=releasemanagement&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://releasemanagement.wordpress.com/2009/06/29/electric-cloud-and-coverity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0005482adb3faaf1a5b5a6f7fd1c3f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">releasemanagement</media:title>
		</media:content>
	</item>
		<item>
		<title>My new favorite youtube vid</title>
		<link>http://releasemanagement.wordpress.com/2009/06/19/my-new-favorite-youtube-vid/</link>
		<comments>http://releasemanagement.wordpress.com/2009/06/19/my-new-favorite-youtube-vid/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 06:01:10 +0000</pubDate>
		<dc:creator>theReleaseGuy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://releasemanagement.wordpress.com/?p=39</guid>
		<description><![CDATA[This is hilarious.  Agile Hitler.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=39&subd=releasemanagement&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is hilarious.  Agile Hitler.</p>
<p><span style="text-align:center; display: block;"><a href="http://releasemanagement.wordpress.com/2009/06/19/my-new-favorite-youtube-vid/"><img src="http://img.youtube.com/vi/l1wKO3rID9g/2.jpg" alt="" /></a></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/releasemanagement.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/releasemanagement.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/releasemanagement.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/releasemanagement.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/releasemanagement.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/releasemanagement.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/releasemanagement.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/releasemanagement.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/releasemanagement.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/releasemanagement.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=39&subd=releasemanagement&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://releasemanagement.wordpress.com/2009/06/19/my-new-favorite-youtube-vid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0005482adb3faaf1a5b5a6f7fd1c3f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">releasemanagement</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/l1wKO3rID9g/2.jpg" medium="image" />
	</item>
		<item>
		<title>Software as an organism</title>
		<link>http://releasemanagement.wordpress.com/2009/01/21/software-as-an-organism/</link>
		<comments>http://releasemanagement.wordpress.com/2009/01/21/software-as-an-organism/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 18:08:49 +0000</pubDate>
		<dc:creator>theReleaseGuy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://releasemanagement.wordpress.com/?p=35</guid>
		<description><![CDATA[I hadn&#8217;t realized quite how fitting my tagline was when I started this blog.  The &#8220;care and feeding&#8221; of software is one of the main roles of a release manager, or anyone involved in managing change to software for that matter.  It occurred to me today, that software has a lot in common with living [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=35&subd=releasemanagement&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I hadn&#8217;t realized quite how fitting my tagline was when I started this blog.  The &#8220;care and feeding&#8221; of software is one of the main roles of a release manager, or anyone involved in managing change to software for that matter.  It occurred to me today, that software has a lot in common with living things, more and more every year.</p>
<p>&#8220;What?!&#8221; you ask?.  How is a web based app like a living organism you wonder?  Well, there&#8217;s a lot of similarities, and it makes for a good analogy.  We&#8217;re decades into software engineering now, and we&#8217;ve discovered a lot of stuff along the way.</p>
<p>One key development I&#8217;ve noticed is that more and more, organizations (both software consumers and creators) are beginning to realize that developing apps is less like mechanical engineering and more like giving birth.  I&#8217;ve even heard people use giving birth as an analogy, and we&#8217;ve all heard some kind of app referred to as &#8220;my baby&#8221;.  It&#8217;s no longer an exercise of &#8220;identify requirements, design, code, test, release&#8221; in isolation &#8211; it&#8217;s a nearly never-ending repetition of this cycle.  Agile methodologies are compelling because they acknowledge this at the outset of a project, and cater to this reality.  Software is never &#8220;done&#8221;.  If it is, so is the company that made it&#8230;</p>
<p>Mechanical or even electrical engineering approaches are not really suited to software.  Sure, they provide a framework for getting things done, but there&#8217;s a key difference between what&#8217;s typically been &#8220;engineering&#8221; and the engineering of software solutions.</p>
<p>Engineering: the art or science of making practical application of the knowledge of pure sciences, as physics or chemistry, as in the construction of engines, bridges, buildings, mines, ships, and chemical plants.</p>
<p>Rarely do people start off to develop some kind of app, thinking they&#8217;ll &#8220;nail it&#8221; in version 1.0, and never need to spend more time/energy on it.  Certainly, there are phases in the development of an app, as there are in the life of an organism.  So while it is an ongoing cycle (the SDLC), there is a sort of linear path that an app goes through, that&#8217;s made up of each of these iterations.</p>
<p>In this 5 part series, I&#8217;ll ponder the following topics:</p>
<p>1. Definition of an &#8220;application&#8221;</p>
<p>2. Comparison of an app with an organism</p>
<p>3. Trends in software design, development</p>
<p>4. Release manager, build engineer as doctor, triage nurse</p>
<p>5. What does it all mean?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/releasemanagement.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/releasemanagement.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/releasemanagement.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/releasemanagement.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/releasemanagement.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/releasemanagement.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/releasemanagement.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/releasemanagement.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/releasemanagement.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/releasemanagement.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=35&subd=releasemanagement&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://releasemanagement.wordpress.com/2009/01/21/software-as-an-organism/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0005482adb3faaf1a5b5a6f7fd1c3f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">releasemanagement</media:title>
		</media:content>
	</item>
		<item>
		<title>Hyperlink Legal goes live!</title>
		<link>http://releasemanagement.wordpress.com/2009/01/21/hyperlink-legal-goes-live/</link>
		<comments>http://releasemanagement.wordpress.com/2009/01/21/hyperlink-legal-goes-live/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 17:58:55 +0000</pubDate>
		<dc:creator>theReleaseGuy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://releasemanagement.wordpress.com/2009/01/21/hyperlink-legal-goes-live/</guid>
		<description><![CDATA[Hyperlink Legal has just launched their website.  They&#8217;re a small company, specializing in creating hyperlinks in PDF docs for the legal industry.  Check em out!
www.hyperlinklegal.com
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=34&subd=releasemanagement&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hyperlink Legal has just launched their website.  They&#8217;re a small company, specializing in creating <a title="hrperlinked legal docs" href="http://www.hyperlinklegal.com">hyperlinks in PDF docs for the legal industry</a>.  Check em out!</p>
<p><a href="http://www.hyperlinklegal.com">www.hyperlinklegal.com</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/releasemanagement.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/releasemanagement.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/releasemanagement.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/releasemanagement.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/releasemanagement.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/releasemanagement.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/releasemanagement.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/releasemanagement.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/releasemanagement.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/releasemanagement.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=34&subd=releasemanagement&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://releasemanagement.wordpress.com/2009/01/21/hyperlink-legal-goes-live/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0005482adb3faaf1a5b5a6f7fd1c3f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">releasemanagement</media:title>
		</media:content>
	</item>
		<item>
		<title>Shmoop it!</title>
		<link>http://releasemanagement.wordpress.com/2008/11/01/shmoop-it/</link>
		<comments>http://releasemanagement.wordpress.com/2008/11/01/shmoop-it/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 07:23:17 +0000</pubDate>
		<dc:creator>theReleaseGuy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://releasemanagement.wordpress.com/?p=32</guid>
		<description><![CDATA[Shmoop has just been released to the general public, check it out!  Shmoop is a learning aid, providing tons of awesome content about History, Literature, Poetry, and more to come.
It&#8217;s still in beta, so there&#8217;s bound to be some stuff missing&#8230; but it&#8217;s an swesome start!  I wish this was around when I was in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=32&subd=releasemanagement&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.shmoop.com">Shmoop</a> has just been released to the general public, check it out!  Shmoop is a learning aid, providing tons of awesome content about History, Literature, Poetry, and more to come.</p>
<p>It&#8217;s still in beta, so there&#8217;s bound to be some stuff missing&#8230; but it&#8217;s an swesome start!  I wish this was around when I was in school!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/releasemanagement.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/releasemanagement.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/releasemanagement.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/releasemanagement.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/releasemanagement.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/releasemanagement.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/releasemanagement.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/releasemanagement.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/releasemanagement.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/releasemanagement.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=32&subd=releasemanagement&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://releasemanagement.wordpress.com/2008/11/01/shmoop-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0005482adb3faaf1a5b5a6f7fd1c3f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">releasemanagement</media:title>
		</media:content>
	</item>
		<item>
		<title>vss to svn &#8211; 7 steps to svn goodness</title>
		<link>http://releasemanagement.wordpress.com/2008/07/06/vss-to-svn-7-steps-to-svn-goodness/</link>
		<comments>http://releasemanagement.wordpress.com/2008/07/06/vss-to-svn-7-steps-to-svn-goodness/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 21:26:58 +0000</pubDate>
		<dc:creator>theReleaseGuy</dc:creator>
				<category><![CDATA[Configuration Management]]></category>
		<category><![CDATA[Source Control]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://releasemanagement.wordpress.com/?p=31</guid>
		<description><![CDATA[Using Subversion for source control is all the rage these days.  Everyone&#8217;s doing the svn dance.  In fact, my most popular blog posting is about vss to svn migration, so at least it&#8217;s a hot topic here anyway. I assumed there&#8217;s lots of people making the switch out there, and figured I&#8217;d write [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=31&subd=releasemanagement&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Using <a href="http://subversion.tigris.org/" target="_blank">Subversion</a> for source control is all the rage these days.  Everyone&#8217;s doing the svn dance.  In fact, my most popular blog posting is about vss to svn migration, so at least it&#8217;s a hot topic here anyway. I assumed there&#8217;s lots of people making the switch out there, and figured I&#8217;d write up a few things to think about if you&#8217;re considering the move.</p>
<p>Why subversion?  Mostly because svn just works.  It&#8217;s a great little tool for doing what you&#8217;d expect of a solid source control system.  It&#8217;s lightweight, so you can use it just about anywhere.  Also &#8211; it&#8217;s free, which is always nice.  There are plenty of <a href="http://en.wikipedia.org/wiki/Comparison_of_revision_control_software" target="_blank">other options out there</a>, and each have their merits.  This particular post is about the journey from vss to subversion.</p>
<p>1. Why?  Are you sure?  Switching source control systems can be a real pain, especially if you&#8217;ve got a boatload of source.  It&#8217;s definitely worth the effort in 99% of the cases, but sometimes the payoff just isn&#8217;t worth the disruption.  If you&#8217;re a heavy Microsoft shop for example, you might want to consider jumping in with both feet and just moving on to the whole <a href="http://msdn.microsoft.com/en-us/library/ms181237(VS.80).aspx" target="_blank">Team Foundation</a> thing.</p>
<p>That being said, subversion rocks.  Use it. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>2. Preparing the new repo &#8211; You&#8217;ve got to install subversion somewhere, and create your new repository.  You&#8217;ll need to decide if you want to use the svn: or http: protocol to access your repo remotely, most people just tunnel it thru apache over http:.</p>
<p>You&#8217;ll want to start off with a nice clean, standardized layout for your new repo.  A safe bet is to use the old &#8220;trunk, tags, branches&#8221; route, with some default dirs in place (src, web, db, qa, lib, whatever).</p>
<p>If you&#8217;re not sure about installing/hosting it yourself, there are a handful of places that&#8217;ll do it for ya (<a href="http://www.dreamhost.com/" target="_blank">dreamhost</a>, <a href="http://cvsdude.com/" target="_blank">cvsdude</a>, &#8230; )</p>
<p>3. Exporting the stuff from vss -  The trick here is to do it cleanly.  You&#8217;ll most likely end up needing to delete all the .vssver files and whatnot.   Also, decide if you really need the entire history of files in your new repo&#8230; that could get hairy.  Migrating to svn AND keeping all of your checkin history intact in svn is outside the scope of this posting.  We decided we didn&#8217;t and kept a backup (read only) copy of the old vss db around &#8220;just in case&#8221;.  You know, in case we ever needed to refer to something 3 or 4 years old.</p>
<p>Guess what?  We never looked back. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>4. Importing the stuff to svn &#8211;  This is where it can get fun.  You&#8217;ll want to map your existing vss repository&#8217;s directory layout to your shiny new one.  I ended up using a little perl script to get them all added into svn correctly. (<a href="http://www.justinlittle.com/stuff/vss2svn.zip" target="_blank">vss2svn.zip</a>)</p>
<p>5. Updating other various things and people -  You may have some existing systems already pointing to your vss repo, make sure to list them all out and get em updated.  We had a handful of build scripts that needed to be update to point to the new repo.</p>
<p>Also, be sure to communicate effectively to your team.  You might even need to do a little PR for the effort, so make sure you&#8217;re clear on #1 above.  Provide your users with ample docs and support info to make the transition easier.  Maybe host a couple &#8220;svn how to&#8221; sessions, to get things moving.</p>
<p>6. Testing  This needn&#8217;t be too complicated, just walk through a handful of typical use cases.  For example, do a few svn checkouts, make sure you can connect and everything&#8217;s cool, try a build or 2 from svn, etc.</p>
<p>The key here is to find and address (or figure out workarounds to) the most likely issues, and be ready to help your users get around em.</p>
<p>7. Relax and have a beer  You&#8217;re off!  Now just relax, watch your source get modified, and start forgetting about &#8220;vss analyze and fix&#8221;</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/releasemanagement.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/releasemanagement.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/releasemanagement.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/releasemanagement.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/releasemanagement.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/releasemanagement.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/releasemanagement.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/releasemanagement.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/releasemanagement.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/releasemanagement.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/releasemanagement.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/releasemanagement.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=31&subd=releasemanagement&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://releasemanagement.wordpress.com/2008/07/06/vss-to-svn-7-steps-to-svn-goodness/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0005482adb3faaf1a5b5a6f7fd1c3f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">releasemanagement</media:title>
		</media:content>
	</item>
		<item>
		<title>Build and Release &#8211; a match made in heaven?</title>
		<link>http://releasemanagement.wordpress.com/2008/06/17/build-and-release-a-match-made-in-heaven/</link>
		<comments>http://releasemanagement.wordpress.com/2008/06/17/build-and-release-a-match-made-in-heaven/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 23:31:25 +0000</pubDate>
		<dc:creator>theReleaseGuy</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Configuration Management]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://releasemanagement.wordpress.com/?p=28</guid>
		<description><![CDATA[So I&#8217;ve taken to digging a bit deeper into the build side of things, so please don&#8217;t be upset if this turns into more of a build automation blog&#8230; It&#8217;s just where I&#8217;m spending a lot of my time lately.
I&#8217;ve started to see Release Management as a bit closer to the business side of things, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=28&subd=releasemanagement&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So I&#8217;ve taken to digging a bit deeper into the build side of things, so please don&#8217;t be upset if this turns into more of a build automation blog&#8230; It&#8217;s just where I&#8217;m spending a lot of my time lately.</p>
<p>I&#8217;ve started to see Release Management as a bit closer to the business side of things, and looking at what I do as more &#8220;build and deployment automation&#8221;.  At my previous job (where I was when I started this blog), I did pretty much everything form managing SVN, to automating builds and deployments, to managing a bunch of servers.  Since getting out of Academia and into the &#8220;real world&#8221; of business, I&#8217;ve noticed that these roles tend to be a little more separated.</p>
<p>Now that I&#8217;m consulting, I even made a little online resume thingie for your enjoyment &#8211; check it out!</p>
<p><a title="Justin Little dot com" href="http://www.justinlittle.com">http://www.justinlittle.com/</a></p>
<p>I am available for consulting too!  Wouldn&#8217;t it be neat to be able to say you hired the guy who &#8220;wrote the blog&#8221; on release management?  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Right now, I&#8217;m working on helping a small software company in Silicon Valley automate the heck out of their build.  We&#8217;ve got a desktop app written in C#, and we didn&#8217;t really have any automated builds at all.  It&#8217;s pretty cool walking into a place that has a clean slate, and being able to completely build out a system from scratch.</p>
<p>I can&#8217;t really say I love working with MSFT products anymore, I think I&#8217;ve gotten spoiled with the explicit and transparent nature of working with Linux/Java stuff.  It seems like MSTF is trying to do everything for you, which is cool until things start breaking and you need to troubleshoot.   OK, that&#8217;s my mini MSFT-bashing rant, I&#8217;ll stop now, I promise.</p>
<p>So Bill G and the Gang have some pretty interesting little tools together, most notably MSBuild in conjunction with Team Foundation Services.  I can&#8217;t say I love it, but it does (sort of) work.  I pretty much eschewed their whole solution, and just wrapped a call to MSBuild inside my ANT scripts, and then wrapped that in CruiseControl.NET for scheduling of builds and for email notifications on builds events.  It all seems to work pretty well, the only real hiccup was getting ANT to play nicely with Team Foundation&#8217;s source control.</p>
<p>I just use the tf.exe command line client form an exec inside my ANT script, but it&#8217;s not pretty.  Mostly cuz doing a &#8220;get&#8221; makes everything read-only (kinda like vss), and that doesn&#8217;t really work for me cuz the build actually produces some artifacts/shuffles around some files.  Since I don&#8217;t really know what MSBuild is up to behind the scenes, I ended up just making them writable after &#8220;get&#8221;ing them using hte old &#8220;attrib&#8221; command.  Weak sauce.</p>
<p>Other than that, CruiseControl.NET seems to be pretty happy.  We&#8217;ve now got nightly builds popping, and all is good in the world.  Now if I could only get my hands on a decent GUI based testing tool for WinForms, then I could run a handful of smoke/regression tests after the build happens, so we know we didn&#8217;t break anything&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/releasemanagement.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/releasemanagement.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/releasemanagement.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/releasemanagement.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/releasemanagement.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/releasemanagement.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/releasemanagement.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/releasemanagement.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/releasemanagement.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/releasemanagement.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/releasemanagement.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/releasemanagement.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=releasemanagement.wordpress.com&blog=84319&post=28&subd=releasemanagement&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://releasemanagement.wordpress.com/2008/06/17/build-and-release-a-match-made-in-heaven/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0005482adb3faaf1a5b5a6f7fd1c3f1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">releasemanagement</media:title>
		</media:content>
	</item>
	</channel>
</rss>