<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Pattern for Continuous Builds</title>
	<atom:link href="http://www.accurev.com/blog//2008/03/05/pattern-for-continuous-builds/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.accurev.com/blog/2008/03/05/pattern-for-continuous-builds/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu,  4 Mar 2010 23:02:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: davidpthomas</title>
		<link>http://www.accurev.com/blog/2008/03/05/pattern-for-continuous-builds/comment-page-1/#comment-413</link>
		<dc:creator>davidpthomas</dc:creator>
		<pubDate>Thu, 06 Mar 2008 17:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://accurev.wordpress.com/?p=131#comment-413</guid>
		<description>Hi Greg -

Here is how I do it:

1. use a naming convention that is sortable (e.g. Build_YYYYMMDD or Build_#)
2. create build snapshots from a pass-through just like the picture (helps limit the next query too)
2. search for all build snapshots ($ accurev show -s Nightly_Builds -R streams)
3. sort the result list
4. get the name from the last entry (e.g. Build_20080301)
5. remove the last snapshot (e.g. $ accurev remove stream Build_20080301)

HTH _ dave</description>
		<content:encoded><![CDATA[<p>Hi Greg -</p>
<p>Here is how I do it:</p>
<p>1. use a naming convention that is sortable (e.g. Build_YYYYMMDD or Build_#)<br />
2. create build snapshots from a pass-through just like the picture (helps limit the next query too)<br />
2. search for all build snapshots ($ accurev show -s Nightly_Builds -R streams)<br />
3. sort the result list<br />
4. get the name from the last entry (e.g. Build_20080301)<br />
5. remove the last snapshot (e.g. $ accurev remove stream Build_20080301)</p>
<p>HTH _ dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.accurev.com/blog/2008/03/05/pattern-for-continuous-builds/comment-page-1/#comment-414</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 06 Mar 2008 02:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://accurev.wordpress.com/?p=131#comment-414</guid>
		<description>Hi Dave,

I think this pattern will work excellently - however I&#039;m unsure how to implement the &#039;hide all streams older than X days&#039;, to keep things in some semblance of order.

I&#039;m using the CLI in our build process (Visual Build Pro) to create and control our streams.

If you could point me in the right direction, I&#039;d greatly appreciate it !

Cheers,
Greg</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I think this pattern will work excellently &#8211; however I&#8217;m unsure how to implement the &#8216;hide all streams older than X days&#8217;, to keep things in some semblance of order.</p>
<p>I&#8217;m using the CLI in our build process (Visual Build Pro) to create and control our streams.</p>
<p>If you could point me in the right direction, I&#8217;d greatly appreciate it !</p>
<p>Cheers,<br />
Greg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
