<?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"
	>
<channel>
	<title>Comments on: Release: Build Clean-up Service for Team Foundation Server</title>
	<atom:link href="http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/</link>
	<description>Mitch Denny, Principal Consultant at Readify</description>
	<pubDate>Sun, 20 Jul 2008 16:57:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Deepcode Blog : Tool to clean up TFS builds</title>
		<link>http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-95379</link>
		<dc:creator>Deepcode Blog : Tool to clean up TFS builds</dc:creator>
		<pubDate>Wed, 18 Jun 2008 20:19:11 +0000</pubDate>
		<guid isPermaLink="false">https://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-95379</guid>
		<description>[...] http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server... [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server.." rel="nofollow">http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels Tindbæk</title>
		<link>http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-34413</link>
		<dc:creator>Niels Tindbæk</dc:creator>
		<pubDate>Fri, 11 May 2007 14:16:32 +0000</pubDate>
		<guid isPermaLink="false">https://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-34413</guid>
		<description>Hi,

Doesnt it delete the rows in the list of builds?

My list is soo slow because there are so many rows, and I was hoping your tool would cleanup the list as well?

Please reply to my email....

/Niels</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Doesnt it delete the rows in the list of builds?</p>
<p>My list is soo slow because there are so many rows, and I was hoping your tool would cleanup the list as well?</p>
<p>Please reply to my email&#8230;.</p>
<p>/Niels</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Dallmann</title>
		<link>http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-23536</link>
		<dc:creator>Tim Dallmann</dc:creator>
		<pubDate>Wed, 21 Mar 2007 18:34:28 +0000</pubDate>
		<guid isPermaLink="false">https://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-23536</guid>
		<description>Oh yes - I've deleted many team projects.  
What service calls are you making in order to do the cleanup?  Any chance I can see some of the source, as a way to help me identify what's wrong with my environment?
BTW - if you email me when you respond, I won't need to keep checking here every couple of days.  Can you do that?</description>
		<content:encoded><![CDATA[<p>Oh yes - I&#8217;ve deleted many team projects.<br />
What service calls are you making in order to do the cleanup?  Any chance I can see some of the source, as a way to help me identify what&#8217;s wrong with my environment?<br />
BTW - if you email me when you respond, I won&#8217;t need to keep checking here every couple of days.  Can you do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Denny</title>
		<link>http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-23496</link>
		<dc:creator>Mitch Denny</dc:creator>
		<pubDate>Sun, 18 Mar 2007 09:06:31 +0000</pubDate>
		<guid isPermaLink="false">https://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-23496</guid>
		<description>Hi Tim,

Seems to be some kind of corruption in the system somewhere - I wouldn't expect that error. Have you recently deleted a Team Project?</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>Seems to be some kind of corruption in the system somewhere - I wouldn&#8217;t expect that error. Have you recently deleted a Team Project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Dallmann</title>
		<link>http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-23492</link>
		<dc:creator>Tim Dallmann</dc:creator>
		<pubDate>Fri, 16 Mar 2007 20:45:07 +0000</pubDate>
		<guid isPermaLink="false">https://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-23492</guid>
		<description>Hi Mitch,

I've had this service running several months now without a hitch.  (great job - thanks!)  Lately however, I've noticed event log errors:

The following exception occured while trying to perform a build clean-up:
System.Web.Services.Protocols.SoapException: TF50322: Unrecognized project name.
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at Microsoft.TeamFoundation.Build.Proxy.BuildStore.GetListOfBuilds(String teamProject, String buildType)
   at BuildCleanup.BuildCleanupService.GetBuilds(Project project)
   at BuildCleanup.BuildCleanupService.GetAllBuilds()
   at BuildCleanup.BuildCleanupService.m_Timer_Elapsed(Object sender, ElapsedEventArgs e)

My assumption is that you are using the ListAllProjects service call and then calling BuildStore.GetListOfBuilds for each one returned.  I did this manually and received no errors from either web service.   So I can't figure out why this is happening.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi Mitch,</p>
<p>I&#8217;ve had this service running several months now without a hitch.  (great job - thanks!)  Lately however, I&#8217;ve noticed event log errors:</p>
<p>The following exception occured while trying to perform a build clean-up:<br />
System.Web.Services.Protocols.SoapException: TF50322: Unrecognized project name.<br />
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)<br />
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)<br />
   at Microsoft.TeamFoundation.Build.Proxy.BuildStore.GetListOfBuilds(String teamProject, String buildType)<br />
   at BuildCleanup.BuildCleanupService.GetBuilds(Project project)<br />
   at BuildCleanup.BuildCleanupService.GetAllBuilds()<br />
   at BuildCleanup.BuildCleanupService.m_Timer_Elapsed(Object sender, ElapsedEventArgs e)</p>
<p>My assumption is that you are using the ListAllProjects service call and then calling BuildStore.GetListOfBuilds for each one returned.  I did this manually and received no errors from either web service.   So I can&#8217;t figure out why this is happening.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Denny</title>
		<link>http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-23218</link>
		<dc:creator>Mitch Denny</dc:creator>
		<pubDate>Sat, 24 Feb 2007 10:59:59 +0000</pubDate>
		<guid isPermaLink="false">https://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-23218</guid>
		<description>Hi Howard,
Just in the process of moving some data around. should be available within a week.</description>
		<content:encoded><![CDATA[<p>Hi Howard,<br />
Just in the process of moving some data around. should be available within a week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard</title>
		<link>http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-23215</link>
		<dc:creator>Howard</dc:creator>
		<pubDate>Thu, 22 Feb 2007 17:38:21 +0000</pubDate>
		<guid isPermaLink="false">https://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-23215</guid>
		<description>Hi Mitch,

I've been wanting to try this out, but the download link isn't working...</description>
		<content:encoded><![CDATA[<p>Hi Mitch,</p>
<p>I&#8217;ve been wanting to try this out, but the download link isn&#8217;t working&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Denny</title>
		<link>http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-21390</link>
		<dc:creator>Mitch Denny</dc:creator>
		<pubDate>Tue, 23 Jan 2007 12:12:30 +0000</pubDate>
		<guid isPermaLink="false">https://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-21390</guid>
		<description>Hi Adam,

At present the build clean-up service doesn't support this so you would need to implement it yourself using the TFS SDK.</description>
		<content:encoded><![CDATA[<p>Hi Adam,</p>
<p>At present the build clean-up service doesn&#8217;t support this so you would need to implement it yourself using the TFS SDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-21301</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 23 Jan 2007 01:09:27 +0000</pubDate>
		<guid isPermaLink="false">https://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-21301</guid>
		<description>Hi Mitch,

I am trying to run the cleanup process to leave the last 2 successful builds and possibly 1 last failed one to determine changes required for the subsequent successful build.  Is there a way to remove builds from a certain time frame only? We are carrying out hourly builds and would like to retain the last 2 successful builds at any point of the day. Any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi Mitch,</p>
<p>I am trying to run the cleanup process to leave the last 2 successful builds and possibly 1 last failed one to determine changes required for the subsequent successful build.  Is there a way to remove builds from a certain time frame only? We are carrying out hourly builds and would like to retain the last 2 successful builds at any point of the day. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Denny</title>
		<link>http://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-16099</link>
		<dc:creator>Mitch Denny</dc:creator>
		<pubDate>Thu, 28 Dec 2006 11:59:09 +0000</pubDate>
		<guid isPermaLink="false">https://notgartner.wordpress.com/2006/05/22/release-build-clean-up-service-for-team-foundation-server/#comment-16099</guid>
		<description>Hi Sarabjit,

Did you reboot the service?</description>
		<content:encoded><![CDATA[<p>Hi Sarabjit,</p>
<p>Did you reboot the service?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
